/* 반응형 CSS */
 @import url("pc.css");   /* PC 해상도에서만 적용되는 CSS */
 @import url("mobile.css"); /* 모바일 해상도에서만 적용되는 CSS */

/*기본 테그 초기화*/
.WOWBOARD_type1 * {margin:0;padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;   }
.WOWBOARD_type2 * {margin:0;padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;   }  

.WOWBOARD_type1 a {display:inline; cursor:pointer;}  
.WOWBOARD_type1 div {display:block;}
.WOWBOARD_type1 section { display:block;}
.WOWBOARD_type1 article { display:block;}    
.WOWBOARD_type1 ul{ list-style-image : none; }
.WOWBOARD_type1 li {list-style:none; display:block; word-break:break-all; white-space:normal;}  
.WOWBOARD_type1 p {display:block; clear:both;}
.WOWBOARD_type1 td {text-align:left;}
.WOWBOARD_type1 span {font-size:unset; font-color:unset; font-weight:unset; }
.WOWBOARD_type1 .rd_text_body * {all : revert;}
.WOWBOARD_type1 .rd_text_body span{all:unset; line-height:160%;}
.WOWBOARD_type1 .rd_text_body div{all:unset; display:block;}
.WOWBOARD_type1 .rd_text_body section{all:unset;display:block;}
.WOWBOARD_type1 .rd_text_body article{all:unset;}


.WOWBOARD_type2 a {display:inline; cursor:pointer;}  
.WOWBOARD_type2 div {display:block;}
.WOWBOARD_type2 section {display:block;}
.WOWBOARD_type2 article {display:block;}    
.WOWBOARD_type2 ul{ list-style-image : none; display:block;}
.WOWBOARD_type2 li {list-style:none; display:block; word-break:break-all; white-space:normal;}  
.WOWBOARD_type2 p {display:block; clear:both;}
.WOWBOARD_type2 td {text-align:left;}
.WOWBOARD_type2 span {font-size:unset; font-color:unset; font-weight:unset;}
.WOWBOARD_type2 .rd_text_body span{all:unset; line-height:160%;}
.WOWBOARD_type2 .rd_text_body div{all:unset; display:block;}
.WOWBOARD_type2 .rd_text_body section{all:unset; display:block;}
.WOWBOARD_type2 .rd_text_body article{all:unset;}

/*기본 테그 초기화 끝*/  


/* 쓰기, 수정창 */
.WOW_edit_frame {position:relative; z-index:30000; display:none;}
.WOW_edit_bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:30000; background:black; opacity:0.5;  }
.WOW_edit {position:fixed; width:100%; height:100%; top:0; left:0;  z-index:30001;}
.WOW_title {float:left; margin: 0px 0 0 0px; color:white; padding:10px 0 0 15px; font-size:16px; font-family: Verdana; }
.WOW_win { max-width:800px; width:100%; height:600px; margin:0 auto;  background:white;  box-shadow:8px 8px 20px black; border-radius:4px; overflow:hidden; }
.WOW_win_head {height:36px; text-align:right; background:#5F5F5F; }
.WOW_iframe {margin:0; padding:0; border:none; width:100%; height:564px;}

.WOWBOARD_type1 input[type=button] {width:auto; height:auto; color:black;}
.WOWBOARD_type1 button {width:initial; height:initial;}
.WOWBOARD_type1 .read {display:inline;}
.WOWBOARD_type1 select {  -webkit-appearance: listbox;   -moz-appearance: listbox;  appearance: listbox; background:none;   padding:2px 0 2px 0;}
.WOWBOARD_type1 select::-ms-expand {  display: block !important; }
.WOWBOARD_type1 .read .rd_text_body .bx_image {display:flex !important;  justify-content: center; align-items: center; width:100%;  }
.WOWBOARD_type1 .read .rd_text_body .bx_image img{display:inline;  max-width:1060px; margin-bottom:10px;}


.WOWBOARD_type2 input[type=button] {width:auto; height:auto; color:black;}
.WOWBOARD_type2 button {width:initial; height:initial;}
.WOWBOARD_type2 .read {display:inline;}
.WOWBOARD_type2 select {  -webkit-appearance: listbox;   -moz-appearance: listbox;  appearance: listbox; background:none;   padding:2px 0 2px 0;}
.WOWBOARD_type2 select::-ms-expand {  display: block !important; }
.WOWBOARD_type2 .read .rd_text_body .bx_image {display:flex !important;  justify-content: center; align-items: center; width:100%;  }
.WOWBOARD_type2 .read .rd_text_body .bx_image img{display:inline;  max-width:1060px; margin-bottom:10px; }
