<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px ;
  font-family: "Noto Sans KR", sans-serif !important;
  color: #111 !important;
}
#user_board_whole {clear:both; padding-bottom:30px; width: 1400px !important; margin: 0 auto;}
#user_board_whole .board_new {display:inline-block; border:1px solid #f56878; border-radius:3px; color:#f56878; font-size:11px; font-weight:bold; vertical-align:middle; padding:1px 6px; margin-left:5px;}
#user_board_whole .board_reply {display:inline-block; border:1px solid #bbb; border-radius:3px; color:#888; font-size:11px; font-weight:bold; vertical-align:middle; padding:1px 6px; margin-right:5px;}
#user_board_whole .board_reply b {color:#888;}
#user_board_whole .board_notice {display:inline-block; border:1px solid #888; background-color:#888; border-radius:3px; color:#fff; font-size:11px; font-weight:bold; vertical-align:middle; padding:1px 6px;}
/**#user_board_title {display:none;}**/
#user_board_title {text-align: center; margin-top: 80px; font-size: 35px; line-height: 52px; font-weight: bold; padding-bottom: 30px;}


#user_board_control {border:1px solid #ddd; border-radius:3px; background-color:#fff; margin-bottom:10px;}
#user_board_control label {display:none;}
#user_board_control .inner {padding:10px;}
#user_board_control fieldset{display:flex;align-items: center; gap:10px;}
#user_board_control .board_fr{width:400px;}
#user_board_control #sbfd {margin:0;width:100px;}
#user_board_control fieldset input[type="submit"]{width:auto;}

#user_board_list table {border-top:2px solid #888;}
#user_board_list .number {width:8%; text-align:center;}
#user_board_list .writer {width:12%;text-align:center;}
#user_board_list .file {width:8%;}
#user_board_list .date {width:12%;text-align:center;}
#user_board_list .hit {width:8%;text-align:center;}
#user_board_list th {border-bottom:1px solid #ddd; padding:10px; background-color:#f9f9fb;}
#user_board_list td {border-bottom:1px solid #ddd; padding:10px;}
#user_board_list td.title {text-align:left;}
#user_board_list td.title font {color:#f56878 !important; font-size:12px !important; font-weight:bold;}
#user_board_list tr:hover td {background-color:#f9f9fb;}
#user_board_list tr:hover td a {font-weight:bold;}

#user_board_whole #user_board_control{padding:40px 30px; border-radius: 10px; margin-bottom:20px; border:none;}
#user_board_whole #user_board_control .inner{padding:0px;}
#user_board_whole #user_board_control .board_fr{float: none !important; width: 100% !important;}
#user_board_whole #user_board_control .board_fr fieldset{display: flex; flex-direction: row; align-items: center; height: auto; justify-content: center;}
#user_board_whole #user_board_control .board_fr fieldset select{width: 150px; height: 50px; border: 1px solid #BFC3CF; border-radius: 10px; margin-right: 6px; font-size: 14px;   }
#user_board_whole #user_board_control .board_fr fieldset input[type="text"]{height: 50px; border-radius: 10px; border: 1px solid #BFC3CF; margin-right: 18px; width: calc(100% - 276px) !important;}
#user_board_whole #user_board_control .board_fr fieldset input[type="submit"]{border: 1px solid #BFC3CF;height: 50px; width: 100px !IMPORTANT; border-radius: 10px; font-size: 14px; padding: 0; text-align: center; padding-top: 1px;background-color:#001A65;color:#fff;}
#user_board_whole #user_board_control .board_fr fieldset input[type="submit"]:hover{box-shadow: 0px 0px 20px #00000029;}

