/*[추가] 숨겨지는 내용*/
.d_none{display:none !important;}

/*[추가] style*/
.btn_text{font-size:13px; font-weight:bold; border:1px solid #F2AD60; border-radius:5px; height:25px; line-height:25px; padding:8px 15px; background:#fff; color:#000;}
.btn_select{font-size:12px; border:1px solid #F2AD60; border-radius:5px; height:25px; line-height:25px; padding:5px 15px; background:#fff; color:#000;}
.btn_select:hover{background:#B25300; color:#fff;}

/*[추가] top_btn*/
#top_btn{width:35px; height:35px; display:flex; justify-content: center; align-items: center; text-align: center; background: rgba(51,51,51,0.3); border-radius: 50%; position: fixed; bottom:10px; right:10px; cursor: pointer; z-index:99999;}
#top_btn span{color:#fff; letter-spacing:1px; margin-left:1px;}
#top_btn:hover{background: rgba(51,51,51,1);}