/* #user_board_whole #user_board_list .date { width: auto !important; } 
#user_board_whole #user_board_list { padding: 30px; border-radius: 10px; border: 1px solid #bfc3cf; } 
#user_board_whole #user_board_list table { border-top: 1px solid #002d51; } 
#user_board_whole #user_board_list tr:nth-child(1) { display: none; } 
#user_board_whole #user_board_list tr:after { clear: both; display: block; content: ""; } 
#user_board_whole #user_board_list tr { width: 100%; display: block; border-bottom: 1px solid #bfc3cf; } 
#user_board_whole #user_board_list tr:hover { background-color: #f9f9fb; } 
#user_board_whole #user_board_list th { font-size: 16px; height: 70px; padding: 0; border: none; background: #f3f6fb; font-family: 'SpoqaHanSansNeo-M' , 'sans-serif' !important; display: none; } 
#user_board_whole #user_board_list td { font-size: 16px; height: 70px; padding: 0; border-color: #bfc3cf; border: none; border-bottom: 1px solid #bfc3cf; } 
#user_board_whole #user_board_list td:nth-child(1) { display: flex; width: 70px; float: left; height: 85px; border: none; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; } 
#user_board_whole #user_board_list td:nth-child(2) { width: calc(100% - 70px); float: left; display: flex; height: auto; align-items: flex-end; font-size: 16px; line-height: 26px; padding-top: 20px; border: none; } 
#user_board_whole #user_board_list td:nth-child(2) a { display: block; width: 100%; color: #000; font-weight: bold; height: 26px; overflow: hidden; } 
#user_board_whole #user_board_list td:nth-child(n + 3) { position: relative; display: block; float: left; width: auto; height: auto; border: none; color: #707070; font-size: 14px; line-height: 19px; margin-right: 12px; padding-right: 12px; } 
#user_board_whole #user_board_list td:nth-child(n + 3)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #bfc3cf; } 
#user_board_whole #user_board_list td:nth-child(5) { margin-right: 0px; padding-right: 0px; } 
#user_board_whole #user_board_list td:nth-child(5)::after { content: none; } 
#user_board_whole #user_board_list td:last-child { border-right: none; } 
#user_board_whole #user_board_list td.td_none { width: 100%; } 
#user_board_whole #user_board_list td.hit &gt; img { margin-right: 4px; } 
#user_board_whole #user_board_paging{margin-top: 25px; border: none; padding:0;}
@media(max-width:550px){
	#user_board_whole #user_board_control{padding:30px 10px;}
	#user_board_whole #user_board_control .board_fr fieldset select{width: 77px; font-size: 0.8rem; height: 40px; margin-right: 3px; }
	#user_board_whole #user_board_control .board_fr fieldset input[type="text"]{font-size: 0.8rem; width: calc(100% - 143px) !important; height: 40px; margin-right: 3px;}
	#user_board_whole #user_board_control .board_fr fieldset input[type="submit"]{height: 40px; width: 60px !important; font-size: 0.8rem;text-align: center;}
	#user_board_whole #user_board_list{padding:15px;}
	#user_board_whole #user_board_list td:nth-child(1){letter-spacing:-1px;width:40px;}
	#user_board_whole #user_board_list td:nth-child(2){width: calc(100% - 40px);}
	#user_board_whole #user_board_list td:nth-child(2) a{width: 100%; font-size: 0.9rem; letter-spacing: -1px;}
	#user_board_whole #user_board_list td:nth-child(n + 3){ margin-right:0px; padding-right: 6px; font-size: 0.8rem; letter-spacing: -1px;}
	#user_board_whole #user_board_list td:nth-child(n + 3)::after{right:2px}
} */


#user_board_photo {padding-top:30px;}
#user_board_photo ul {margin-right:-2%;}
#user_board_photo ul li {float:left; width:23%; margin:0 2% 20px 0; vertical-align:top; padding-bottom:20px;}
#user_board_photo ul li p.img {margin-bottom:10px; height:200px; position:relative; overflow:hidden; background-color:#fff;}
#user_board_photo ul li p.img a {position:absolute; top:0; left:0; display:block; width:100%; height:200px; background-size:cover; background-position:center center; background-repeat:no-repeat; transition:all 0.1s ease-out;}
#user_board_photo ul li p.text {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; text-overflow: ellipsis;font-size:16px; font-weight:bold; height:40px; overflow:hidden; margin-bottom:10px;}
#user_board_photo ul li p.text a {color: #111;line-height:20px;word-break:keep-all;}
#user_board_photo ul li p.info {font-size:13px; font-weight:bold; height:18px; overflow:hidden; color:#666;}
#user_board_photo ul li p.info span {font-weight:normal; color:#bbb; margin:0 5px;}
#user_board_photo ul li p.info b {font-weight:normal; color:#888;}

#news #user_board_photo ul li p.info span {display:none;}
#news #user_board_photo ul li p.info b {display:none;}
#news #user_board_read_ip {display:none;}
#news #user_board_read_file {display:none;}
#user_board_photo ul li:hover p.img a {width:120%; height:120%; margin:-10% 0 0 -10%;}
#user_board_photo ul li:hover p.text a {color:#444;}

#user_board_webzine {border-top:1px solid #ddd;}
#user_board_webzine&gt;ul&gt;li {clear:both; padding:30px 0; border-bottom:1px solid #ddd;}
#user_board_webzine&gt;ul&gt;li div.img {width:200px; height:200px; float:left; background-color:#fff; overflow:hidden;}
#user_board_webzine&gt;ul&gt;li div.img a {display:block; width:100%; height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; transition:all 0.1s ease-out;}
#user_board_webzine&gt;ul&gt;li div.text {padding-left:220px;}
#user_board_webzine&gt;ul&gt;li div.text ul li.title {font-size:20px; margin-bottom:10px;}
#user_board_webzine&gt;ul&gt;li div.text ul li.title a {color:#666;}
#user_board_webzine&gt;ul&gt;li div.text ul li.info {font-size:13px; font-weight:bold; height:18px; overflow:hidden; color:#666; margin-bottom:20px;}
#user_board_webzine&gt;ul&gt;li div.text ul li.info span {font-weight:normal; color:#bbb; margin:0 5px;}
#user_board_webzine&gt;ul&gt;li div.text ul li.info b {font-weight:normal; color:#888;}
#user_board_webzine&gt;ul&gt;li div.text ul li.contents {height:120px; overflow:hidden; font-size:13px; line-height:23px; color:#666;}
#user_board_webzine&gt;ul&gt;li:hover {background-color:#f9f9fb;}
#user_board_webzine&gt;ul&gt;li:hover div.img a {width:120%; height:120%; margin:-10% 0 0 -10%;}
#user_board_webzine&gt;ul&gt;li:hover div.text ul li.title {font-weight:bold;}
#user_board_webzine&gt;ul&gt;li:hover div.text ul li.title a {color:#444;}

#user_board_banner {padding-top:30px; text-align:center;}
#user_board_banner ul {margin-right:-2%;}
#user_board_banner ul li {float:left; width:18%; margin:0 2% 20px 0; vertical-align:top; padding-bottom:20px;}
#user_board_banner ul li p.img {margin-bottom:10px; height:0; padding-bottom:50%; position:relative; overflow:hidden; background-color:#fff;}
#user_board_banner ul li p.img a {position:absolute; top:0; left:0; display:block; width:100%; height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; transition:all 0.1s ease-out;}
#user_board_banner ul li p.text {font-size:14px; font-weight:bold; height:20px; overflow:hidden; margin-bottom:5px;}
#user_board_banner ul li p.text a {color:#666;}
#user_board_banner ul li p.info {font-size:13px; font-weight:bold; height:18px; overflow:hidden; color:#666;}
#user_board_banner ul li p.info span {font-weight:normal; color:#bbb; margin:0 5px;}
#user_board_banner ul li p.info b {font-weight:normal; color:#888;}
#user_board_banner ul li:hover p.img a {width:110%; height:110%; margin:-2.5% 0 0 -5%;}
#user_board_banner ul li:hover p.text a {color:#444;}

#user_board_read_title {word-break: keep-all;line-height:24px;font-size:18px; font-weight:bold; text-align:center; padding:20px 0; border-top:1px solid #444; border-bottom:3px double #ddd;}
#user_board_read_information th {width:10%; padding:10px; border-bottom:1px solid #ddd;}
#user_board_read_information td {padding:10px; border-bottom:1px solid #ddd;}
#news #user_board_read_title {margin-top:100px;}
#news #user_board_read_information {display:none;}
#user_board_read_view {padding:30px 0; font-size:14px; line-height:30px; text-align:justify; border-bottom:1px solid #444; min-height:300px;}
#user_board_read_view img {max-width:100%;  margin:10px auto 20px auto;}
#user_board_read_ip {padding:10px 0; border-bottom:1px solid #ddd; font-size:12px;}
#user_board_read_file th {padding:10px; border-bottom:1px solid #ddd;}
#user_board_read_file td {padding:10px; border-bottom:1px solid #ddd;}
#user_board_read_file td ul li {clear:both; padding:5px 0; display:block;}
#user_board_read_file td ul li:hover a {font-weight:bold;}
#user_board_read_file td ul li .filename {float:left;}
#user_board_read_file td ul li .filename img {display:inline-block; vertical-align:middle; margin-right:10px; line-height:24px;}
#user_board_read_file td ul li .hit {float:right;}
#user_board_read_control {display:block; margin-top:30px; overflow:hidden; zoom:1;}
#user_board_read_control span {display:inline-block; height:28px; line-height:28px; border:1px solid #ddd; padding:0 11px; background-color:#fff; color:#bbb; font-weight:normal; vertical-align:middle; font-family:'Open Sans', sans-serif !important; font-size:12px;}
#user_board_read_control a span {display:inline-block; height:28px; line-height:28px; border:1px solid #888; padding:0 11px; background-color:#fff; color:#444; font-weight:normal; vertical-align:middle; font-family:'Open Sans', sans-serif !important; font-size:12px;}
#user_board_read_control span:hover {background-color:#f9f9fb; font-weight:bold;}
#user_board_read_control #user_board_read_prevnext {float:left;margin-bottom:30px;}
#user_board_read_control #user_button {float:right; clear:none; margin:0;}

#user_board_write {border-top:2px solid #888;}
#user_board_write th {padding:10px; border-bottom:1px solid #ddd;}
#user_board_write td {padding:10px; border-bottom:1px solid #ddd;}

#user_board_comment {padding-top:20px; border-top:0px solid #ddd;}
#user_board_comment #user_comment_list ul li {font-size:13px; line-height:19px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dotted #bbb; position:relative;}
#user_board_comment #user_comment_list ul li p.name {font-size:14px; font-weight:bold; margin-bottom:5px;}
#user_board_comment #user_comment_list ul li p.comment {margin-bottom:10px;}
#user_board_comment #user_comment_list ul li p.date {color:#aaaaac;}
#user_board_comment #user_comment_list ul li p.del {position:absolute; bottom:10px; right:0;}
#user_board_comment #user_comment_list ul li p.del a {display:block; width:40px; height:25px; line-height:25px; text-align:center; font-size:11px; font-family:'dotum'; color:#888; border:1px solid #ddd; background-color:#fff;}
#user_board_comment #user_comment_list ul li p.del a:hover {border-color:#888; color:#444;}
#user_board_comment #user_comment_form {border:0px solid #ddd; margin-bottom:20px;}
#user_board_comment #user_comment_form textarea {border:0px solid #ddd; border-radius:0; height:60px; display:block;}
#user_board_comment #user_comment_form ul {font-size:0; letter-spacing:0; word-spacing:0; position:relative;}
#user_board_comment #user_comment_form ul li {font-size:13px; line-height:19px; display:inline-block; vertical-align:middle;}
#user_board_comment #user_comment_form ul li input {border:0; border-radius:0; height:40px;}
#user_board_comment #user_comment_form ul li.title {text-align:center; padding:0 20px; border-right:1px solid #ddd; height:40px; line-height:40px; color:#88888a; background-color:#f9f9fb; background:linear-gradient(#fff, #f9f9fb);}
#user_board_comment #user_comment_form ul li.input {border:0; border-radius:0; height:40px;}
#user_board_comment #user_comment_form ul li.typing {width:100%; border-bottom:1px solid #ddd; display:block;}
#user_board_comment #user_comment_form ul li.button {position:absolute; bottom:0; right:0;}
#user_board_comment #user_comment_form ul li.button input {width:80px; background-color:#88888a; color:#fff;}

#user_board_password {width:100%; max-width:500px; text-align:center; margin:0 auto;}
#user_board_password .user_board_password_upper li.img img {display:block; max-width:50%; margin:0 auto;}
#user_board_password .user_board_password_upper li.text {border:1px solid #ddd; border-radius:3px;}
#user_board_password .user_board_password_upper li.text .exp {font-size:15px; line-height:30px; padding:10px; border-bottom:1px dotted #bbb; color:#666; background-color:#f9f9fb;}
#user_board_password .user_board_password_upper li.text .exp b {font-size:18px;}
#user_board_password .user_board_password_upper li.text .input {padding:10px; background-color:#fff;}
#user_board_password .user_board_password_upper li.text .input input {height:50px; line-height:50px;font-size:16px; max-width:97%; margin:0 auto;}

#user_board_paging {padding:10px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; font-size:12px; display:block; margin-top:30px;}
#user_board_paging span {display:inline-block; height:28px; line-height:28px; border:1px solid #888; padding:0 11px; margin:0 3px; background-color:#888; color:#fff; font-weight:bold; vertical-align:middle;}
#user_board_paging a span {border:1px solid #bbb; padding:0 11px; margin:0 3px; background-color:#fff; color:#888; font-weight:normal;}
#user_board_paging a span:hover {border:1px solid #888; padding:0 11px; margin:0 3px; background-color:#f9f9fb; color:#444;}
#user_board_paging span.prev {background:#fff; color:#ccc; border:1px solid #ccc; font-family:'Open Sans', sans-serif;}
#user_board_paging a span.prev {background:#fff; color:#444;}
#user_board_paging span.next {background:#fff; color:#ccc; border:1px solid #ccc; font-family:'Open Sans', sans-serif;}
#user_board_paging a span.next {background:#fff; color:#444;}

#user_board_button {clear:both; text-align:right; font-size:12px; display:block; margin-top:30px;}
#user_board_button a {display:inline-block; height:40px; line-height:40px; border:1px solid #ddd; border-radius:3px; background-color:#fff; color:#444; padding:0 25px !important; vertical-align:middle; margin-bottom:30px;}
#user_board_button a:hover {border:1px solid #888; background-color:#f9f9fb; color:#444; text-decoration:none;}
#user_board_button input {padding:0 25px !important; vertical-align:middle; margin-bottom:30px;height:40px; line-height:40px; }

/*button_color*/
.user_board_btn_black {border:1px solid #555 !important; background-color:#555 !important; color:#fff !important;}
.user_board_btn_black:hover {border:1px solid #333 !important; background-color:#333 !important; color:#fff !important;}
.user_board_btn_red {border:1px solid #f56878 !important; background-color:#f56878 !important; color:#fff !important;}
.user_board_btn_red:hover {border:1px solid #db4355 !important; background-color:#db4355 !important; color:#fff !important;}
.user_board_btn_gblue {height:28px; line-height:28px; font-size:12px;border:1px solid #44c4c4 !important; background-color:#44c4c4 !important; color:#fff !important;border-radius:3px; padding:0 10px; display:inline-block; vertical-align:middle; cursor:pointer;}
.user_board_btn_gblue:hover {border:1px solid #28acac !important; background-color:#28acac !important; color:#fff !important;}
.user_board_btn_blue {border:1px solid #4591cc !important; background-color:#4591cc !important; color:#fff !important;}
.user_board_btn_blue:hover {border:1px solid #2a79b6 !important; background-color:#2a79b6 !important; color:#fff !important;}
.user_board_sbutton {background-color:#888; border:1px solid #888; color:#fff;}
.user_board_sbutton:hover {background-color:#666; border:1px solid #666;}

/*button_with_height*/
.user_board_btn_height {height:28px; line-height:28px; display:inline-block; padding:0 10px; border-radius:3px; vertical-align:middle;}
.user_board_btn_darkgray {height:28px; line-height:28px; color:#eee !important; font-size:12px; border:1px solid #888 !important; background-color:#888 !important; border-radius:3px; padding:0 10px; display:inline-block; vertical-align:middle; cursor:pointer;}
.user_board_btn_darkgray:hover {color:#fff !important; border:1px solid #666 !important; background-color:#666 !important; padding:1px 6px !important;}
.user_board_btn_white {height:28px; line-height:28px; color:#444; font-size:12px; border:1px solid #888; background-color:#fff; border-radius:3px; padding:0 10px; display:inline-block; vertical-align:middle; cursor:pointer;}
.user_board_btn_white:hover {color:#444; border:1px solid #555; background-color:#f9f9fb;}

#user_board_comment {padding-top:20px; border-top:0px solid #ddd;}
#user_board_comment #user_comment_list ul li {font-size:13px; line-height:19px; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dotted #bbb; position:relative;}
#user_board_comment #user_comment_list ul li p.name {font-size:14px; font-weight:bold; margin-bottom:5px;}
#user_board_comment #user_comment_list ul li p.comment {margin-bottom:10px;}
#user_board_comment #user_comment_list ul li p.date {color:#aaaaac;}
#user_board_comment #user_comment_list ul li p.del {position:absolute; bottom:10px; right:0;}
#user_board_comment #user_comment_list ul li p.del a {display:block; width:40px; height:25px; line-height:25px; text-align:center; font-size:11px; font-family:'dotum'; color:#888; border:1px solid #ddd; background-color:#fff;}
#user_board_comment #user_comment_list ul li p.del a:hover {border-color:#888; color:#444;}
#user_board_comment #user_comment_form {border:1px solid #ddd; margin-bottom:20px;}
#user_board_comment #user_comment_form textarea {border:0; border-radius:0; height:60px; display:block;}
#user_board_comment #user_comment_form ul {font-size:0; letter-spacing:0; word-spacing:0; position:relative;}
#user_board_comment #user_comment_form ul li {font-size:13px; line-height:19px; display:inline-block; vertical-align:middle;}
#user_board_comment #user_comment_form ul li input {border:0; border-radius:0; height:40px;}
#user_board_comment #user_comment_form ul li.title {text-align:center; padding:0 20px; border-right:1px solid #ddd; height:40px; line-height:40px; color:#88888a; background-color:#f9f9fb; background:linear-gradient(#fff, #f9f9fb);}
#user_board_comment #user_comment_form ul li.input {border-right:1px solid #ddd;}
#user_board_comment #user_comment_form ul li.typing {width:100%; border-bottom:1px solid #ddd; display:block;}
#user_board_comment #user_comment_form ul li.button {position:absolute; bottom:0; right:0;}
#user_board_comment #user_comment_form ul li.button input {width:80px; background-color:#88888a; color:#fff;}

#common_del_form { position:absolute; display:none; width:300px; height:200px; overflow:hidden; background-color:#FC0; margin-top:-150px; margin-left:-100px;}

/* 자동등록방지문자 */
.captcha .imgzone {float: left;}
.captcha .inputzone {float: left; margin: 6px 0 0 10px; height: 58px;}
.captcha .inputzone p {margin-bottom: 5px;}
.captcha .inputzone p .refresh_btn {padding: 2px 4px; border-radius: 5px; display: block; float: left; margin: 0 5px 0 0; background-color: #57ad68; color: white;}
.captcha .inputzone p .refresh_btn i {color: white;}
.captcha .inputzone p span {line-height: 25px;}
.captcha .inputzone input {font-size: 13px;}

.comment_pwd_layer {
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px; /* half of width */
    height: 150px;
    top: 50%;
    margin-top: -75px; /* half of height */
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #eee;
    padding: 1em;
    box-sizing: border-box;
}
.comment_pwd_hidden { display:none;}

.edit_pwd_layer {
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px; /* half of width */
    height: 150px;
    top: 50%;
    margin-top: -75px; /* half of height */
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #eee;
    padding: 1em;
    box-sizing: border-box;
}
.edit_pwd_hidden { display:none;}

.board_pwd_layer {
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px; /* half of width */
    height: 150px;
    top: 50%;
    margin-top: -75px; /* half of height */
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #eee;
    padding: 1em;
    box-sizing: border-box;
}
.board_pwd_hidden { display:none;}

.read_pwd_layer {
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px; /* half of width */
    height: 150px;
    top: 50%;
    margin-top: -75px; /* half of height */
    overflow: auto;

    /* decoration */
    border: 1px solid #000;
    background-color: #eee;
    padding: 1em;
    box-sizing: border-box;
}
.read_pwd_hidden { display:none;}

/* -------------------------------------- */
/* 게시판반응형 */
@media (max-width: 1440px) {
  #user_board_whole{width:100% !important; padding:0 50px;}
}
@media (max-width: 1023px) {
  #user_board_whole{padding:0 30px;}
  #user_board_photo ul li p.text a{font-size:16px;}
    #user_board_read_information th{font-size:16px;}
    #user_board_read_information td{font-size:16px;}
}
@media (max-width: 768px) {
  #user_board_whole{padding:0 20px;}
  #user_board_photo ul {display: grid;grid-template-columns: 1fr 1fr;justify-content: center; align-items: center; justify-items: center;}
  #user_board_photo ul li{width:85%;margin:0;}
  #user_board_read_information th{font-size:14px;padding:0;min-width:50px;}
    #user_board_read_information td{font-size:14px;padding:0}
}
@media (max-width: 550px){
#user_board_whole {padding-top:50px;}
#user_board_control fieldset {gap:5px;}
#user_board_whole #user_board_control { padding:0;}
#user_board_whole #user_board_control .board_fr fieldset select {width:100px;height:40px;margin:0;}
#user_board_whole #user_board_control .board_fr fieldset input[type="text"] {width:100% !important; height:40px; margin:0;}
#user_board_whole #user_board_control .board_fr fieldset input[type="submit"] {width:60px !important;height:40px;flex-shrink: 0;}
#user_board_list th{font-size:14px;line-height:24px;}
#user_board_list td{font-size:14px;line-height:24px;}
#user_board_list .number {display:none;}
#user_board_list .file {display:none;}
#user_board_list .writer {width:85px;}
#user_board_list .hit{width:60px;}
#user_board_photo ul li p.img {height:150px;}
#user_board_photo ul li p.img a{height:150px;}
	  #user_board_read_information th{font-size:12px;letter-spacing:-1px}
    #user_board_read_information td{font-size:12px;letter-spacing:-1px}
	#user_board_read_file th{font-size:14px;}
	#user_board_read_file td{font-size:14px;}
}
</pre></body></html>