@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:300; font-display:swap; src:url("../wp_default_image/notosanskr_300.woff") format("woff"), url("../wp_default_image/notosanskr_300.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:400; font-display:swap; src:url("../wp_default_image/notosanskr_400.woff") format("woff"), url("../wp_default_image/notosanskr_400.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal;	font-weight:500; font-display:swap; src:url("../wp_default_image/notosanskr_500.woff") format("woff"), url("../wp_default_image/notosanskr_500.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:600; font-display:swap; src:url("../wp_default_image/notosanskr_600.woff") format("woff"),url("../wp_default_image/notosanskr_600.woff2") format("woff2"); }
/*****************************************************************************************************************/
html { font-size:16px; }
body, header, footer, nav, section, article, aside, canvas, iframe, div, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, video, audio, span, strong, pre, del, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, summary, thead, tbody, tfoot, tr, th, td { margin:0; padding:0; border:0; }
header, section, nav, article, aside, hgroup, footer { display:block; }
body { font-family:"Noto Sans KR", "dotum", 돋움, Helvetica, sans-serif; font-size:1rem; font-weight:400; color:#222; line-height:1.7; letter-spacing:0.7px; }
img { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ul, ol { list-style:none; }
a { color:inherit; }
a:link, a:visited, a:active { text-decoration:none; }
a:hover { text-decoration:none; }
strong, b { font-weight:500; }
address { font-style:normal; }
legend { display:none; clear:both; }
textarea { resize:none; font-family:inherit; }
button { overflow:visible; padding:0; border:none; background:inherit; font-family:inherit; border-radius:0; box-shadow:none; cursor:pointer; }
table { border:0; border-collapse:collapse; }
table caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
select::-ms-expand { display:none; }
input, input::placeholder, input::file-selector-button, select { font-family:"Noto Sans KR"; font-size:95%; }
input::placeholder { color:#777; }
:root
{
	--form-check-color:#00a040;
	--form-button-color:#00a040;
	--mobile-point-color:#00a040;
}
.display_none { display:none; }
.float_left { float:left; }
.float_right { float:right; }
.clear_both { clear:both; }
.text_big { font-size:120%; }
.text_small { font-size:90%; }
.text_xsmall { font-size:80%; }
.text_bold { font-weight:600; }
.text_thin { font-weight:300; }
.text_left { text-align:left; }
.text_right { text-align:right; }
.text_center { text-align:center; }
.text_blue { color:#0066cc; }
.text_red { color:#ff3333; }
.text_gray { color:#999; }
.text_emphasis { font-weight:500; color:#ff3333; }
.form_input_box { height:42px; padding:5px; border:1px solid #ddd; box-sizing:border-box; }
.form_input_file { height:42px; padding:5px; border:1px solid #ddd; box-sizing:border-box; }
.form_select_box { height:42px; padding:5px 20px 5px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; box-sizing:border-box; appearance:none; }
.form_textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
.form_textarea_chk { width:100%; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; }
.form_check_title { position:relative; }
.form_check_title input[type="radio"]::-ms-check { border:solid 1px #fff; }
.form_check_title input[type="radio"] { position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border:none; appearance:none; }
.form_check_title input[type="radio"] + label { padding-left:25px; }
.form_check_title input[type="radio"] + label:before { content:""; position:absolute; top:calc(50% - 10px); left:0; width:20px; height:20px; border:1px solid #ddd; background-color:#fff; border-radius:20px; box-sizing:border-box; }
.form_check_title input[type="radio"]:checked + label:before { border:6px solid var(--form-check-color); background-color:#fff; }
.form_check_title input[type="checkbox"]::-ms-check { border:solid 1px #fff; }
.form_check_title input[type="checkbox"] { position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border:none; appearance:none; }
.form_check_title input[type="checkbox"] + label { padding:0 0 0 30px; }
.form_check_title input[type="checkbox"] + label:before { content:""; display:block; position:absolute; top:calc(50% - 10px); left:1px; width:20px; height:20px; margin-right:10px; border:1px solid #ddd; background:#fff url("../wp_default_image/check_sprite.png") no-repeat 0 0; box-sizing:border-box; }
.form_check_title input[type="checkbox"]:checked + label:before { border:1px solid var(--form-check-color); background:var(--form-check-color) url("../wp_default_image/check_sprite.png") no-repeat 0 -20px; }
.form_check_choose { display:block; position:relative; width:22px; height:22px; margin:0 auto; }
.form_check_choose input[type="checkbox"]::-ms-check { border:solid 1px #fff; }
.form_check_choose input[type="checkbox"] { width:20px; height:20px; margin:0; padding:0; border:none; appearance:none; }
.form_check_choose input[type="checkbox"] + label { display:block; position:absolute; top:0; left:0; width:20px; height:20px; margin:0 auto; border:1px solid #ddd; background:#fff url("../wp_default_image/check_sprite.png") no-repeat 0 0; font-size:0; box-sizing:border-box; }
.form_check_choose input[type="checkbox"]:checked + label { border:1px solid var(--form-check-color); background:var(--form-check-color) url("../wp_default_image/check_sprite.png") no-repeat 0 -20px; }
#form_button { text-align:center; }
#form_button button { display:inline-block; height:48px; width:140px; margin:0 10px; background-color:var(--form-button-color); font-size:130%; font-weight:500; text-align:center; color:#fff; line-height:48px; border-radius:4px; box-sizing:border-box; }
#form_button button.cancel { background-color:#777; color:#fff; }
/*****************************************************************************************************************/
.popup_box .form_check_choose { display:inline-block; vertical-align:middle; }
.popup_box .close_ment { display:inline-block; height:22px; font-size:90%; font-weight:400; vertical-align:middle; line-height:22px; }
#board_tab_menu { margin:0 0 40px; }
#board_tab_menu .mobile_first { display:none; }
#board_tab_menu ul { margin:0; padding:0 10px; border-bottom:1px solid #222; }
#board_tab_menu li { display:inline-block; position:relative; margin-right:5px; }
#board_tab_menu li a { display:block; padding:5px 30px 5px 20px; border:1px solid #ddd; border-bottom:none; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 90% center; font-weight:400; color:#777; border-radius:10px 10px 0 0; }
#board_tab_menu li.on a { border:1px solid #222; border-bottom:none; font-weight:500; color:#000; }
#board_tab_menu li.on::after { content:""; display:block; position:absolute; bottom:-1px; left:1px; width:calc(100% - 2px); border-bottom:1px solid #fff; }
#board_list { width:100%; margin:0 0 50px; border:0; border-collapse:collapse; }
#board_list th { padding:15px 0; border-top:2px solid #222; border-bottom:1px solid #ddd; background-color:#fbfbfb; font-size:110%; font-weight:600; color:#000; white-space:nowrap; }
#board_list tr.notice td { border-bottom:1px solid #ddd; background-color:#fbfbfb; }
#board_list td { padding:12px 0; border-bottom:1px solid #ededed; text-align:center; vertical-align:middle; white-space:nowrap; }
#board_list .icon_notice { padding:0 8px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#board_list .subject { overflow:hidden; text-align:left; white-space:nowrap; text-overflow:ellipsis; }
#board_list .subject .icon_division { float:left; margin-right:10px; padding:0 12px; border:1px solid #777; background-color:#fff; font-size:90%; color:#777; border-radius:20px; }
#board_list .subject > a { position:relative; }
#board_list .subject > a::before { content:""; display:block; position:absolute; bottom:-4px; left:50%; width:0; border-bottom:1px solid #222; transition:0.3s; }
#board_list .subject > a::after { content:""; display:block; position:absolute; right:50%; bottom:-4px; width:0; border-bottom:1px solid #222; transition:0.3s; }
#board_list .subject > a:hover::before { width:50%; transition:0.3s; }
#board_list .subject > a:hover::after { width:50%; transition:0.3s; }
#board_list .file_download { position:relative; margin:0; padding:10px 20px; border:2px solid #ddd; font-size:95%; }
#board_list .file_download legend { display:block; padding:0 5px; font-weight:400; box-sizing:border-box; }
#board_list .file_download .down_button { position:absolute; top:0; right:5px; }
#board_list .file_download .down_button a { margin-left:3px; }
#board_list .file_download .close { padding:0 8px; border:1px solid #ddd; background-color:#fff; font-size:90%; color:#333; border-radius:20px; }
#board_list .list_button { padding:0 8px; border:1px solid #0066cc; background-color:#fff; font-size:90%; color:#0066cc; border-radius:20px; }
#board_list .list_button.delete { border:1px solid #ff3333; color:#ff3333; }
#board_view_title { border-top:2px solid #222; }
#board_view_title .board_view_head { position:relative; }
#board_view_title .board_view_head .board_title { overflow:hidden; margin:0; padding:10px; background-color:#fbfbfb; font-size:110%; font-weight:500; line-height:36px; white-space:nowrap; text-overflow:ellipsis; }
#board_view_title .board_view_head .icon_division { float:left; margin-right:10px; padding:0 12px; border:1px solid #777; background-color:#fff; font-size:80%; color:#777; border-radius:20px; }
#board_view_title .board_view_head .name_row { margin:0; padding:5px 10px; border-bottom:1px solid #ddd; font-size:90%; color:#777; }
#board_view_title .board_view_head .name_row img { vertical-align:middle; }
#board_view_title .board_view_head .name { margin-right:15px; font-weight:500; }
#board_view_title .board_view_head .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#board_view_title .board_view_head .time { margin:0; }
#board_view_title .board_view_head .ref { float:right; }
#board_view_title .board_view_head .ref img { vertical-align:middle; }
#board_view_comment { margin:0; padding:30px 0; }
#board_view_comment .smartOutput img { max-width:100%; height:inherit; }
#board_view_comment .smartOutput video { max-width:100%; height:inherit; }
#board_view_comment .image_view_box { margin-bottom:20px; text-align:center; }
#board_view_comment .image_view_box img { max-width:100%; height:inherit; }
#board_view_comment .image_view_box span { display:block; margin:0 auto; }
#board_view_comment .image_view_box video { max-width:100%; height:inherit; }
#board_view_comment .file_download { margin-top:20px; padding:10px 15px; border:1px solid #ededed; background-color:#fbfbfb; font-size:90%; text-align:left; }
#board_prev_next { margin:0 0 50px; padding:10px 20px; border:1px solid #ededed; font-size:95%; }
#board_prev_next li { overflow:hidden; margin:0; padding:3px 0; border-bottom:1px solid #ededed; }
#board_prev_next li:last-child { border:none; }
#board_prev_next li strong { display:block; float:left; width:50px; }
#board_prev_next li a { display:block; overflow:hidden; width:calc(100% - 50px); white-space:nowrap; text-overflow:ellipsis; }
#board_input { margin:0 0 40px; }
#board_input h4 { display:block; float:left; margin:0 0 10px; font-size:140%; font-weight:500; }
#board_input .compulsory_guide { float:right; font-size:95%; font-weight:400; text-align:right; box-sizing:border-box; }
#board_input .compulsory_guide span { font-size:150%; color:#fd7070; }
#board_input ul { clear:both; padding:15px 20px 0; border-top:2px solid #222; }
#board_input li { overflow:hidden; padding:20px 0; border-bottom:1px solid #ededed; vertical-align:middle; }
#board_input li:last-child { border:none; }
#board_input .title { display:block; float:left; position:relative; width:200px; padding:0 50px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#board_input .title span { position:absolute; top:-5px; right:35px; font-size:140%; color:#fd7070; }
#board_input .input_box { float:left; height:42px; margin-right:5px; padding:5px 10px; border:1px solid #ddd; font-weight:300; box-sizing:border-box; }
#board_input .input_file { height:42px; padding:5px 10px; border:1px solid #ddd; font-size:90%; line-height:32px; box-sizing:border-box; }
#board_input .input_file::file-selector-button { padding:3px 10px; border:1px solid #ddd; background-color:#fbfbfb; }
#board_input .input_guide { display:block; clear:both; margin:0 0 0 200px; padding:5px 0 0; font-size:90%; color:#777; }
#board_input .select_box { float:left; height:42px; padding:0 30px 0 10px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; color:#333; box-sizing:border-box; appearance:none; }
#board_input .form_check_title { float:left; height:42px; margin-right:20px; line-height:42px; }
#board_input .textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#board_input .attach_file { border:none; padding:0 20px; word-break:keep-all; }
#board_input .attach_file li { border-top:1px solid #ededed; }
#board_input .attach_modify { padding:10px; border:1px solid #ddd; }
#board_input .attach_modify li { overflow:hidden; padding:8px 0; }
#board_input .attach_modify li:last-child { border-bottom:none; }
#board_input .attach_modify .first_line { border-bottom:1px solid #ddd; font-weight:500; }
#board_input .attach_modify .first_line span { height:inherit; }
#board_input .attach_modify .first_line .attach_name { font-size:100%; }
#board_input .attach_modify .attach_sort { float:left; width:100px; text-align:center; }
#board_input .attach_modify .attach_sort input { float:none; width:40px; margin:0 auto; text-align:center; }
#board_input .attach_modify .attach_name { float:left; width:calc(100% - 200px); font-size:90%; text-align:left; }
#board_input .attach_modify .attach_name img { margin:0 5px 0 0; vertical-align:middle; }
#board_input .attach_modify .attach_name .input_box { float:none; margin-left:5px; }
#board_input .attach_modify .attach_delete { float:left; position:relative; width:100px; height:45px; margin:0; text-align:center; }
#board_input .attach_modify .attach_delete .form_check_choose { position:absolute; top:calc(50% - 11px); left:calc(50% - 11px); }
#board_auth { width:450px; margin:0 auto 60px; padding:30px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; }
#board_auth p { margin:0 0 10px; font-size:90%; font-weight:400; text-align:center; }
#board_auth label { float:left; width:100px; height:42px; padding-right:20px; font-weight:500; text-align:right; line-height:42px; box-sizing:border-box; }
#board_auth .form_input_box { float:left; width:calc(100% - 100px); }
#board_gallery_list { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; column-gap:20px; row-gap:50px; margin:0 0 30px; }
#board_gallery_list li { text-align:center; box-sizing:border-box; }
#board_gallery_list li a { display:block; }
#board_gallery_list .img_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; }
#board_gallery_list .img_box img { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; border-radius:8px; }
#board_gallery_list .background_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; border-radius:8px; }
#board_gallery_list .gallery_subject { display:-webkit-box; overflow:hidden; height:60px; margin:0 0 10px; font-size:95%; font-weight:400; text-align:left; word-break:keep-all; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#board_gallery_list .date { display:block; overflow:hidden; margin:0; font-size:90%; font-weight:300; text-align:right; color:#777; }
#board_gallery_list .gallery_ref { font-size:90%; }
#board_gallery_list .gallery_ref span { position:relative; margin-right:10px; }
#board_gallery_list .gallery_ref span::after { content:""; display:block; position:absolute; top:6px; right:-9px; height:15px; border-right:1px solid #aaa; }
#board_faq_list li { margin-bottom:20px; }
#board_faq_list li > h4 { position:relative; padding:20px 20px 20px 60px; border:1px solid #ddd; font-size:120%; font-weight:500; word-break:keep-all; border-radius:10px; cursor:pointer; }
#board_faq_list li > h4::before { content:""; display:block; position:absolute; top:calc(50% - 14px); left:20px; width:26px; height:28px; background:url("../wp_default_image/page_faq_sprite.png") no-repeat 0 0; }
#board_faq_list li > h4::after { content:""; display:block; position:absolute; top:calc(50% - 9px); right:20px; width:35px; height:18px; background:url("../wp_default_image/page_faq_sprite.png") no-repeat -60px 0; }
#board_faq_list li > h4.on::before { background-position:-30px 0; }
#board_faq_list li > h4.on::after { background-position:-60px -18px; }
#board_faq_list li > h4 img { vertical-align:middle; }
#board_faq_list li > h4.on { border:1px solid var(--form-button-color); }
#board_faq_list li > div { display:none; position:relative; margin:20px 0 0; padding:40px; background-color:#ededed; border-radius:10px; word-break:keep-all; }
#board_faq_list li > div::before { content:""; display:block; position:absolute; top:-15px; left:60px; border-right:15px solid transparent; border-bottom:15px solid #ededed; border-left:15px solid transparent; }
#board_faq_list li > div p { word-break:keep-all; }
#board_faq_list li > div p .orange { color:#ff6600; }
#board_faq_list li > div p strong { font-weight:500; }
#board_faq_list .image_view_box { text-align:center; }
#board_faq_list .image_view_box img { max-width:100%; }
#board_faq_list .file_download { padding:10px; background-color:#fff; }
#board_blog_list { padding:0 10px; }
#board_blog_list li { margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ededed; }
#board_blog_list li:last-child { border-bottom:none; }
#board_blog_list li a { display:block; overflow:hidden; }
#board_blog_list .blog_image { display:block; float:left; width:250px; height:187px; font-size:0; text-indent:-9999px; }
#board_blog_list .blog_content { float:right; position:relative; width:calc(100% - 300px); height:187px; padding:10px 0 0; color:#000; word-break:keep-all; box-sizing:border-box; }
#board_blog_list .blog_content .title { display:block; margin-bottom:10px; font-size:120%; font-weight:500; }
#board_blog_list .blog_content p { display:-webkit-box; overflow:hidden; margin-bottom:10px; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
#board_blog_list .blog_content .date { display:block; position:absolute; bottom:0; left:0; font-size:90%; color:#777; }
#reply_iframe { margin:0; padding:0; }
#reply_iframe #replyFrame { width:100%; height:100%; margin:0; padding:0; border:0 solid transparent; }
#reply_body { overflow:hidden; margin:0; padding:0; }
#reply_title { padding:5px; border-bottom:#666 2px solid; font-size:95%; word-break:keep-all; }
#reply_box { clear:both; }
#reply_box .reply_list { clear:both; margin:0; padding:10px 0; border-bottom:1px dotted #ddd; font-size:95%; color:#444; }
#reply_box .reply_list .list_name { float:left; height:30px; line-height:30px; }
#reply_box .reply_list .list_name .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#reply_box .reply_list .list_name span { margin-right:5px; }
#reply_box .reply_list .list_name img { margin-right:3px; vertical-align:middle; }
#reply_box .reply_list .list_button { float:right; }
#reply_box .reply_list .list_button a { display:inline-block; padding:0 5px; border:1px solid #ddd; font-size:90%; line-height:140%; }
#reply_box .reply_list .list_comment { clear:both; margin:0; padding-top:10px; }
#reply_body .reply_input { border:1px solid #ddd; }
#reply_body .reply_input ul { padding:10px; }
#reply_body .reply_input li { overflow:hidden; padding:5px 0; border-bottom:1px dotted #ddd; }
#reply_body .reply_input li:last-child { border:none; }
#reply_body .reply_input li .title { float:left; width:70px; height:32px; font-size:90%; font-weight:500; line-height:32px; }
#reply_body .reply_input li .title span { color:#ff3333; }
#reply_body .reply_input li .input_box { float:left; height:32px; margin-right:10px; padding:5px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; }
#reply_body .reply_input li .input_guide { float:left; height:32px; font-size:90%; line-height:32px; }
#reply_body .reply_input li .textarea_box { float:left; width:calc(100% - 150px); height:65px; padding:5px; border:1px solid #ddd; vertical-align:middle; border-radius:3px; box-sizing:border-box; }
#reply_body .reply_input li button { display:block; float:right; width:70px; height:65px; background-color:#333; color:#fff; line-height:65px; border-radius:3px; }
#reply_body .reply_input li .form_check_title { margin-right:10px; }
#reply_body .reply_input li .form_check_title label { line-height:25px; }
#reply_body .reply_input li .form_check_title label img { vertical-align:baseline; }
#reply_body .reply_input li .cancel_button { float:right; padding:0 5px; border:1px solid #ff3333; font-size:95%; color:#ff3333; }
#reply_body .reply_modify { margin-top:10px; padding:10px; border:2px solid #ff8000; }
#reply_body .replay_delete { position:absolute; right:0; }
#reply_body .replay_delete div { position:relative; padding:25px 10px 10px; border:2px solid #999; background-color:#fff; text-align:right; border-radius:3px; }
#reply_body .replay_delete div a.delete_cancel { display:block; position:absolute; top:5px; right:10px; width:21px; height:21px; padding:0; border:none; background:url("../wp_default_image/colorbox_control.png") no-repeat -27px -2px; font-size:0; text-indent:-9999px; border-radius:10px; }
#reply_body .replay_delete input { height:23px; border:1px solid #ddd; box-sizing:border-box; }
#reply_body .replay_delete button { display:inline-block; padding:0 5px; border:1px solid #ddd; font-size:90%; line-height:140%; }
#reply_paging { clear:both; margin:0 auto; padding:20px; text-align:center; }
#reply_box .reply_reply { overflow:hidden; margin-top:10px; }
#reply_box .reply_reply .arrow { float:left; width:50px; margin-right:10px; font-weight:500; color:#444; }
#reply_box .reply_reply .reply_input { float:right; width:calc(100% - 60px); border:2px solid #ff8000; box-sizing:border-box; }
#board_bottom { overflow:hidden; clear:both; margin:0 auto; padding:0; }
#board_bottom .paging { height:40px; margin-bottom:10px; text-align:center; line-height:40px; box-sizing:border-box; }
#board_bottom .board_btn { display:inline-block; height:40px; margin:0 1px; padding:0 15px; border:1px solid #222; font-size:95%; font-weight:400; text-align:center; line-height:38px; box-sizing:border-box; transition:0.3s; }
#board_bottom .board_btn:hover { background-color:#222; color:#fff; transition:0.3s; }
#board_bottom .search { overflow:hidden; float:left; width:25%; }
#board_bottom .search .search_input { float:left; width:calc(100% - 65px); height:40px; padding:3px 10px; border:1px solid #222; background-color:#fbfbfb; font-size:90%; vertical-align:middle; box-sizing:border-box; }
#board_bottom .search .board_btn { display:block; float:right; width:60px; padding:0; }
#board_bottom .left_button { overflow:hidden; float:left; width:25%; }
#board_bottom .right_button { float:right; width:25%; text-align:right; }
#member_guide { margin-bottom:50px; padding:20px 20px 20px 50px; border:1px solid #ededed; background-color:#fbfbfb; word-break:keep-all; }
#member_guide li { position:relative; padding:2px 0; }
#member_guide li::before { content:""; display:block; position:absolute; top:14px; left:-10px; width:4px; height:4px; background-color:#222; border-radius:5px; }
#member_guide li a { padding:3px 10px; background-color:#222; font-size:90%; font-weight:430; color:#fff; border-radius:3px; }
#member_input { margin:0 0 40px; }
#member_input h4 { display:block; float:left; margin:0 0 10px; padding:0; font-size:140%; font-weight:500; }
#member_input .compulsory_guide { float:right; font-size:95%; font-weight:400; text-align:right; box-sizing:border-box; }
#member_input .compulsory_guide span { font-size:150%; color:#fd7070; }
#member_input ul { clear:both; margin:0 0 50px; padding:15px 20px 0; border-top:2px solid #222; }
#member_input ul:last-child { margin:0; }
#member_input li { overflow:hidden; padding:20px 0; border-bottom:1px solid #ededed; vertical-align:middle; }
#member_input li:last-child { border:none; }
#member_input .title { display:block; float:left; position:relative; width:200px; padding:0 50px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#member_input .title span { position:absolute; top:-5px; right:35px; font-size:140%; color:#fd7070; }
#member_input .input_box { float:left; height:42px; margin-right:5px; padding:5px 10px; border:1px solid #ddd; font-weight:300; box-sizing:border-box; }
#member_input .input_box#new_passwd { margin-left:200px; }
#member_input .select_box { float:left; height:42px; padding:0 30px 0 10px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; font-size:95%; box-sizing:border-box; appearance:none; }
#member_input .form_check_title { height:42px; margin-right:20px; line-height:42px; }
#member_input .input_guide { display:block; clear:both; margin:0 0 0 200px; padding:5px 0 0; font-size:90%; color:#999; }
#member_input .textarea_box { float:left; width:calc(100% - 200px); padding:5px 10px; border:1px solid #ddd; box-sizing:border-box; }
#member_input .click_button { display:block; float:left; width:90px; height:42px; margin-right:10px; background-color:#222; font-size:95%; font-weight:400; text-align:center; color:#fff; line-height:42px; box-sizing:border-box; }
#member_input .change_pw { display:block; }
#member_input strong { display:block; height:42px; line-height:42px; }
#member_login { width:580px; margin:0 auto; padding:80px; border:1px solid #ddd; box-sizing:border-box; }
#member_login h4 { margin:0 0 30px; padding:0; font-size:190%; font-weight:500; }
#member_login .login_account { margin:0 0 30px; padding:0; list-style:none; }
#member_login .login_account .input_box { width:100%; height:50px; margin:0 0 10px; padding:10px 20px; border:1px solid #ddd; font-size:95%; line-height:60px; box-sizing:border-box; }
#member_login .login_account .input_box::placeholder { font-size:90%; }
#member_login .login_account button { display:block; width:100%; height:50px; background-color:var(--form-button-color); font-size:110%; font-weight:500; text-align:center; color:#fff; }
#member_login .account_button { text-align:center; }
#member_login .account_button li { display:inline-block; position:relative; margin:0 15px; }
#member_login .account_button li a { font-weight:400; }
#member_login .account_button li::after { content:""; display:block; position:absolute; top:calc(50% - 7px); right:-17px; height:14px; border-right:2px solid #222; }
#member_login .account_button li:last-child::after { display:none; }
#member_search .search_title { position:relative; margin:0 0 10px; padding:25px 0; border-bottom:2px solid #222; font-size:180%; font-weight:500; text-align:center; }
#member_search .search_title::before { content:""; display:block; position:absolute; top:calc(50% - 19px); left:calc(50% - 125px); width:35px; height:35px; background:url("../wp_default_image/page_login_sprite.png") no-repeat 0 0; }
#member_search .search_title.pw::before { background-position:0 -35px; }
#member_search .search_guide { margin:0 0 10px; padding:10px 0; font-size:95%; text-align:center; word-break:keep-all; }
#member_search .search_field { width:100%; margin:0 0 30px; padding:0 20px; box-sizing:border-box; }
#member_search .search_field li { overflow:hidden; padding:15px; border-bottom:1px solid #ededed; vertical-align:middle; }
#member_search .search_field li:last-child { border:none; }
#member_search .search_field .title { display:block; float:left; position:relative; width:130px; padding:0 30px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#member_search .search_field .form_input_box { float:left; width:calc(100% - 140px); }
#privacy_agree .agree_list { margin:0 0 50px; padding:0; }
#privacy_agree .agree_list li { width:490px; margin:0 auto; padding:5px 0; }
#privacy_agree .agree_list li label { font-size:110%; }
#privacy_agree .agree_list li.agree_all { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ddd; }
#privacy_agree .agree_list li.agree_all label { font-size:130%; font-weight:500; color:#000; }
#privacy_agree .agree_list li button { float:right; margin-left:10px; padding:3px 10px; border:1px solid #ededed; border-radius:3px; vertical-align:middle; }
#privacy_agree .agree_text { display:none; overflow-y:scroll; clear:both; width:100%; max-height:300px; margin:10px 0; padding:10px; background-color:#fbfbfb; font-size:90%; word-break:keep-all; box-sizing:border-box; }
#privacy_agree ul.agree_text { height:inherit; margin:0; padding:20px; border:none; }
#privacy_agree ul.agree_text li { overflow:hidden; width:inherit; margin:0; padding:10px 0; border-bottom:1px solid #ddd; }
#privacy_agree ul.agree_text li:first-child { margin:0; }
#privacy_agree ul.agree_text li:last-child { border:none; }
#privacy_agree ul.agree_text li strong { display:block; float:left; width:160px; text-align:center; }
#privacy_agree ul.agree_text li span { display:block; float:left; width:calc(100% - 160px); }
#privacy .title { margin:0 0 40px; padding:0 0 20px; border-bottom:1px solid #ddd; font-size:110%; text-align:center; line-height:160%; word-break:keep-all; }
#privacy h4 { margin:0; padding:10px; border-bottom:2px solid #222; font-size:110%; font-weight:500; }
#privacy h4 .round { display:inline-block; margin-right:8px; padding:2px 10px; background-color:#222; color:#fff; border-radius:9px; }
#privacy .comment { margin-bottom:40px; padding:20px; border:1px solid #ededed; border-top:none; word-break:keep-all; }
#privacy .comment.last { margin-bottom:0; }
#privacy .comment p { margin:0; padding:0; }
#privacy .comment ul ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol > li { padding:5px 0; list-style:decimal; }
#privacy .comment ol > li > ul > li > ul > li { padding:5px 0; list-style:upper-roman; }
#privacy .comment ol { margin-left:0; padding-left:20px; }
#privacy .comment ul { margin-left:20px; padding-left:0; }
#paging_move_box { margin:0; padding:0; }
#paging_move_box .number { display:inline-block; margin:0 3px; font-weight:500; line-height:28px; }
#paging_move_box .number a { display:block; padding:0 5px; border:1px solid #e5e5e5; text-align:center; color:#333; }
#paging_move_box .number strong { display:block; padding:0 5px; border:1px solid #ff6600; color:#ff6600; }
#paging_move_box .number a:hover { border:1px solid #ff6600; color:#000; }
#paging_move_box span.none { margin:0 10px; color:#666; cursor:default; }
#paging_move_box .none a { font-weight:400; text-decoration:none; color:#000; }
#paging_move_box .none a:hover { text-decoration:underline; color:#ff6600; }
#paging_move_round { margin:0; padding:0; }
#paging_move_round .number { display:inline-block; margin:0 3px; width:30px; font-size:90%; font-weight:500; vertical-align:middle; line-height:30px; box-sizing:border-box; }
#paging_move_round .number a { display:block; height:30px; padding:0; color:#222; box-sizing:border-box; transition:0.2s; }
#paging_move_round .number strong { display:block; height:30px; background-color:#222; color:#fff; line-height:32px; border-radius:30px; box-sizing:border-box; }
#paging_move_round .number a:hover { background-color:#ddd; color:#333; border-radius:30px; transition:0.2s; }
#paging_move_round .none { display:inline-block; width:15px; height:30px; margin:0 10px; text-indent:-9999px; vertical-align:middle; }
#paging_move_round .none.prev { background:url("../wp_default_image/page_paging_sprite.png") no-repeat center 6px; }
#paging_move_round .none.next { background:url("../wp_default_image/page_paging_sprite.png") no-repeat center -23px; }
/*****************************************************************************************************************/
#admin_body { background-color:#e9edf2; }
#admin_login_wrap { width:100%; height:100%; }
#admin_login_wrap .login_box { position:absolute; top:calc(50% - 250px); left:calc(50% - 370px); width:740px; height:500px; padding:30px 0 0 30px; box-sizing:border-box; }
#admin_login_wrap .title_box { position:absolute; top:0; left:0; width:300px; height:400px; padding:90px 10px 0; background-color:#fff; text-align:center; box-shadow:5px 5px 10px rgba(0,0,0,0.1); box-sizing:border-box; }
#admin_login_wrap .title_box h1 { margin-bottom:40px; }
#admin_login_wrap .title_box .name { display:block; margin:0 0 20px; padding:10px; background-color:#535561; font-size:110%; color:#fff; }
#admin_login_wrap .title_box strong { display:block; font-size:180%; font-weight:600; }
#admin_login_wrap .form_box { width:710px; height:400px; margin-bottom:40px; padding:50px 50px 30px 320px; background-color:#fff; box-shadow:10px 10px 30px rgba(0,0,0,0.2); box-sizing:border-box; }
#admin_login_wrap .form_box .login_input { margin-bottom:40px; }
#admin_login_wrap .form_box .login_input li { position:relative; margin-bottom:15px; }
#admin_login_wrap .form_box .login_input li label { position:absolute; top:calc(50% - 8px); left:20px; width:16px; height:16px; text-indent:-9999px; }
#admin_login_wrap .form_box .login_input li input { width:100%; padding:13px 10px 13px 60px; border:1px solid #d2d2d2; background-color:#e8f0fe; font-size:110%; color:#333; box-sizing:border-box; }
#admin_login_wrap .form_box .login_input .id_label { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 0; }
#admin_login_wrap .form_box .login_input .pw_label { background:url("../wp_default_image/admin_sprite.png") no-repeat -20px 0; }
#admin_login_wrap .form_box .login_input .btn { display:block; width:100%; margin-top:35px; padding:13px 0; border:2px solid #222; background-color:#fff; font-size:160%; font-weight:600; text-align:center; }
#admin_login_wrap .form_box .link_btn { overflow:hidden; border-top:1px solid #ededed; border-bottom:1px solid #ededed; text-align:center; }
#admin_login_wrap .form_box .link_btn li { display:inline-block; margin:0 40px; }
#admin_login_wrap .form_box .link_btn li a { display:block; position:relative; padding:15px 20px 15px 0; letter-spacing:2px; }
#admin_login_wrap .form_box .link_btn li a::before { content:""; display:block; position:absolute; top:calc(50% - 7px); right:0; width:13px; height:13px; }
#admin_login_wrap .form_box .link_btn .homepage a::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -40px 0; }
#admin_login_wrap .form_box .link_btn .bookmark a::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -60px 0; }
#admin_login_wrap .copyright { font-size:105%; text-align:center; color:#666; }
#admin_login_wrap .copyright span { font-weight:500; color:#333; }
#admin_header { overflow:hidden; margin-bottom:30px; background-color:#535561; }
#admin_header .top_logo { float:left; margin:10px; }
#admin_header .top_logo a { display:block; overflow:hidden; width:195px; height:45px; font-size:160%; font-weight:600; }
#admin_header .top_logo a img { float:left; width:35px; height:35px; margin-right:10px; border:5px solid #fff; background-color:#fff; border-radius:3px; }
#admin_header .top_logo a span { display:block; float:left; color:#fff; line-height:45px; }
#admin_header .top_menu { overflow:hidden; float:right; padding-right:40px; }
#admin_header .top_menu li { float:left; margin-left:5px; }
#admin_header .top_menu li a { display:block; position:relative; padding:7px 30px 9px 40px; border:1px solid #262833; border-top:none; background-color:#e9edf2; font-size:110%; color:#333; border-radius:0 0 10px 10px; transition:0.3s; }
#admin_header .top_menu li a::before { content:""; display:block; position:absolute; left:20px; }
#admin_header .top_menu li:hover a { padding:12px 30px 14px 40px; transition:0.3s; }
#admin_header .top_menu .main_go a::before { top:calc(50% - 7px); width:11px; height:11px; background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -20px; }
#admin_header .top_menu .home_go a::before { top:calc(50% - 7px); width:14px; height:14px; background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -20px; }
#admin_header .top_menu .maintenance_go a { background-color:#ff3333; color:#fff; }
#admin_header .top_menu .maintenance_go a::before { top:calc(50% - 7px); width:14px; height:12px; background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -20px; }
#admin_header .top_menu .maintenance_go a::after { content:""; display:block; position:absolute; top:5px; right:10px; width:13px; height:13px; background:url("../wp_default_image/admin_sprite.png") no-repeat -60px -20px; }
#admin_header .top_menu .logout a { padding:5px 20px 5px 40px; background-color:#939393; color:#fff; }
#admin_header .top_menu .logout:hover a { padding:8px 20px 8px 40px; transition:0.3s; }
#admin_header .top_menu .logout a::before { top:calc(50% - 7px); width:14px; height:11px; background:url("../wp_default_image/admin_sprite.png") no-repeat -80px -20px; }
#admin_header .main_menu { clear:both; }
#admin_header .main_menu .menu_box { overflow:hidden; position:relative; width:100%; height:85px; border-top:1px solid #262833; border-bottom:1px solid #bfbfbf; background-color:#434551; }
#admin_header .main_menu .menu_box::after { content:""; display:block; position:relative; bottom:-45px; width:100%; height:40px; background-color:#d7dfea; }
#admin_header .main_menu .menu_box > li { float:left; border-right:1px solid #262833; }
#admin_header .main_menu .menu_box > li > a { display:block; position:relative; width:200px; height:45px; padding-left:10px; font-size:120%; text-align:center; color:#fff; line-height:45px; box-sizing:border-box; }
#admin_header .main_menu .menu_box > li > a.on { background-color:#ff3333; }
#admin_header .main_menu .menu_box > li > a.on::after { content:""; display:block; position:absolute; bottom:-6px; left:calc(50% - 6px); z-index:2000; border-top:6px solid #262833; border-right:6px solid transparent; border-left:6px solid transparent; }
#admin_header .main_menu .menu_box > li > a::before { content:""; display:block; position:absolute; top:calc(50% - 8px); left:40px; width:16px; height:16px; background:url("../wp_default_image/admin_sprite.png") no-repeat -100px 0; }
#admin_header .main_menu .menu_box > li .member::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -100px -20px; }
#admin_header .main_menu .menu_box > li .menu::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -80px 0; }
#admin_header .main_menu .menu_box > li .setting::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -60px; }
#admin_header .main_menu .sub_menu { overflow:hidden; position:absolute; top:45px; left:0; z-index:1000; width:100%; height:40px; padding-left:20px; border-top:1px solid #262833; background-color:#d7dfea; }
#admin_header .main_menu .sub_menu li { float:left; margin-right:25px; line-height:40px; }
#admin_header .main_menu .sub_menu li a { display:block; line-height:40px; }
#admin_header .main_menu .sub_menu li.wp_menu a { color:#ff3333; }
#admin_aside { float:left; width:170px; margin:0 30px 70px 0; padding:30px 20px; background-color:#fff; border-radius:0 5px 5px 0; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_aside .today_date { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; }
#admin_aside .today_date #live_time { display:block; font-size:120%; color:#ff3333; }
#admin_aside .aside_title { display:block; margin-bottom:5px; word-break:keep-all; }
#admin_aside .aside_title span { font-size:90%; color:#666; }
#admin_aside .login_ment { display:block; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; color:#777; }
#admin_aside .aside_state { margin-bottom:15px; padding:0 0 15px 10px; border-bottom:1px solid #e5e5e5; list-style-image:url("../wp_default_image/admin_gray_dot.png"); }
#admin_aside .aside_state.last { margin-bottom:0; padding:0 0 0 10px; border:none; }
#admin_aside .aside_search { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ededed; }
#admin_aside .aside_search select { width:100%; margin-bottom:5px; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 95% center; box-sizing:border-box; appearance:none; }
#admin_aside .input_box { position:relative; }
#admin_aside .input_box input { width:100%; padding:5px; border:1px solid #999; background-color:#ededed; box-sizing:border-box; }
#admin_aside .input_box button { position:absolute; top:calc(50% - 8px); right:5px; width:16px; height:16px; background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -60px; text-indent:-9999px; }
#admin_footer { clear:both; width:100%; margin:0; padding:20px 0; border-top:1px solid #a0a0a0; background-color:#fff; font-size:120%; text-align:center; }
#admin_footer .null_frame { width:0; height:0; margin:0; padding:0; }
#admin_main_section { overflow:hidden; float:left; width:calc(100% - 200px); padding-right:30px; box-sizing:border-box; }
#admin_main_section .left { float:left; width:49%; margin-right:2%; }
#admin_main_section .right { float:left; width:49%; }
#admin_main_section .main_box { overflow:hidden; position:relative; padding:30px; margin-bottom:30px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_main_section .main_box .box_title { position:relative; margin-bottom:20px; padding-left:25px; font-size:130%; font-weight:500; }
#admin_main_section .main_box .box_title::before { content:""; display:block; position:absolute; top:10px; left:0; width:16px; height:16px; }
#admin_main_section .main_box .more { display:block; position:absolute; top:30px; right:30px; width:10px; height:10px; background:url("../wp_default_image/admin_sprite.png") no-repeat -60px -40px; text-indent:-9999px; }
#admin_main_section .main_volume { float:left; width:68%; height:160px; margin:0 2% 30px 0; }
#admin_main_section .main_volume .since { display:block; float:left; width:100px; height:100px; margin-right:3%; padding-top:15px; background:url("../wp_default_image/admin_sprite.png") no-repeat -120px 0; text-align:center; color:#fff; line-height:1.3; word-break:keep-all; border-radius:100px; box-sizing:border-box; }
#admin_main_section .main_volume .since span { display:block; margin-top:7px; padding:0 15px; font-size:80%; color:#ffcc33; }
#admin_main_section .main_volume .volume_box { float:left; width:calc(30.33% - 33.33px); margin-right:3%; padding-top:10px; }
#admin_main_section .main_volume .volume_box.last { margin-right:0; }
#admin_main_section .main_volume .volume_box .title { font-size:110%; }
#admin_main_section .main_volume .volume_box .use { font-size:90%; color:#ff3333; letter-spacing:0; }
#admin_main_section .main_volume .volume_box .small { font-size:90%; }
#admin_main_section .main_volume .volume_box .capacity { font-size:90%; color:#666; letter-spacing:0; }
#admin_main_section .main_volume .graph_box { overflow:hidden; position:relative; width:100%; height:8px; margin-top:10px; background-color:#e5e5e5; border-radius:5px; }
#admin_main_section .main_volume .graph_box .percent { position:absolute; top:0; left:0; height:8px; background-color:#ff3333; text-indent:-9999px; }
#admin_main_section .main_volume .graph_text { position:relative; width:100%; font-size:80%; color:#666; }
#admin_main_section .main_volume .graph_text .percent_50 { position:absolute; left:0; width:100%; text-align:center; }
#admin_main_section .main_volume .graph_text .percent_100 { position:absolute; right:0; }
#admin_main_section .volume_guide { overflow-x:auto; float:right; width:30%; height:160px; margin-bottom:30px; padding:20px 20px 20px 40px; }
#admin_main_section .volume_guide ul { list-style:url("../wp_default_image/admin_gray_dot.png"); }
#admin_main_section .volume_guide ul li { min-width:360px; margin-bottom:5px; }
#admin_main_section .member .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 0; }
#admin_main_section .member ul { overflow:hidden; }
#admin_main_section .member ul li { float:left; width:25%; }
#admin_main_section .member ul li a { display:block; width:90px; height:90px; margin:0 auto; padding-top:18px; background-color:#e9edf2; text-align:center; color:#333; border-radius:90px; box-sizing:border-box; }
#admin_main_section .member ul li.gray a { background-color:#e5e5e5; }
#admin_main_section .member ul li a strong { display:block; font-size:130%; }
#admin_main_section .member ul li a strong span { font-size:60%; }
#admin_main_section .state .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -100px -40px; }
#admin_main_section .admin_main_table { width:100%; font-size:110%; text-align:center; }
#admin_main_section .admin_main_table thead { border-bottom:2px solid #ddd; }
#admin_main_section .admin_main_table thead th { padding:5px 0; border:1px solid #dcdcdc; border-right:none; background-color:#efefef; font-weight:400; }
#admin_main_section .admin_main_table thead th:first-child { border-left:none; }
#admin_main_section .admin_main_table tbody td { padding:10px 0; border:1px solid #dcdcdc; border-right:none; }
#admin_main_section .admin_main_table tbody tr td:first-child { border-left:none; }
#admin_main_section .admin_main_table .red { color:#ff3333; }
#admin_main_section .admin_main_table strong { font-size:140%; font-weight:500; }
#admin_main_section .plan .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -80px -40px; }
#admin_main_section .plan ul li { overflow:hidden; padding:10px 0; border-top:1px solid #ededed; }
#admin_main_section .plan ul li .date { display:block; float:left; width:130px; word-break:keep-all; }
#admin_main_section .plan ul li .subject { display:block; float:left; width:calc(100% - 130px); word-break:keep-all; }
#admin_main_section .maintenance .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -40px; }
#admin_main_section .maintenance #webplusFrame { width:100%; height:280px; border:none; }
#admin_main_section .notice_box .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -40px; }
#admin_main_section .notice_box ul li { overflow:hidden; padding:4px 0 4px 10px; background:url("../wp_default_image/admin_gray_dot.png") no-repeat left 60%; }
#admin_main_section .notice_box ul li .icon_notice { display:block; overflow:hidden; float:left; width:60px; margin-right:5px; background-color:#222; font-size:95%; text-align:center; color:#fff; border-radius:5px; }
#admin_main_section .notice_box ul li .subject { display:block; overflow:hidden; float:left; width:calc(100% - 150px); font-size:105%; white-space:nowrap; text-overflow:ellipsis; word-break:keep-all; }
#admin_main_section .notice_box ul li .reply { float:left; }
#admin_main_section .notice_box ul li .date { display:block; float:right; width:70px; text-align:right; color:#666; word-break:keep-all; }
#admin_main_section .gallery .box_title::before { width:17px; background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -40px; }
#admin_main_section .gallery ul { overflow:hidden; text-align:center; }
#admin_main_section .gallery ul li { float:left; width:19.2%; margin:0 1% 20px 0; }
#admin_main_section .gallery ul li:nth-child(5n) { margin-right:0; }
#admin_main_section .gallery ul li .image { display:block; margin:0 auto 5px; width:100%; padding-top:75%; }
#admin_main_section .gallery ul li span { display:block; overflow:hidden; margin:0 auto; width:100%; text-align:center; white-space:nowrap; text-overflow:ellipsis; }
#admin_main_section .gallery ul li .ref { font-size:90%; }
#admin_sub_section { overflow:hidden; margin:0 30px 30px 0; padding:25px 20px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_sub_section .button_big { display:inline-block; padding:0 10px; border:1px solid #ddd; background-color:#fff; vertical-align:middle; box-sizing:border-box; transition:0.3s; }
#admin_sub_section .button_big.button_excel { position:relative; padding-left:30px; background-color:#fbfbfb; }
#admin_sub_section .button_big.button_excel::before { content:""; display:block; position:absolute; top:calc(50% - 10px); left:5px; width:20px; height:20px; background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -60px; }
#admin_sub_section .button_big.search { padding:3px 10px; font-size:95%; }
#admin_sub_section .button_big.text_blue { color:#0066cc; }
#admin_sub_section .button_big.text_red { color:#ff3333; }
#admin_sub_section .button_big:hover { background-color:#efefef; transition:0.3s; }
#admin_sub_section .button_small { display:inline-block; height:22px; padding:0 5px; border:1px solid #ddd; background-color:#fff; font-size:90%; vertical-align:middle; line-height:20px; box-sizing:border-box; }
#admin_position { overflow:hidden; margin-bottom:20px; }
#admin_position .home_buttom { overflow:hidden; float:left; margin-right:20px; }
#admin_position .home_buttom a { float:left; margin-left:5px; }
#admin_position .text_red { color:#ff3333; }
#admin_position .title { float:left; margin-right:20px; padding-left:15px; border-left:2px solid #666; font-size:150%; font-weight:600; line-height:26px; }
#admin_position .etc_menu { float:right; }
#admin_position .sub_menu { overflow:hidden; float:left; }
#admin_position .sub_menu li { float:left; position:relative; margin-right:20px; font-size:105%; line-height:26px; }
#admin_position .sub_menu li::after { content:""; display:block; position:absolute; top:9px; right:-10px; width:0; height:10px; border-right:2px solid #666; }
#admin_position .sub_menu li:last-child::after { display:none; }
#admin_position .sub_menu a.on { font-weight:500; color:#dd0000; }
#admin_sub_search { margin-bottom:20px; border-top:2px solid #9b9b9b; border-bottom:2px solid #ddd; }
#admin_sub_search h3 { padding:10px 10px; background-color:#f2f2f2; }
#admin_sub_search h3 strong { display:inline-block; margin-right:10px; font-size:130%; font-weight:500; vertical-align:middle; }
#admin_sub_search #search_area { padding:5px 10px; }
#admin_sub_search #search_area li { padding:4px 0; }
#admin_sub_search #search_area li .title { display:inline-block; margin-right:5px; padding-left:10px; background:url("../wp_default_image/admin_gray_dot.png") no-repeat left 15px; font-weight:500; vertical-align:middle; line-height:30px; }
#admin_sub_search #search_area .form_check_title { display:inline-block; height:26px; margin-right:10px; vertical-align:middle; line-height:26px; }
#admin_document input.input_box { padding:3px 5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#admin_document input.input_chk { padding:3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document select.input_box { padding:3px 25px 3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document select.input_chk { padding:3px 25px 3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top, url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document .textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#admin_document .textarea_chk { width:100%; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; }
#admin_document .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#admin_document .icon_item { padding:0 5px; border:1px solid #666; background-color:#666; font-size:80%; color:#fff; border-radius:5px; }
#admin_document .step_select1 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#666; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select2 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#ffff00; font-size:90%; color:#0000ff; line-height:16px; }
#admin_document .step_select3 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#3399ff; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select9 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#000; font-size:90%; color:#fff; line-height:16px; }
#admin_document #subFrame { width:100%; height:800px; }
#admin_document .select_box { float:left; position:relative; width:300px; margin-right:10px; }
#admin_document .select_box ul,.select_box li,.select_box dl,.select_box dt,.select_box dd,.select_box p { margin:0; padding:0; }
#admin_document .select_box .select_label { height:26px; padding:0 20px 0 5px; border:1px solid #ddd; background:#fff url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; box-sizing:border-box; cursor:pointer; }
#admin_document .select_box .select_label span { display:block; overflow:hidden; width:100%; height:100%; line-height:24px; white-space:nowrap; text-overflow:ellipsis; }
#admin_document .select_box .select_data { display:none; position:absolute; top:25px; left:0; width:100%; background-color:#fff; }
#admin_document .select_box .select_data ul { border:1px solid #ddd; border-top:0; padding:1px 2px 2px; }
#admin_document .select_box .select_data ul li { display:inline-block; width:100%; vertical-align:top; }
#admin_document .select_box .select_data ul li dl dt { display:inline-block; overflow:hidden; width:100%; margin-top:1px; color:#666; line-height:100%; cursor:pointer; }
#admin_document .select_box .select_data ul li dl dt span { display:block; overflow:hidden; padding:4px 3px 3px; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl { position:relative; }
#admin_document .select_box .select_data ul li dl dd { display:none; position:absolute; top:-2px; left:100%; margin-left:-5px; padding-left:14px; color:#fff; line-height:15px; }
#admin_document .select_box .select_data ul li dl dd::before { content:""; display:block; position:absolute; top:8px; left:10px; border-top:4px solid transparent; border-right:4px solid #222; border-bottom:4px solid transparent; }
#admin_document .select_box .select_data ul li dl dd p { padding:4px; border:1px solid #222; border-left:0; background:#4d4d4d; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl dd img { vertical-align:top; }
#admin_document .select_box .select_data ul li.on dl dd { display:block; }
#admin_document .select_box .select_data ul li.on dl dt { background-color:#ededed; color:#000; }
#admin_document .table_list { width:100%; border:0; border-collapse:collapse; }
#admin_document .table_list caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_list th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; color:#444; vertical-align:middle; white-space:normal; }
#admin_document .table_list th p { display:inline-block; margin:0; padding:0; text-align:left; vertical-align:middle; }
#admin_document .table_list th p.order_by { line-height:0; }
#admin_document .table_list th p.order_by a { display:block; }
#admin_document .table_list td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; white-space:normal; word-break:break-all; }
#admin_document .table_list td.text_left { text-align:left; }
#admin_document .table_list td.text_right { text-align:right; }
#admin_document .table_list td.text_center { text-align:center; }
#admin_document .table_view { width:100%; margin:0 0 10px; border:0; border-collapse:collapse; }
#admin_document .table_view caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_view th { width:8%; padding:5px; border:1px solid #c9c9c9; border-right:2px solid #9b9b9b; background-color:#ececec; color:#444; text-align:left; vertical-align:middle; white-space:normal; }
#admin_document .table_view td { padding:5px; border:1px solid #c9c9c9; background-color:#fff; vertical-align:middle; }
#admin_document .table_view .bottom_line { border-bottom:1px solid #8e8e8e; }
#admin_document .table_view .smartOutput img { max-width:100%; height:inherit; }
#admin_document .table_view .smartOutput video { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box { margin-bottom:20px; text-align:center; }
#admin_document .table_view .image_view_box img { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box span { display:block; margin:0 auto; }
#admin_document .table_view .image_view_box video { max-width:100%; height:inherit; }
#admin_document .table_view .file_download { margin-top:10px; padding:10px; border:3px solid #ededed; background-color:#fbfbfb; text-align:left; }
#admin_document .table_view .inner_table { width:100%; border:0; border-collapse:collapse; table-layout:fixed; }
#admin_document .table_view .inner_table th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; text-align:center; color:#444; vertical-align:middle; }
#admin_document .table_view .inner_table td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; white-space:normal; word-break:break-all; }
#admin_document .table_view .inner_table td.text_left { text-align:left; }
#admin_document .table_view .inner_table img { vertical-align:middle; }
#admin_document .board_prev_next { margin:0 0 50px; padding:10px 20px; border:1px solid #c9c9c9; font-size:95%; }
#admin_document .board_prev_next li { overflow:hidden; margin:0; padding:3px 0; border-bottom:1px dotted #ddd; }
#admin_document .board_prev_next li:last-child { border:none; }
#admin_document .board_prev_next li strong { display:block; float:left; width:50px; }
#admin_document .board_prev_next li a { display:block; overflow:hidden; width:calc(100% - 50px); white-space:nowrap; text-overflow:ellipsis; }
#admin_document .table_input { width:100%; border:0; border-collapse:collapse; }
#admin_document .table_input caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_input th { width:8%; padding:5px; border:1px solid #c9c9c9; border-right:2px solid #9b9b9b; background-color:#ececec; text-align:left; color:#444; vertical-align:middle; white-space:normal; }
#admin_document .table_input td { padding:5px; border:1px solid #c9c9c9; background-color:#fff; vertical-align:middle; }
#admin_document .table_input img { vertical-align:middle; }
#admin_document .table_input p { margin:0; padding:0; }
#admin_document .table_input .bottom_line { border-bottom:1px solid #8e8e8e; }
#admin_document .table_input .form_check_title { display:inline-block; height:26px; margin-right:10px; vertical-align:middle; line-height:26px; }
#admin_document .table_input .sub_title { display:inline-block; height:26px; vertical-align:middle; line-height:26px; }
#admin_document .table_input .attach_file { padding:10px; }
#admin_document .table_input .attach_file li { margin-bottom:5px; }
#admin_document .table_input .attach_file li:last-child { margin-bottom:0; }
#admin_document .table_input .attach_modify { margin:0; padding:5px; border:1px solid #b7babc; list-style:none; }
#admin_document .table_input .attach_modify li { overflow:hidden; padding:5px 0; border-bottom:1px dotted #ddd; }
#admin_document .table_input .attach_modify .first_line { border-bottom:1px solid #ddd; }
#admin_document .table_input .attach_modify .attach_sort { float:left; width:80px; text-align:center; }
#admin_document .table_input .attach_modify .attach_sort input { width:24px; text-align:center; }
#admin_document .table_input .attach_modify .attach_name { float:left; width:calc(100% - 180px); text-align:left; }
#admin_document .table_input .attach_modify .attach_name img { margin:0 5px 5px 0; }
#admin_document .table_input .attach_modify .attach_delete { float:left; width:100px; margin:0; text-align:center; }
#admin_document .table_input .attach_modify .attach_delete .form_check_title { width:20px; margin:0 auto; }
#admin_document .table_input .attach_modify .attach_delete label { font-size:0; }
#admin_document .table_input .attach_modify .attach_delete label::before { margin:0; left:0; }
#admin_document #statistic_graph h4 { padding-bottom:5px; border-bottom:1px solid #666; font-size:120%; font-weight:600; }
#admin_document #statistic_graph ul { padding-left:180px; border-bottom:1px solid #ddd; }
#admin_document #statistic_graph li { position:relative; height:40px; padding:8px 0 0; border-left:1px solid #ddd; vertical-align:top; white-space:nowrap; box-sizing:border-box; }
#admin_document #statistic_graph .graph_name { position:absolute; top:0; left:-180px; width:180px; height:40px; text-align:center; color:#3a3a3a; line-height:40px; }
#admin_document #statistic_graph .graph_bar { display:inline-block; position:relative; height:20px; border:1px solid #ddd; border-left:0; background-color:#ededed; }
#admin_document #statistic_graph .graph_bar span { position:absolute; top:0; right:-160px; width:150px; color:#777; line-height:20px; }
#admin_document .board_setting li { margin:3px 0; }
#admin_document .board_setting strong { margin-right:5px; }
#admin_document #bottom { overflow:hidden; clear:both; padding:20px 0; }
#admin_document #bottom .paging { width:100%; text-align:center; vertical-align:middle; }
#admin_document #bottom .left_button { float:left; }
#admin_document #bottom .right_button { float:right; text-align:right; }
#admin_document #bottom .center_button { text-align:center; }
#admin_document #bottom .center_button button { margin:0 5px; padding:10px 25px; border:1px solid #ff3333; background-color:#ff3333; font-size:110%; font-weight:500; color:#fff; border-radius:3px; }
#admin_document #bottom .center_button button.cancel { border:1px solid #ddd; background-color:#fbfbfb; color:#000; }
#admin_document #bottom #keyword_search { clear:both; text-align:center; }
/*****************************************************************************************************************
- 개발자가 개발범위에 맞는 Class 및 ID 값을 작성규칙에 의거하여 새롭게 정의한다. (네이밍 수정불가)
*****************************************************************************************************************/

/* Body */
#popup_body { margin:0; padding:0; }
#main_body { margin:0; padding:0; }
#sub_body {margin:0; padding:0; }

/* 메인화면 레이아웃 */
#main_wrap { margin:0; padding:0; }
#main_header { margin:0; padding:0; }
#main_section { margin:0; padding:0; }
#main_footer { clear:both; margin:0; padding:0; }

/* 서브화면 레이아웃 */
#sub_wrap { margin:0; padding:0; }
#sub_header { margin:0; padding:0; }
#sub_container { margin:0; padding:0; }
#sub_footer { clear:both; margin:0; padding:0; }

/* 상단영역 콘텐츠 */
#top_contents { position:relative; width:1200px; margin:0 auto; }
#top_contents .top_division { margin:0; padding:0; }
#top_contents .top_logo { margin:0; padding:0; }
#top_contents .mobile_menu_open { display:none; }
#top_contents .top_nav { margin:0; padding:0; }
#top_contents .mobile_menu_top { display:none; }
#top_contents .top_menu { position:absolute; top:40px; right:10px; padding-left:35px; background:url("../wp_images/tm_01.png") no-repeat left center; }
#top_contents .top_menu li { float:left; position:relative; margin-right:30px; font-weight:500; }
#top_contents .top_menu li:first-child::after { content:""; display:block; position:absolute; top:12px; right:-18px; width:4px; height:4px; background-color:#222; border-radius:100%; }
#top_contents .main_menu { position:relative; z-index:2000; }
#top_contents .main_menu .menu_list { margin:0; padding:0; }
#top_contents .main_menu .menu_list::after { content:""; display:block; clear:both; }
#top_contents .main_menu .menu_list > li { float:left; position:relative; width:15%; text-align:center; }
#top_contents .main_menu .menu_list > li::after { content:""; display:block; position:absolute; bottom:0; left:50%; width:0; height:3px; background-color:#00a040; opacity:0; }
#top_contents .main_menu .menu_list > li:hover::after { left:0; width:100%; opacity:1; transition:0.5s; }
#top_contents .main_menu .menu_list > li:first-child { width:12.9%; }
#top_contents .main_menu .menu_list > li:last-child { width:10%; }
#top_contents .main_menu .menu_list > li > a { display:block; height:70px; font-size:1.25rem; font-weight:600; line-height:70px; }
#top_contents .main_menu .menu_list > li > button { display:none; }
#top_contents .main_menu .menu_list > li:last-child > button .mobile_staff { display:block; width:100%; height;100%; }
#top_contents .main_menu .menu_list ul { display:none; position:absolute; top:100%; left:0; width:100%; height:330px; padding:25px 0; line-height:40px; }
#top_contents .main_menu .menu_list ul li { margin:0; padding:0; }
#top_contents .main_menu .menu_list ul li:hover a { color:#00a040; }
#top_contents .main_menu .menu_list ul li a { font-size:1rem; font-weight:400; color:#444; }
#top_contents .main_menu .copyright { display:none; }
#menu_cover { display:none; position:absolute; top:150px; left:calc(50% - 650px); z-index:1000; width:1300px; height:330px; background-color:#fff; border-radius:20px; box-shadow:0px 0px 7px rgba(0,0,0,0.1); box-sizing:border-box; }
.quick_menu { position:fixed; top:190px; right:170px; z-index:2000; width:142px; height:186px; background:#4dba1d url("../wp_images/meal_bg-01.png") no-repeat top 15px right; border-radius:20px; }
.quick_menu .title { display:block; padding-top:30px; text-align:center; color:#fff; }
.quick_menu .quick_menu_image { display:block; width:100%; height:114px; background:url("../wp_images/meal_bg-02.png") no-repeat center center; border-radius:20px; }

/* 하단영역 콘텐츠 */
#bottom_contents { overflow:hidden; background-color:#f5f5f5; }
#bottom_contents .detail { overflow:hidden; position:relative; width:1200px; margin:0 auto; padding:40px 0 45px 0; box-sizing:border-box; }
#bottom_contents .detail .information { float:left; position:relative; }
#bottom_contents .detail .information::after { content:""; display:block; position:absolute; top:20px; right:-110px; width:1px; height:130px; background-color:#d2d2d2; }
#bottom_contents .bottom_menu { position:absolute; top:35px; left:330px; }
#bottom_contents .bottom_menu li { float:left; font-size:0.875rem; }
#bottom_contents .bottom_menu li:nth-child(2) { margin:0 15px; color:#d2d2d2; }
#bottom_contents .bottom_address .space { display:block; position:relative; font-size:0.937rem; }
#bottom_contents .bottom_address .space.address { margin-top:15px; }
#bottom_contents .bottom_address .space.tel { display:inline-block; margin-right:6px; }
#bottom_contents .bottom_address .space.fax { display:inline-block; margin-right:6px; }
#bottom_contents .bottom_address .space.email { display:inline-block; margin-right:0; }
#bottom_contents .bottom_address .space::after { content:""; display:block; position:absolute; top:calc(50% - 6px); right:-8px; height:12px; border-right:1px solid #ddd; }
#bottom_contents .bottom_address .space.last::after { display:none; }
#bottom_contents .copyright { font-size:0.937rem; }
#bottom_contents .bottom_support { float:right; padding-top:23px; box-sizing:border-box; }
#bottom_contents .bottom_support span.account { display:block; font-weight:500; }
#bottom_contents .bottom_support span.account strong { margin-left:10px; font-size:1.562rem; font-weight:600; }
#bottom_contents .bottom_support span.bank { display:block; font-weight:500; }
#bottom_contents .top_move { position:fixed; right:120px; bottom:315px; z-index:900; width:65px; height:65px; background-color:#eee; font-weight:600; font-size:0.937rem; color:#555; border-radius:100%; }

/* 메인화면 콘텐츠 */
#main_visual { overflow:hidden; position:relative; }
#main_visual .image_slide { position:relative; width:1200px; height:410px; margin:0 auto; }
#main_visual .image_slide .visual_01 { background:url("../wp_images/main_visual_01.jpg") no-repeat center center / cover; }
#main_visual .swiper-slide .vision { position:absolute; bottom:160px; left:0; color:#fff; }
#main_visual .swiper-slide .vision .title { display:block; position:relative; bottom:-55px; left:-50px; font-size:2.5rem; font-weight:600; line-height:60px; opacity:0; transition:0.7s; }
#main_visual .swiper-slide .vision .icon { display:block; position:relative; bottom:-50px; left:240px; width:140px; height:100px; background:url("../wp_images/main_visual_icon.png") no-repeat top center; opacity:0; transition:1s; }
#main_visual .swiper-slide.swiper-slide-active .vision .title { left:94px; opacity:1; transition:1s; transition-delay:0.7s; }
#main_visual .swiper-slide.swiper-slide-active .vision .icon { bottom:105px; opacity:1; transition:1s; transition-delay:1s; }
#main_visual .image_slide .visual_02 { background:url("../wp_images/main_visual_02.jpg") no-repeat center center / cover; }
#main_visual .visual_pagination { bottom:63%; }
#main_visual .visual_pagination .swiper-pagination-bullet { width:70px; height:5px; margin-right:20px; border-radius:0; }
#main_visual .visual_pagination .swiper-pagination-bullet-active { background-color:#fff; }

#main_item .goto { width:1200px; height:140px; margin:50px auto; }
#main_item .goto li { float:left; width:208px; height:139px; margin-right:40px; font-weight:500; text-align:center; border-radius:25px; transition:0.3s; }
#main_item .goto li:hover { transform:translateY(-5px); transition:0.3s; }
#main_item .goto li:first-child { background:#f7fcee url("../wp_images/quick_01.png") no-repeat center top 30px; }
#main_item .goto li:nth-child(2) { background:#f7fcee url("../wp_images/quick_02.png") no-repeat center top 30px; }
#main_item .goto li:nth-child(3) { background:#f7fcee url("../wp_images/quick_03.png") no-repeat center top 30px; }
#main_item .goto li:nth-child(4) { background:#f7fcee url("../wp_images/quick_04.png") no-repeat center top 30px; }
#main_item .goto li:last-child { margin-right:0; background:#f7fcee url("../wp_images/quick_05.png") no-repeat center top 30px; }
#main_item .goto li a { display:block; width:100%; height:100%; padding-top:90px; box-sizing:border-box; }
#main_item .customer { width:1200px; height:275px; margin:0 auto 55px; }
#main_item .customer .contents { overflow:hidden; height:100%; }
#main_item .customer .contents .inner_box { float:left; position:relative; width:30%; height:275px; margin-right:42px; }
#main_item .customer .contents .inner_box.main_people { margin-right:0; }
#main_item .customer .contents .inner_box h3 { padding-bottom:10px; border-bottom:1px solid #222; font-size:1.562rem; font-weight:600; box-sizing:border-box; }
#main_item .customer .contents .inner_box .board_more { display:block; position:absolute; top:15px; right:0; width:25px; height:13px; margin:0; background:url("../wp_images/m_more_on.png") no-repeat center top; text-indent:-9999px; transition:0.3s; }
#main_item .customer .contents .inner_box .board_more:hover { transition:0.3s; transform:translateX(5px); }
#main_item .customer .contents .inner_box ul { padding-top:20px; box-sizing:border-box; }
#main_item .customer .contents .inner_box ul li { position:relative; height:45px; padding:8px 0 8px 22px; border-bottom:1px dotted #8b8b8b; box-sizing:border-box; }
#main_item .customer .contents .inner_box ul li:after { content:""; display:block; position:absolute; top:23px; left:12px; width:3px; height:3px; background-color:#222; border-radius:100%; }
#main_item .customer .contents .inner_box ul li .board_subject { overflow:hidden; float:left; width:calc(100% - 70px); white-space:nowrap; text-overflow:ellipsis; }
#main_item .customer .contents .inner_box ul li .board_subject .icon_notice { padding:1px 6px; border:1px solid #222; font-size:0.875rem; border-radius:20px; }
#main_item .customer .contents .inner_box ul li .board_date { float:right; }
#main_item .customer .contents .inner_box.main_gallery { width:31.5%; }
#main_item .customer .contents .inner_box.main_gallery ul { overflow:hidden; padding-top:27px; }
#main_item .customer .contents .inner_box.main_gallery li { float:left; width:48%; height:133px; margin:0 4% 70px 0; padding:0; border:none; }
#main_item .customer .contents .inner_box.main_gallery li:nth-child(2n) { margin:0 0 70px 0; }
#main_item .customer .contents .inner_box.main_gallery li a { display:block; }
#main_item .customer .contents .inner_box.main_gallery .img_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; }
#main_item .customer .contents .inner_box.main_gallery .img_box img { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; border-radius:8px; }
#main_item .customer .contents .inner_box.main_gallery .background_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; border-radius:10px; }
#main_item .customer .contents .inner_box.main_gallery .gallery_subject { display:block; overflow:hidden; width:90%; height:30px; margin:20px auto; font-size:0.937rem; font-weight:500; text-align:center; white-space:nowrap; word-break:keep-all; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#main_item .customer .contents .inner_box.main_people { width:31.5%; }
#main_item .customer .contents .inner_box.main_people ul { overflow:hidden; height:100%; padding-top:27px; }
#main_item .customer .contents .inner_box.main_people ul li { float:left; width:48%; height:133px; margin:0 4% 70px 0; padding:0; border:none; }
#main_item .customer .contents .inner_box.main_people ul li::after { display:none; }
#main_item .customer .contents .inner_box.main_people ul li:nth-child(2n) { margin:0 0 70px 0; }
#main_item .customer .contents .inner_box.main_people ul li a { display:block; width:100%; height:100%; }
#main_item .customer .contents .inner_box.main_people ul li a img { width:100%; height:100%; border-radius:10px; }
#main_item .customer .contents .inner_box.main_people ul li a span { display:block; overflow:hidden; width:90%; height:30px; margin:20px auto 0; font-size:0.937rem; font-weight:500; text-align:center; white-space:nowrap; text-overflow:ellipsis; }
#main_item .customer .contents .inner_box.main_people ul li a span img { width:10px; height:10px; border-radius:0; }
#main_item .main_agency { border-top:1px solid #e5e5e5; }
#main_item .main_agency .banner { overflow:hidden; width:1200px; margin:0 auto; padding:10px 0; }
#main_item .main_agency .banner .title { display:block; float:left; position:relative; width:130px; margin-right:20px; padding:5px 0 5px 50px; background:url("../wp_images/m_banner_title.png") no-repeat left center; font-size:1.25rem; font-weight:500; box-sizing:border-box; }
#main_item .main_agency .banner .banner_btn { float:left; margin-right:10px; padding-top:8px; box-sizing:border-box; cursor:pointer; }
#main_item .main_agency .banner .banner_slide { overflow:hidden; float:right; width:calc(100% - 330px); }
#main_item .main_agency .banner .banner_slide .swiper-slide { text-align:center; }
#main_item .main_agency .banner .banner_slide .swiper-slide a { display:block; width:200px; height:46px; background-color:#f5f5f5; border-radius:40px; }
#main_item .main_agency .banner .banner_slide .swiper-slide a.spctaegu { background-color:#f0ede4; }
#main_item .main_agency .banner .banner_slide .swiper-slide a img { display:block; margin:0 auto; padding-top:6px; box-sizing:border-box; }

/* 서브화면 콘텐츠 */
#sub_visual { height:245px; margin:0; padding:0; background-repeat:no-repeat; background-position:center center; }
#sub_nav { position:relative; width:1200px; margin:0 auto 80px; }
#sub_nav h2 { position:absolute; top:-230px; width:100%; margin:0; padding:0; font-size:2.5rem; font-weight:600; text-align:center; color:#fff; }
#sub_nav ul { position:absolute; bottom:50px; left:0; background-color:#fff; border-radius:30px; box-shadow:0px 0px 4px rgba(0,0,0,0.2); }
#sub_nav ul li { display:table-cell; position:relative; width:1%; font-size:1.187rem; font-weight:500; text-align:center; line-height:60px; color:#222; }
#sub_nav ul li.on { color:#fff; }
#sub_nav ul li.on::after { content:""; display:block; position:absolute; top:7px; left:11px; width:91%; height:76%; background-color:#00a040; border-radius:100px; }
#sub_nav ul.agency li.on::after { content:""; display:block; position:absolute; top:7px; left:7px; width:91%; height:76%; background-color:#00a040; border-radius:100px; }
#sub_nav ul.business li.on::after { content:""; display:block; position:absolute; top:7px; left:11px; width:96%; height:76%; background-color:#00a040; border-radius:100px; }
#sub_nav ul.share li.on::after { content:""; display:block; position:absolute; top:7px; left:10px; width:95%; height:76%; background-color:#00a040; border-radius:100px; }
#sub_nav ul.employee li.on::after { content:""; display:block; position:absolute; top:7px; left:11px; width:98%; height:76%; background-color:#00a040; border-radius:100px; }
#sub_nav ul li a { position:relative; display:block; z-index:10; width:100%; height:100%; }
#sub_nav ul li a::after { content:""; display:block; position:absolute; top:22px; right:0; width:1px; height:18px; background-color:#d2d2d2; }
#sub_nav ul li:last-child a::after { display:none; }
#sub_section { width:1200px; margin:0 auto; padding:0 0 60px; }
#sub_position { margin-bottom:50px; text-align:center; }
#sub_position_title { font-size:2.06rem; font-weight:600; color:#1b1b1b; }
#sub_position_text { display:none; }
#sub_document { overflow:hidden; padding:20px 0 0; table-layout:fixed; }
#sub_page_preparation { width:100%; height:240px; margin:0 auto; background:url("../wp_default_image/page_preparation.gif") no-repeat center center; background-size:contain; }
#sub_page_update { width:100%; height:240px; margin:0 auto; background:url("../wp_default_image/page_update.gif") no-repeat center center; background-size:contain; }

/*****************************************************************************************************************
- 아래 라인부터는 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
- 자주 사용될 수 있는 Class는 관리자 승인 후 공통설정으로 지정하여 사용한다.
*****************************************************************************************************************/

/* 페이지 공용 */
.accessibility_skip_nav a { display:block; overflow:hidden; position:absolute; top:0; left:0; width:100%; height:0; background-color:#676767; color:#fff; text-align:center; }
.accessibility_skip_nav a:focus { position:absolute; z-index:9999; width:100%; height:auto; margin:0; padding:10px 0; color:#fff; font-weight:500; }
.accessibility_ir { overflow:hidden; position:absolute; top:auto; left:-10000px; height:1px; }
#page_loading { display:block; position:fixed; top:0; left:0; z-index:1000; width:100%; height:100%; background-color:#fff; text-align:center; opacity:0.8; }
#page_loading > img { position:absolute; top:50%; left:50%; z-index:10000; }
.page_scroll_none { position:fixed; top:0; left:0; width:100%; height:100%; }
.page_table_contents { padding:0 3px; }
.page_table { width:100%; margin-bottom:60px; border-top:2px solid #222; }
.page_table.last { margin-bottom:0; }
.page_table caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
.page_table thead th { padding:8px 5px; background-color:#fafdf2; font-size:110%; font-weight:600; }
.page_table tbody tr th { border-bottom:1px solid #ddd; }
.page_table tbody tr .bg_gray { background-color:#fbfbfb; }
.page_table tbody tr td { padding:10px 5px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; text-align:center; word-break:keep-all; }
.page_table tbody tr td:first-child { border-left:none; border-right:1px solid #ddd; }
.page_table tbody tr td:last-child { padding:10px 40px; text-align:left; box-sizing:border-box; }
.page_table tbody tr td span.space { display:block; padding-left:75px; box-sizing:border-box; }
.page_table tbody tr td.border_left { border-left:1px solid #ddd; }
.page_table tbody tr td.text_left { text-align:left; }
.page_table tbody tr td.text_left ul { margin:0; padding-left:20px; }
.page_table tbody tr td.text_left ol { margin:0; padding-left:20px; }
.page_table.corporation { float:right; width:51.5%; margin:0 60px 0 0; }
.page_table.corporation tbody tr th { background-color:#fafdf2; }
.page_table.corporation tbody tr:last-child td .contents li { position:relative; padding-left:10px; }
.page_table.corporation tbody tr:last-child td .contents li::before { content:""; display:block; position:absolute; top:12px; left:0; width:3px; height:3px; background-color:#222; border-radius:100%; }
.page_table.council { margin-bottom:0; }
.page_table.basic { border-top:2px solid #c7e961; border-bottom:2px solid #c7e961; }
.page_table.basic tbody tr th { font-weight:600; background-color:#fafdf2; }
.page_table.basic tbody tr td:nth-child(2) { padding-left:50px; text-align:left; box-sizing:border-box; }
.page_table.basic tbody tr td:nth-child(3) { font-weight:600; background-color:#fafdf2; }
.page_table.operate { padding:5px; border-top:none; border-collapse:collapse; }
.page_table.operate thead { border-style:hidden; }
.page_table.operate thead th { border-bottom:none; }
.page_table.operate thead tr:first-child th:first-child { padding:7px 5px; border-right:1px solid #d3db04; border-bottom:none; border-radius:10px 0 0 10px; box-shadow:0px 0px 0 2px #c7e961; }
.page_table.operate thead tr:first-child th:nth-child(2) { border-right:1px solid #d3db04; border-left:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.operate thead tr th:nth-child(3) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.operate thead tr th:nth-child(4) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.operate thead tr th:nth-child(5) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.operate thead tr th:nth-child(6) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.operate thead tr:first-child th:last-child { border-radius:0 10px 10px 0; box-shadow:1px 0px 0 2px #c7e961; }
.page_table.operate tbody tr td:last-child { text-align:center; }
.page_table.operate thead tr th { padding:7px 5px; border-right:1px solid #d3db04; border-bottom:none; box-shadow:0px 0px 0 2px #c7e961; }
.page_table.agency { padding:5px; border-top:none; border-collapse:collapse; }
.page_table.agency thead { border-style:hidden; }
.page_table.agency thead th { border-bottom:none; }
.page_table.agency thead tr .division { padding:7px 5px; border-right:1px solid #d3db04; border-bottom:none; border-radius:10px 0 0 10px; box-shadow:0px 0px 0 2px #c7e961; }
.page_table.agency thead tr .gender { border-right:1px solid #d3db04; border-bottom:1px solid #d3db04; border-left:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.agency thead tr .age { border-right:1px solid #d3db04; border-bottom:1px solid #d3db04; box-shadow:0 -2px 0 0 #c7e961; }
.page_table.agency thead tr .person { border-right:1px solid #d3db04; border-bottom:1px solid #d3db04; box-shadow:0 -2px 0 0 #c7e961; }
.page_table.agency thead tr .rate { border-bottom:1px solid #d3db04; border-radius:0 10px 0 0; box-shadow:1px -1px 0 1px #c7e961; }
.page_table.agency thead tr .man { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .woman { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .number { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .existence { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .zero { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .obstacle { border-bottom:1px solid #d3db04; box-shadow:2px 0px 0 0px #c7e961; }
.page_table.agency thead tr .class { border-right:1px solid #d3db04; box-shadow:1px 2px 0 0px #c7e961; }
.page_table.agency thead tr .class.last { border-right:none; border-bottom:none; border-radius:0 0 10px 0; box-shadow:1px 1px 0 1px #c7e961; }
.page_table.agency tbody tr td:last-child { text-align:center; }
.page_table.empolyee { margin-bottom:0; }
.page_table.empolyee { padding:5px; border-top:none; border-collapse:collapse; }
.page_table.empolyee thead { border-style:hidden; }
.page_table.empolyee thead th { border-bottom:none; }
.page_table.empolyee thead tr th:first-child { padding:7px 5px; border-right:1px solid #d3db04; border-bottom:none; border-radius:10px 0 0 10px; box-shadow:0px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(2) { border-right:1px solid #d3db04; border-left:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(3) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(4) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(5) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(6) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(7) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(8) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(9) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(10) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(11) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(12) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(13) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:nth-child(14) { border-right:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.empolyee thead tr th:last-child { border-radius:0 10px 10px 0; box-shadow:1px 0px 0 2px #c7e961; }
.page_table.work { margin-bottom:0; }
.page_table.work { padding:5px; border-top:none; border-collapse:collapse; }
.page_table.work thead { border-style:hidden; }
.page_table.work thead th { border-bottom:none; }
.page_table.work thead tr th:first-child { padding:7px 5px; border-right:1px solid #d3db04; border-bottom:none; border-radius:10px 0 0 10px; box-shadow:0px 0px 0 2px #c7e961; }
.page_table.work thead tr th:nth-child(2) { border-left:1px solid #d3db04; box-shadow:2px 0px 0 2px #c7e961; }
.page_table.work thead tr th:last-child { border-radius:0 10px 10px 0; box-shadow:1px 0px 0 2px #c7e961; }
.page_table.transport tbody tr th { padding:15px 0; background-color:#fafafa; font-weight:400; word-break:keep-all; box-sizing:border-box; }
.page_table.transport tbody tr td span.green { display:inline-block; padding:0 5px; background-color:#50a332; color:#fff; box-sizing:border-box; }
.page_table.paul { margin-bottom:0; }
.page_table.car { margin-bottom:0; }
.page_table.car tbody tr th { padding:15px 0; background-color:#fafafa; font-weight:400; word-break:keep-all; box-sizing:border-box; }
.page_sns_list { text-align:right; }
.page_sns_list > li { display:inline-block; position:relative; margin-left:5px; }
.page_sns_list > li a { display:block; width:40px; height:40px; text-align:left; text-indent:-9999px; }
.page_sns_list .share_btn { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -100px -100px; }
.page_sns_list .share_box { display:none; overflow:hidden; position:absolute; top:50px; right:0; z-index:100; width:230px; margin:0; padding:10px 0; border:1px solid #ddd; background-color:#fff; text-align:center; list-style:none; }
.page_sns_list .share_box li { display:inline-block; margin:0 5px; padding:0; }
.page_sns_list .facebook a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 0; }
.page_sns_list .twitter a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 -50px; }
.page_sns_list .kakaostory a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -150px 0; }
.page_sns_list .kakaotalk a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -50px 0; }
.page_sns_list .naver a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -100px 0; }
.page_sns_list .print a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -50px -100px; }
.page_sns_list .link_copy a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 -100px; }
.page_step_select1 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#efefef; font-size:95%; color:#000; vertical-align:middle; box-sizing:border-box; }
.page_step_select2 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#ffff00; font-size:95%; color:#0000ff; vertical-align:middle; box-sizing:border-box; }
.page_step_select3 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#3399ff; font-size:95%; color:#fff; vertical-align:middle; box-sizing:border-box; }
.page_step_select9 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#000; font-size:95%; color:#fff; vertical-align:middle; box-sizing:border-box; }
.page_view_title { margin:20px 0 5px; padding:0; font-weight:600; }
.page_view_title .caution { font-weight:normal; color:#ff3333; }
.page_tab_menu { margin:0 0 50px; padding-left:20px; border-bottom:1px solid #00a040; box-sizing:border-box; }
.page_tab_menu li { display:table-cell; position:relative; top:1px; width:200px; height:51px; margin-right:10px; border-top:1px solid #d2d2d2; border-right:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-radius:10px 10px 0 0; box-sizing:border-box; }
.page_tab_menu li a { display:block; position:relative; padding:10px 0; font-size:110%; font-weight:400; text-align:center; color:#777; }
.page_tab_menu li.on { border:none; }
.page_tab_menu li.on a { margin:0 5px 0 0; border:1px solid #00a040; border-bottom:1px solid #fff; background-color:#fff; color:var(--form-check-color); border-radius:10px 10px 0 0; }
.page_tab_menu li:last-child.on a { margin:0 0 0 5px; }
.page_mobile_tel { display:none; }
.page_mobile_enter { width:0; height:0; font-size:0; }
.page_image_pc { display:block; max-width:100%; margin:0 auto; }
.page_image_mobile { display:none; max-width:100%; margin:0 auto; }
.page_title_h4 { margin:100px 0 35px 0; font-size:1.56rem; font-weight:600; }
.page_title_h4.introduction { background:url("../wp_images/02_02_01.jpg") no-repeat left 50px center, url("../wp_images/02_02_01.jpg") no-repeat right 50px center; text-align:center; }
.page_title_h4.life { margin:80px 0 35px 0; text-align:center; }
.page_title_h4.basic { margin:0 0 35px 0; }
.page_title_h4.situation { margin:90px 0 35px 0; }
.page_title_h4.admission { margin:0 0 15px 0; }
.page_title_h4.car { margin:0 0 10px; padding:15px 0 15px 80px; background:url("../wp_images/page_map_car.gif") no-repeat left center / 61px; font-size:1.56rem; font-weight:500; text-align:left; color:#000; box-sizing:border-box; }
.page_title_h4.bus { margin:0 0 10px; padding:15px 0 15px 80px; background:url("../wp_images/page_map_bus.png") no-repeat left center; font-size:1.56rem; font-weight:500; text-align:left; color:#000; box-sizing:border-box; }
.page_title_h4.bus .road { font-size:1rem; font-weight:400; }
.page_title_h4.paul { margin:160px 0 35px 0; }
.page_title_h4.support { margin:0 0 30px 0; }
.page_title_h4.account { margin:0; }

/* 메인메뉴1 (법인) */
.page01_01_establish { overflow:hidden; background:url("../wp_images/01_01.png") no-repeat top center; }
.page01_01_establish .title { display:inline-block; float:left; position:relative; width:30.3%; padding:60px 6.5% 0; font-size:1.56rem; font-weight:600; text-align:right; box-sizing:border-box; }
.page01_01_establish .title::after { content:""; display:block; position:absolute; top:60px; right:41px; width:1px; height:52px; background-color:#dcdcdc; }
.page01_01_establish .introduction { display:inline-block; padding-top:50px; font-size:1.25rem; text-align:left; box-sizing:border-box; }
.page01_01_establish .introduction span.space { display:block; }
.page01_01_backsun { overflow:hidden; margin-top:110px; }
.page01_01_backsun .subject { float:left; width:420px; height:400px; margin-left:65px; padding:30px 0 0 20px; background:url("../wp_images/01_01_02.png") no-repeat center center; }
.page01_01_backsun .subject span { display:block; position:relative; top:-30px; left:-25px; width:290px; height:130px; padding-top:32px; background-color:#00a040; font-size:1.25rem; text-align:center; color:#ffffffbd; line-height:32px; border-radius:10px; box-sizing:border-box; }
.page01_01_backsun .subject span strong { display:block; font-size:1.56rem; color:#fff; }
.page01_03_organization-pc { display:block; width:100%; margin:0 auto; }
.page01_03_organization-mobile { display:none; }

/* 메인메뉴2 (기관소개) */
.page02_01_greeting { overflow:hidden; position:relative; width:1090px; margin:0 auto; padding:10px 0 0 10px; box-sizing:border-box; }
.page02_01_greeting .overview_image { float:left; width:418px; height:640px; background:url("../wp_images/02_01.jpg") no-repeat center center; border-radius:10px; }
.page02_01_greeting .overview_image .subject { position:absolute; top:0; left:0; width:290px; height:130px; padding-top:30px; background-color:#00a040; text-align:center; color:#fff; border-radius:10px; box-sizing:border-box; }
.page02_01_greeting .overview_image .subject .detail { display:block; font-size:1.56rem; font-weight:500; }
.page02_01_greeting .overview { float:right; width:565px; }
.page02_01_greeting .overview .subject { display:block; margin:20px 0 30px 0; font-size:1.56rem; font-weight:600; }
.page02_01_greeting .overview span.space { display:block; }
.page02_01_greeting .overview span.space.ment { margin-bottom:-22px; }
.page02_02_introduction { overflow:hidden; }
.page02_02_introduction img { margin:13px 0 0 80px; }
.page02_02_introduction .overview { float:right; width:765px; }
.page02_02_introduction .overview .title { display:block; margin-bottom:30px; font-size:1.375rem; line-height:35px; letter-spacing:-1px; }
.page02_02_introduction .overview .title span.space { display:block; }
.page02_02_introduction .overview span.space { display:block; }
.page02_02_introduction .overview span.space.ment { margin-bottom:-35px; }
.page02_02_contents { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:40px; width:1100px; margin:0 auto; }
.page02_02_contents li { padding:0 0 10px 0; background-color:#f7f7f7; border-radius:10px; box-sizing:border-box; }
.page02_02_contents li img { display:block; border-radius:8px; }
.page02_02_contents li span { display:block; margin-top:10px; font-weight:500; text-align:center; }
.page02_05_organization-pc { display:block; width:100%; margin:0 auto; }
.page02_05_organization-pc.organization { margin:0 auto 120px; }
.page02_05_organization-mobile { display:none; }
.page02_06_explanation { overflow:hidden; margin-bottom:50px; }
.page02_06_explanation li { float:left; margin-right:60px; font-size:1.125rem; }
.page02_06_procedure { overflow:hidden; position:relative; margin-bottom:50px; }
.page02_06_procedure::after { content:""; position:absolute; bottom:80px; left:62px; width:90%; height:1px; background-color:#d2d2d2; }
.page02_06_procedure li { float:left; margin-right:60px; }
.page02_06_procedure li:last-child { margin-right:0; }
.page02_06_procedure li .number { display:block; position:relative; width:120px; height:120px; margin-bottom:50px; padding-top:20px; font-size:0.98rem; text-align:center; color:#999; border-radius:100%; box-sizing:border-box; }
.page02_06_procedure li .number::after { content:""; position:absolute; bottom:-26px; left:50%; z-index:10; width:5px; height:5px; background-color:#00a040; border-radius:100%; }
.page02_06_procedure li:first-child .number { background:#f7f7f7 url("../wp_images/02_06.png") no-repeat top 60px center; }
.page02_06_procedure li:nth-child(2) .number { background:#f7f7f7 url("../wp_images/02_06_01.png") no-repeat top 60px center; }
.page02_06_procedure li:nth-child(3) .number { background:#f7f7f7 url("../wp_images/02_06_02.png") no-repeat top 55px center; }
.page02_06_procedure li:nth-child(4) .number { background:#f7f7f7 url("../wp_images/02_06_03.png") no-repeat top 60px center; }
.page02_06_procedure li:nth-child(5) .number { background:#f7f7f7 url("../wp_images/02_06_02.png") no-repeat top 55px center; }
.page02_06_procedure li:nth-child(6) .number { background:#f7f7f7 url("../wp_images/02_06_04.png") no-repeat top 60px center; }
.page02_06_procedure li:last-child .number { background:#f7f7f7 url("../wp_images/02_06_05.png") no-repeat top 55px center; }
.page02_06_procedure li strong { display:block; text-align:center; }
.page02_06_procedure li strong span.space { display:block; }
.page02_06_paper { overflow:hidden; margin-left:35px; }
.page02_06_paper li { float:left; width:26%; }
.page02_06_paper li:nth-child(4n) { width:20%; }
.page02_07_map .map_box { margin-bottom:90px; box-shadow:2px 2px 10px #eaeaea; }
.page02_07_map .root_daum_roughmap { max-width:100%; }
.page02_07_map .info { position:relative; width:100%; padding:35px 100px 35px 340px; box-sizing:border-box; }
.page02_07_map .info .logo { position:absolute; top:calc(50% - 35px); left:20px; width:282px; }
.page02_07_map .info p { padding-left:50px; border-left:1px solid #ddd; font-size:1.125rem; font-weight:400; word-break:keep-all; }
.page02_07_map .info .address { display:block; margin-bottom:5px; font-size:1.25rem; }
.page02_07_map .info .page_pc_tel { font-size:1.125rem; }
.page02_07_map .info .title { margin-right:5px; }
.page02_07_map .info .line { padding:0 15px; color:#888; }
.page02_07_map .info .map_link { display:block; position:absolute; top:calc(50% - 30px); right:38px; width:62px; height:62px; background:url("../wp_images/page_map_naver.png") no-repeat center center; text-indent:-9999px; border-radius:100%; }

/* 메인메뉴3 (사업소개) */
.page03_01_model { position:relative; width:1200px; height:575px; padding-top:100px; background:url("../wp_images/03_01.jpg") no-repeat center center; box-sizing:border-box; }
.page03_01_model li { width:400px; height:60px; margin:0 auto 40px; padding-top:10px; font-size:1.375rem; font-weight:600; text-align:center; color:#fff; border-radius:10px; box-sizing:border-box; }
.page03_01_model li:first-child { background-color:#00a040; }
.page03_01_model li:first-child::after { content:""; position:absolute; top:101px; right:295px; width:115px; height:60px; background:url("../wp_images/03_01_02.png") no-repeat right center; }
.page03_01_model li:nth-child(2) { background-color:#4cba1c; }
.page03_01_model li:nth-child(2)::after { content:""; position:absolute; top:200px; left:292px; width:115px; height:60px; background:url("../wp_images/03_01_02.png") no-repeat left center; transform:rotate(180deg); }
.page03_01_model li:nth-child(3) { background-color:#a5db00; }
.page03_01_model li:nth-child(3)::after { content:""; position:absolute; top:300px; right:295px; width:115px; height:60px; background:url("../wp_images/03_01_02.png") no-repeat right center; }
.page03_01_model li:nth-child(4) { border:2px solid #fff; background-color:#edf8cc; color:#4f6f5c; }
.page03_01_model li:nth-child(4)::after { content:""; position:absolute; bottom:115px; left:292px; width:115px; height:60px; background:url("../wp_images/03_01_02.png") no-repeat left center; transform:rotate(180deg); }
.page03_01_model li:last-child { border:2px solid #fff; background-color:#edf8cc; color:#4f6f5c; }
.page03_01_model li:last-child::after { content:""; position:absolute; bottom:14px; right:295px; width:115px; height:60px; background:url("../wp_images/03_01_02.png") no-repeat right center; }
.page03_01_model li span { font-size:1rem; font-weight:400; text-align:left; }
.page03_01_model li .independence { display:block; position:absolute; top:120px; right:210px; color:#222; }
.page03_01_model li .support { display:block; position:absolute; top:215px; left:0; color:#222; }
.page03_01_model li .public { display:block; position:absolute; top:317px; right:0; color:#222; }
.page03_01_model li .experience { display:block; position:absolute; top:417px; left:0; color:#222; }
.page03_01_model li .life { display:block; position:absolute; bottom:3px; right:50px; color:#222; }
.page03_01_model li span strong.space { display:block; font-weight:400; }
.page03_01_summary { display:none; }
.page03_02_guide { overflow:hidden; }
.page03_02_guide li { float:left; width:585px; margin-right:30px; padding:260px 0 75px 30px; box-sizing:border-box; }
.page03_02_guide li:nth-child(2n) { margin-right:0; }
.page03_02_guide li:first-child { background:url("../wp_images/03_02.png") no-repeat top center; }
.page03_02_guide li:nth-child(2) { background:url("../wp_images/03_02_01.png") no-repeat top center; }
.page03_02_guide li:nth-child(3) { background:url("../wp_images/03_02_02.png") no-repeat top center; }
.page03_02_guide li:nth-child(4) { background:url("../wp_images/03_02_03.png") no-repeat top center; }
.page03_02_guide li:nth-child(5) { background:url("../wp_images/03_02_04.png") no-repeat top center; }
.page03_02_guide li:nth-child(6) { background:url("../wp_images/03_02_05.png") no-repeat top center; }
.page03_02_guide li:nth-child(7) { background:url("../wp_images/03_02_06.png") no-repeat top center; }
.page03_02_guide li:nth-child(8) { background:url("../wp_images/03_02_07.png") no-repeat top center; }
.page03_02_guide li:last-child { padding:260px 0 0 30px; background:url("../wp_images/03_02_08.png") no-repeat top center; }
.page03_02_guide li .title { display:block; margin:0 0 15px 7px; font-size:1.375rem; font-weight:600; }
.page03_02_guide li .contents li { float:none; position:relative; width:100%; margin-right:0; padding:0 0 0 20px; background:none; word-break:keep-all; }
.page03_02_guide li .contents li::before { content:""; display:block; position:absolute; top:12px; left:9px; width:3px; height:3px; background-color:#222; border-radius:100%; }
.page03_02_guide li .contents li strong.space { display:block; font-weight:400; word-break:keep-all; }

/* 메인메뉴4 (나눔의손길) */
.page04_01_support { overflow:hidden; margin-bottom:50px; }
.page04_01_support li { float:left; position:relative; width:33.2%; text-align:center; }
.page04_01_support li::after { content:""; display:block; position:absolute; top:11px; right:0; width:1px; height:85%; background-color:#e5e5e5; }
.page04_01_support li:last-child::after { display:none; }
.page04_01_support li strong { display:block; margin-bottom:20px; font-size:1.25rem; font-weight:600; }
.page04_01_support li span { display:block; }
.page04_01_account { overflow:hidden; margin-bottom:25px; }
.page04_01_account li { float:left; width:66.8%; padding:20px 0; text-align:center; box-sizing:border-box; }
.page04_01_account li:last-child { position:relative; width:33.2%; padding:35px 0; font-size:1.125rem; box-sizing:border-box; }
.page04_01_account li:last-child::before { content:""; display:block; position:absolute; top:20px; left:0; width:1px; height:60%; background-color:#e5e5e5; }
.page04_01_account li:last-child strong { font-weight:600; }
.page04_01_account li .contents { margin-left:75px; }
.page04_01_account li .contents li { width:44%; margin-bottom:2px; padding:0; text-align:left; }
.page04_01_account li .contents li:last-child { width:44%; padding:0; font-size:1rem; }
.page04_01_account li .contents li:last-child::before { display:none; }
.page04_01_account li .contents li strong { font-weight:600; }
.page04_01_account li .contents li:first-child strong { letter-spacing:0.5px; }
.page04_01_account li .contents li strong.bank { letter-spacing:0.4px; }
.page04_etc { margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #e5e5e5; }
.page04_etc.mileage { padding-bottom:0; border-bottom:none; }
.page04_etc.accent li:first-child { padding-left:10px; }
.page04_etc.accent li:first-child::before { display:block; }
.page04_etc.accent li:nth-child(2) { padding-left:10px; }
.page04_etc.accent li:nth-child(2)::before { display:block; }
.page04_etc li { overflow:hidden; position:relative; padding-left:10px; box-sizing:border-box; }
.page04_etc li:first-child { padding-left:0; }
.page04_etc li:first-child::before { display:none; }
.page04_etc li:nth-child(2) { padding-left:0; }
.page04_etc li:nth-child(2)::before { display:none; }
.page04_etc li::before { content:""; display:block; position:absolute; top:13px; left:0; width:3px; height:3px; background-color:#222; border-radius:100%; }
.page04_etc li .title { display:block; position:relative; padding-left:10px; font-size:1.25rem; font-weight:600; box-sizing:border-box; }
.page04_etc li .title::before { content:""; display:block; position:absolute; top:16px; left:0; width:4px; height:4px; background-color:#222; border-radius:100%; }
.page04_etc li .support { display:inline-block; float:left; width:255px; height:75px; margin:15px 0 20px 0; background:#f7f7f7 url("../wp_images/04_01.jpg") no-repeat center center; border-radius:10px; }
.page04_etc li .support.mileage { padding:25px 20px 0 0; background:#f7f7f7 url("../wp_images/04_01_02.jpg") no-repeat left 25px center; font-weight:600; text-align:right; box-sizing:border-box; }
.page04_etc li .comment { display:inline-block; padding:25px 0 0 60px; box-sizing:border-box; }
.page04_etc li .comment .space { display:block; }
.page04_inquiry { overflow:hidden; height:80px; border:1px solid #d2d2d2; border-radius:10px; box-sizing:border-box; }
.page04_inquiry li { height:100%; padding-left:calc(50% - 280px); box-sizing:border-box; }
.page04_inquiry li:first-child { padding-top:20px; background:url("../wp_images/04_01_03.png") no-repeat left 250px center; font-size:1.375rem; font-weight:600; }
.page04_02_volunteer { overflow:hidden; margin-bottom:50px; }
.page04_02_volunteer li { position:relative; padding-left:10px; }
.page04_02_volunteer li:first-child { padding-left:0; }
.page04_02_volunteer li::before { content:""; display:block; position:absolute; top:13px; left:0; width:3px; height:3px; background-color:#222; border-radius:100%; }
.page04_02_volunteer li:first-child::before { display:none; }
.page04_02_volunteer li strong { display:block; margin:-3px 25px 10px 0; font-size:1.245rem; font-weight:600; color:#00a040; }
.page04_02_procedure { overflow:hidden; width:76%; margin:0 auto 60px; }
.page04_02_procedure li { float:left; position:relative; width:150px; height:150px; margin-right:88px; padding-top:56px; background-color:#f7f7f7; text-align:center; line-height:20px; border-radius:100%; box-sizing:border-box; }
.page04_02_procedure li:last-child { margin-right:0; }
.page04_02_procedure li::after { content:""; display:block; position:absolute; top:68px; right:-48px; width:10px; height:30px; background:url("../wp_images/04_02.png") no-repeat; }
.page04_02_procedure li:last-child::after { display:none; }
.page04_02_procedure li:nth-child(2) { width:430px; height:150px; padding-top:25px; border-radius:500px; }
.page04_02_procedure li:nth-child(2) strong { font-size:1.25rem; font-weight:600; }
.page04_02_procedure li strong span.space { display:block; }
.page04_02_procedure li .contents { width:77%; margin:25px auto 0; }
.page04_02_procedure li .contents li { position:relative; width:100px; height:50px; margin-right:15px; padding:0; background:none; line-height:23px; }
.page04_02_procedure li .contents li:nth-child(2) { width:100px; }
.page04_02_procedure li .contents li:last-child { margin-right:0; }
.page04_02_procedure li .contents li::after { content:""; display:block; position:absolute; top:6px; right:-8px; width:1px; height:70%; background-color:#dcdcdc; background-image:none; }
.page04_02_procedure li .contents li:last-child::after { display:none; }
.page04_02_procedure li .contents li span.space { display:block; }

/* 메인메뉴5 (갤러리) */

/* 메인메뉴6 (커뮤니티) */

/* 메인메뉴7 (직원마당) */

/* 회원약관 */
#privacy .comment:last-child { margin-bottom:0; }

/* 개인정보취급방침 */
#privacy .title span.space { display:block; }

/* 안전관리의견수렴 */
.consult_guide { height:100px; margin:0 0 40px; border:1px solid #c7e961; background:#fafdf2 url("../wp_images/01_05.png") no-repeat left calc(50% - 260px) center; border-radius:20px; }
.consult_guide p { margin-left:33.3%; padding-top:23px; text-align:left; box-sizing:border-box; }
.consult_guide p span.space { display:block; }

/* 함께하는 사람들 */
.together_list .gallery_subject { width:80%; height:50px !important; text-overflow:ellipsis; }

/* 사진 */
.gallery_list { row-gap:20px !important; }
.gallery_list .gallery_subject { height:50px !important; text-align:center !important; }

/* 소식지 */
.mailing_list .background_box { padding-top:131% !important; }
.mailing_list .gallery_subject { text-align:center !important; }
.mailing_btn { display:block; width:300px; height:55px; margin:62px auto 87px; padding-top:12px; background-color:#00a050; font-size:1.125rem; text-align:center; color:#fff; border-radius:10px; box-sizing:border-box; }

/* 연혁관리 */
.history_list { margin:0; padding:0; }
.history_list.corporation .decade .title { background:url("../wp_images/history_image_04.png") no-repeat center top; }
.history_list.corporation .decade .title.second { background:url("../wp_images/history_image_05.png") no-repeat center top; }
.history_list.corporation .decade .title.third { background:url("../wp_images/history_image_06.png") no-repeat center top; }
.history_list .decade { overflow:hidden; margin:0 0 70px; padding:0; }
.history_list .decade:last-child { margin:0; }
.history_list .decade .title { float:left; width:280px; padding-top:160px; background:url("../wp_images/history_image_01.png") no-repeat center top; }
.history_list .decade .title.second { background:url("../wp_images/history_image_02.png") no-repeat center top; }
.history_list .decade .title.third { background:url("../wp_images/history_image_03.png") no-repeat center top; }
.history_list .decade .title .detail { width:200px; height:160px; margin-left:100px; background-color:#c3ca00; font-size:0.937rem; font-weight:500; text-align:center; color:#ffffffcf; line-height:90%; border-radius:10px; box-sizing:border-box; }
.history_list .decade .title .detail span { display:block; width:100%; height:55px; line-height:55px; background-color:#b9c000; border-radius:10px 10px 0 0; }
.history_list .decade .title .detail strong { display:block; margin-top:18px; font-size:1.437rem; color:#fff; line-height:22px; }
.history_list .decade .title .detail.second { background-color:#4cba1c; }
.history_list .decade .title .detail.second span { background-color:#48b11b; }
.history_list .decade .title .detail.third { background-color:#00a040; }
.history_list .decade .title .detail.third span { background-color:#00983d; }
.history_list .decade .year { float:right; position:relative; width:calc(100% - 420px); padding:10px 0; border-bottom:1px solid #ededed; }
.history_list .decade .year::before { content:""; display:block; position:absolute; bottom:-1px; z-index:1900; width:75px; border-bottom:1px solid #222; }
.history_list .decade .year dt { float:left; width:75px; padding-top:10px; font-size:140%; font-weight:500; text-align:center; }
.history_list .decade .year dd { overflow:hidden; float:right; width:calc(100% - 100px); padding:10px 0; border-bottom:1px solid #ededed; }
.history_list .decade .year dd:last-child { border:none; }
.history_list .decade .year dd .month { float:left; width:100px; text-align:left; font-weight:400; }
.history_list .decade .year dd .text { float:left; width:calc(100% - 100px); word-break:keep-all; }

/* 후원 신청 */
.sponsor_input h4 { display:block; float:left; margin:0 0 10px; font-size:140%; font-weight:500; }
.sponsor_input .compulsory_guide { float:right; font-size:95%; font-weight:400; text-align:right; box-sizing:border-box; }
.sponsor_input .compulsory_guide span { font-size:150%; color:#fd7070; }
.sponsor_input ul { clear:both; margin:0 0 90px; padding:10px 20px 0; border-top:2px solid #222; }
.sponsor_input li { overflow:hidden; padding:20px 0; border-bottom:1px solid #ededed; }
.sponsor_input li:last-child { border:none; }
.sponsor_input .title { float:left; display:block; position:relative; width:200px; padding:0 50px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
.sponsor_input .title span { position:absolute; right:35px; top:-5px; font-size:140%; color:#fd7070; }
.sponsor_input .form_input_box { float:left; }
.sponsor_input .input_guide { clear:both; display:block; margin:0 0 0 200px; padding:5px 0 0; font-size:90%; color:#999; }
.sponsor_input #postcode { margin-right:10px; }
.sponsor_input .form_select_box { float:left; }
.sponsor_input .form_check_title { float:left; height:42px; margin-right:20px; line-height:42px; }
.sponsor_input .click_button { display:block; float:left; width:90px; height:42px; margin-right:10px; background-color:#222; font-size:95%; font-weight:400; text-align:center; color:#fff; line-height:42px; box-sizing:border-box; }
.sponsor_input .second_item { display:block; float:left; height:42px; margin:0 10px; line-height:42px; box-sizing:border-box; }
.sponsor_input .text_guide { display:block; float:left; width:25px; height:42px; text-align:center; line-height:42px; }

/* 동영상 갤러리 */
.video_list { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; column-gap:20px; row-gap:50px; margin:0 0 30px; }
.video_list li { text-align:center; box-sizing:border-box; }
.video_list li a { display:block; }
.video_list .tumbnail { overflow:hidden; position:relative; margin:0 0 10px; border-radius:8px; }
.video_list .tumbnail::after { opacity:0; content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5) url("../wp_images/page_video_play.png") no-repeat center center; border-radius:8px; transition:0.5s; }
.video_list .tumbnail:hover::after { opacity:1; transition:0.5s; }
.video_list .tumbnail img { width:100%; vertical-align:middle; }
.video_list .subject { display:block; overflow:hidden; width:95%; margin:0 auto; font-weight:400; white-space:nowrap; text-overflow:ellipsis; }
.video_list .subject img { vertical-align:middle; }
.video_view { padding:30px 0; }
.video_view #video_player { display:block; max-width:100%; margin:0 auto; }
.video_view .iframe_video { display:block; position:relative; width:100%; height:100%; padding-top:56.25%; }
.video_view .iframe_video iframe { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }

/* 일정관리 */
.plan_list { margin:0; padding:0; }
.plan_list .plan_date { margin:0 0 40px; text-align:center; line-height:29px; }
.plan_list .plan_date a { display:inline-block; height:29px; vertical-align:middle; }
.plan_list .plan_date span { display:inline-block; height:29px; margin:0; padding:0 15px; font-size:2rem; font-weight:500; color:#333; vertical-align:middle; }
.plan_list table { width:100%; border:0; border-top:2px solid #222; border-collapse:collapse; }
.plan_list table caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
.plan_list table th { height:40px; border-bottom:1px solid #ededed; font-weight:500; background-color:#fff; }
.plan_list table th .english { font-size:80%; font-weight:400; }
.plan_list table td { height:130px; padding:5px; border-bottom:1px solid #ededed; background-color:#fff; vertical-align:top; }
.plan_list table td .plan_list_link { display:block; position:relative; padding-left:10px; font-size:90%; line-height:120%; }
.plan_list table td .plan_list_link::before { content:""; display:block; position:absolute; left:0; top:10px; width:3px; height:3px; background-color:#999; border-radius:4px; }
.plan_list table img { vertical-align:middle; }
.plan_view { margin:0 0 50px; padding:30px 0 20px; border-bottom:2px solid #ddd; }
.plan_main { margin:0; padding:0; }
.plan_main .plan_date { margin:0; padding-bottom:30px; text-align:center; vertical-align:middle; }
.plan_main .plan_date span { display:inline-block; margin:0; padding:0 10px; font-size:130%; font-weight:500; color:#333; vertical-align:middle; }
.plan_main table { width:100%; border:0; border-collapse:collapse; }
.plan_main table caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
.plan_main table th { border-bottom:1px solid #ddd; font-weight:500; }
.plan_main table td { position:relative; text-align:center; vertical-align:top; }
.plan_main .today { position:relative; z-index:10; font-weight:500; }
.plan_main .today::before { content:""; display:block; position:absolute; left:calc(50% - 15px); top:calc(50% - 15px); z-index:-1; width:30px; height:30px; background-color:#fbfbfb; border-radius:20px; }
.plan_main .plan a { position:relative; }
.plan_main .plan a::before { content:""; display:block; position:absolute; left:calc(50% - 15px); top:calc(50% - 15px); z-index:-1; width:30px; height:30px; background-color:#fff7d3; border-radius:20px; }
.plan_main .plan a.on { color:#fff; }
.plan_main .plan a.on::before { background-color:#006bb7; }
.plan_main .plan a.on span { color:#fff; }
.plan_main .plan_popup { display:none; position:absolute; right:0; bottom:40px; z-index:100; width:280px; margin:0; padding:10px 15px; border:none; background-color:#fff; border:1px solid #006bb7; font-size:80%; text-align:left; border-radius:10px; list-style:none; box-sizing:border-box; }
.plan_main .plan_popup strong { display:block; position:relative; padding-left:10px; line-height:120%; }
.plan_main .plan_popup strong::before { content:""; display:block; position:absolute; left:0; top:7px; width:3px; height:3px; background-color:#ddd; border-radius:4px; }
.plan_main .plan_popup span { display:block; font-size:95%; line-height:130%; }
.plan_main .plan_popup .close { display:block; position:absolute; right:5px; top:5px; width:12px; height:12px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -46px -6px; text-indent:-9999px; cursor:pointer; }

/*****************************************************************************************************************
- 반응형웹 스크린 미디어: 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
*****************************************************************************************************************/
@media (max-width:1300px)
{
	/*****************************************************************************************************************/

	/* 하단영역 콘텐츠 */
	#bottom_contents .detail { width:98%; }
	#bottom_contents .detail .information { width:calc(100% - 410px); }
	#bottom_contents .detail .information::after { right:calc(50% - 300px); }
	#bottom_contents .top_move { right:20px; }

	/* 메인화면 콘텐츠 */
	#top_contents { width:98%; }
	#main_visual { width:100%; }
	#main_visual .image_slide { width:98%; overflow:hidden; border-radius:20px; }
	#main_visual .visual_01 { margin:0 auto; border-radius:20px; }
	#main_visual .visual_02 { margin:0 auto; border-radius:20px; }

	#main_item .goto { width:98%; }
	#main_item .goto li { width:17.68%; margin-right:2.9%; }
	#main_item .customer { width:98%; }
	#main_item .customer .contents .inner_box { margin-right:3%; }
	#main_item .main_agency .banner { width:98%; }
	#main_item .main_agency .banner .banner_slide { width:calc(100% - 310px); }

	/* 서브화면 콘텐츠 */
	#sub_visual { width:98%; margin:0 auto; border-radius:20px; }
	#sub_nav { width:95%; }
	#sub_section { width:100%; }
	#sub_document { padding:20px 5px; }

	/* 페이지 공용 */
	.page_table.corporation { width:calc(100% - 570px); }
	.page_title_h4.introduction { background:url("../wp_images/02_02_01.jpg") no-repeat left calc(50% - 450px) center, url("../wp_images/02_02_01.jpg") no-repeat right calc(50% - 450px) center; }

	/* 메인메뉴1 (법인) */
	.page01_01_backsun .subject { margin-left:5%; }

	/* 메인메뉴2 (기관소개) */
	.page02_02_introduction img { margin:13px 0 0 12%; }
	.page02_02_introduction .overview { width:calc(100% - 480px); height:auto; }
	.page02_02_introduction .overview span.space { display:inline; }
	.page02_02_contents { width:100%; }
	.page02_06_procedure { width:41%; margin:0 auto; }
	.page02_06_procedure::after { bottom:101px; left:222px; width:1px; height:85.6%; }
	.page02_06_procedure li { float:none; position:relative; margin-right:0; }
	.page02_06_procedure li .number { margin-bottom:40px; }
	.page02_06_procedure li .number::after { bottom:55px; left:220px; }
	.page02_06_procedure li strong { position:absolute; top:47px; left:310px; text-align:left; word-break:keep-all; }
	.page02_06_procedure li strong span.space { display:inline; }
	.page02_06_paper { margin-left:3%; }
	.page02_06_paper li { width:24%; }
	.page02_06_paper li:nth-child(4n) { width:27%; }
	.page02_02_contents li img { width:100%; }
	.page02_07_map { width:93%; margin:0 auto; }

	/* 메인메뉴3 (사업소개) */
	.page03_01_model { width:100%; height:455px; padding-top:110px; background-size:400px; }
	.page03_01_model li { width:290px; height:50px; margin:0 auto 20px; font-size:1.125rem; }
	.page03_01_model li:first-child::after { top:106px; right:calc(50% - 220px); width:80px; background-position:left center; }
	.page03_01_model li:nth-child(2)::after { top:177px; left:calc(50% - 220px); width:80px; }
	.page03_01_model li:nth-child(3)::after { top:245px; right:calc(50% - 220px); width:80px; background-position:left center; }
	.page03_01_model li:nth-child(4)::after { bottom:78px; left:calc(50% - 215px); width:80px; }
	.page03_01_model li:last-child::after { bottom:8px; right:calc(50% - 220px); width:80px; background-position:left center; }
	.page03_01_model li .independence { top:123px; right:calc(50% - 300px); }
	.page03_01_model li .support { top:195px; left:calc(50% - 480px); }
	.page03_01_model li .public { top:262px; right:calc(50% - 510px); }
	.page03_01_model li .experience { top:335px; left:calc(50% - 490px); }
	.page03_01_model li .life { bottom:-2px; right:calc(50% - 460px); }
	.page03_02_guide { width:98%; margin:0 auto; }
	.page03_02_guide li { width:calc(50% - 15px); padding:22% 0 5% 2%; }
	.page03_02_guide li:first-child { background-size:100%; }
	.page03_02_guide li:nth-child(2) { background-size:100%; }
	.page03_02_guide li:nth-child(3) { background-size:100%; }
	.page03_02_guide li:nth-child(4) { background-size:100%; }
	.page03_02_guide li:nth-child(5) { background-size:100%; }
	.page03_02_guide li:nth-child(6) { background-size:100%; }
	.page03_02_guide li:nth-child(7) { background-size:100%; }
	.page03_02_guide li:nth-child(8) { background-size:100%; }
	.page03_02_guide li:last-child { padding:22% 0 0 2%; background-size:100%; }
	.page03_02_guide li .contents li strong.space { display:inline; padding-left:0; }

	/* 메인메뉴4 (나눔의손길) */
	.page04_inquiry li:first-child { background-position:left calc(50% - 325px) center; }
	.page04_02_volunteer li span.space { display:inline; }
	.page04_02_procedure { width:100%; margin-left:calc(50% - 450px); }
	.page04_02_procedure li { margin-right:7%; }

	/* 안전관리의견수렴 */
	.consult_guide p { margin-left:calc(50% - 200px); }
}
@media (max-width:1024px)
{
	#board_tab_menu ul { overflow:hidden; margin:0; padding:0; border:1px solid #ddd; }
	#board_tab_menu li { display:block; float:left; width:25%; margin:0; padding:0; border-right:1px solid #ddd; box-sizing:border-box; }
	#board_tab_menu li:last-child { border:none; }
	#board_tab_menu li a { display:block; padding:5px 0; border:none; background:none; text-align:center; border-radius:0; }
	#board_tab_menu li.on a { border:none; color:var(--form-check-color); }
	#board_tab_menu li.on a::before { content:""; display:block; position:absolute; bottom:0; left:0; width:100%; border-bottom:3px solid var(--form-check-color); }
	#board_tab_menu li.on a::after { content:""; display:block; position:absolute; bottom:3px; left:calc(50% - 6px); border-right:6px solid transparent; border-bottom:6px solid var(--form-check-color); border-left:6px solid transparent; }
	#board_list { border-top:1px solid #222; }
	#board_list .mobile_none { display:none; }
	#board_list td { padding:10px 5px; }
	#board_list .subject { width:100%; }
	#board_list .subject .icon_division { float:none; margin-right:5px; padding:0 10px; }
	#board_list .subject a { display:inline-block; overflow:hidden; max-width:700px; font-weight:400; vertical-align:middle; white-space:nowrap; text-overflow:ellipsis; }
	#board_list .mobile_board_name { overflow:hidden; font-size:90%; color:#777; }
	#board_list .mobile_board_name span { display:block; float:left; position:relative; margin-right:20px; }
	#board_list .mobile_board_name span::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:-10px; height:10px; border-right:1px solid #ddd; }
	#board_list .mobile_board_name span.last::before { display:none; }
	#board_view_title .board_view_head .board_title { font-size:105%; }
	#board_view_title .board_view_head .icon_division { float:none; margin-right:5px; padding:0 10px; font-size:90%; }
	#board_view_title .board_view_head .name_row { font-size:90%; }
	#board_view_title .board_view_head .name { margin-right:3px; }
	#board_view_title .board_view_head .icon_notice { font-size:90%; }
	#board_prev_next { padding:5px 10px; border:1px solid #ddd; font-size:95%; list-style:none; }
	#board_input ul { padding:20px 5px 0; box-sizing:border-box; }
	#board_input ul li { margin:0 0 20px; padding:0; border:none; }
	#board_input .title { float:none; height:inherit; margin:0 0 3px; padding:0; text-align:left; line-height:140%; }
	#board_input .title span { display:inline; position:relative; top:0; right:0; }
	#board_input .input_box { float:none; width:100%; margin:0; outline:none; }
	#board_input .input_file { float:none; width:100%; }
	#board_input #subject { margin:5px 0 0; }
	#board_input .input_guide { margin:0; }
	#board_input .select_box { float:none; width:100%; margin:0; outline:none; }
	#board_input .attach_file { padding:0; }
	#board_input .attach_file li { border:none; }
	#board_input .attach_modify { padding:10px 0; border:none; }
	#board_input .attach_modify .attach_sort { width:80px; text-align:center; }
	#board_input .attach_modify .attach_name { width:calc(100% - 160px); font-size:90%; }
	#board_input .attach_modify .attach_name .input_box { margin:5px 0 0; }
	#board_input .attach_modify .attach_delete { width:80px; }
	#board_faq_list li > h4 { padding:15px 55px 15px 50px; font-size:110%; word-break:keep-all; }
	#board_faq_list li > h4::before { left:15px; }
	#board_faq_list li > h4::after { right:15px; }
	#board_faq_list li > div { padding:30px; }
	#board_blog_list .blog_image { width:240px; height:180px; }
	#board_blog_list .blog_content { width:calc(100% - 260px); height:180px; }
	#board_blog_list .blog_content .title { font-size:110%; }
	#board_bottom .board_btn { display:block; width:100%; height:inherit; margin:0 0 5px; padding:4px 0; background-color:#fbfbfb; }
	#board_bottom .search { display:none; }
	#board_bottom .left_button { float:none; width:100%; }
	#board_bottom .right_button { float:none; width:100%; text-align:center; }
	#member_guide { padding:20px 20px 20px 40px; }
	#member_input { width:490px; max-width:100%; margin:0 auto; }
	#member_input h4 { float:none; margin:0 auto 10px; }
	#member_input .compulsory_guide { float:none; margin:-40px auto 0; padding:0 0 10px; }
	#member_input ul { margin:0 auto 50px; padding:20px 5px 0; box-sizing:border-box; }
	#member_input ul li { margin:0 0 20px; padding:0; border:none; }
	#member_input .title { float:none; height:inherit; margin:0 0 3px; padding:0; text-align:left; line-height:inherit; }
	#member_input .title span { display:inline; position:relative; right:0; top:0; }
	#member_input .input_box { float:none; width:100%; margin:0; outline:none; }
	#member_input .input_box#id { float:left; width:calc(100% - 100px); }
	#member_input .input_box#passwd { margin-bottom:5px; }
	#member_input .input_box#postcode { float:left; width:calc(100% - 100px); }
	#member_input .input_box#address1 { margin-bottom:5px; }
	#member_input .input_box#new_passwd { margin:0 0 5px; }
	#member_input .select_box { float:none; width:100%; outline:none; }
	#member_input .input_guide { margin:0; }
	#member_input .textarea_box { float:none; width:100%; }
	#member_input .click_button { margin:0 0 0 10px; }
	#member_input .change_pw { font-size:90%; }
	#member_login { width:470px; padding:40px; }
	#member_login h4 { font-size:170%; }
	#privacy .title { font-size:100%; }
	#privacy .comment { padding:15px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents { display:block; position:relative; width:100%; height:80px; padding:10px 0; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#top_contents .top_logo { width:230px; margin:5px auto 0; }
	#top_contents .top_logo a { display:block; height:50px; background:url("../wp_images/logo.gif") no-repeat center center / 230px; }
	#top_contents .top_logo a img { display:none; }
	#top_contents .mobile_menu_open { display:block; position:absolute; top:calc(50% - 11px); right:15px; width:30px; height:22px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 0; text-indent:-9999px; }
	#top_contents .top_nav { position:fixed; top:0; right:-100%; z-index:10000; width:100%; height:100vh; background-color:#fff; transition:0.4s ease; }
	#top_contents .top_nav.open { right:0; }
	#top_contents .mobile_menu_top { display:block; overflow:hidden; position:relative; height:70px; padding:0 10px; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#top_contents .mobile_menu_top .home { display:inline-block; max-width:calc(100% - 40px); padding-left:40px; background:url("../wp_default_image/logo.png") no-repeat left center; background-size:30px; font-size:120%; font-weight:500; color:#000; line-height:70px; box-sizing:border-box; }
	#top_contents .mobile_menu_top .close { position:absolute; top:calc(50% - 12px); right:15px; width:24px; height:24px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -40px 0; text-indent:-9999px; box-sizing:border-box; }
	#top_contents .top_menu { position:static; width:100%; height:80px; padding:0 20px; border-bottom:1px solid #ededed; background:none; box-sizing:border-box; }
	#top_contents .top_menu li { float:left; width:50%; margin:0; padding-top:15px; box-sizing:border-box; }
	#top_contents .top_menu li:first-child::after { display:none; }
	#top_contents .top_menu li a { display:block; width:95%; height:50px; margin:0 auto; font-size:100%; font-weight:450; text-align:center; line-height:50px; box-sizing:border-box; }
	#top_contents .top_menu .login a { border:1px solid var(--mobile-point-color); background-color:var(--mobile-point-color); color:#fff; }
	#top_contents .top_menu .auth a { border:1px solid var(--mobile-point-color); }
	#top_contents .main_menu { overflow:scroll; position:relative; width:100%; height:calc(100vh - 150px); padding:15px 15px 30px 15px; box-sizing:border-box; }
	#top_contents .main_menu .menu_list { margin-bottom:10px; }
	#top_contents .main_menu .menu_list > li { float:none; width:100%; }
	#top_contents .main_menu .menu_list > li:first-child { width:100%; }
	#top_contents .main_menu .menu_list > li:last-child { width:100%; }
	#top_contents .main_menu .menu_list > li::after { display:none; }
	#top_contents .main_menu .menu_list > li > a { display:none; }
	#top_contents .main_menu .menu_list > li:last-child > a { display:block; position:relative; width:100%; padding:4% 0 7.7% 5%; border-bottom:1px solid #ddd; background-color:#fff; font-size:110%; font-weight:500; text-align:left; color:#222; line-height:inherit; box-sizing:border-box; }
	#top_contents .main_menu .menu_list > li:last-child > a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; width:19px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; transform:rotate(-90deg); }
	#top_contents .main_menu .menu_list > li:last-child > a.on { color:var(--mobile-point-color); }
	#top_contents .main_menu .menu_list > li:last-child > a.on::before { background-position:0 34px; }
	#top_contents .main_menu .menu_list > li > button { display:block; position:relative; width:100%; padding:4% 0 4% 5%; border-bottom:1px solid #ddd; background-color:#fff; font-size:110%; font-weight:500; text-align:left; color:#222; line-height:inherit; box-sizing:border-box; }
	#top_contents .main_menu .menu_list > li > button::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; width:19px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; }
	#top_contents .main_menu .menu_list > li > button.on { color:var(--mobile-point-color); }
	#top_contents .main_menu .menu_list > li > button.on::before { background-position:-29px -34px; }
	#top_contents .main_menu .menu_list > li > button:last-child:before { transform:rotate(-90deg); }
	#top_contents .main_menu .menu_list > li > button:last-child.on:before { background-position:0 -34px; }
	#top_contents .main_menu .menu_list > li > button .mobile_staff { width:100%; height:100%; }
	#top_contents .main_menu .menu_list > li:first-child > button { border-top:none; }
	#top_contents .main_menu .menu_list ul { position:static; height:inherit; padding:0 15px; border-bottom:1px solid #ddd; box-sizing:border-box; }
	#top_contents .main_menu .menu_list ul li { border-bottom:1px solid #dcdcdc; }
	#top_contents .main_menu .menu_list ul li:last-child { border-bottom:none; }
	#top_contents .main_menu .menu_list ul li a { display:block; position:relative; padding:15px 0 15px 7%; font-size:105%; text-align:left; }
	#top_contents .main_menu .menu_list ul li a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:23px; width:6px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -74px 0; }
	#top_contents .main_menu .copyright { display:block; width:100%; font-size:90%; text-align:center; }
	#menu_cover { display:none; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { display:block; padding:20px 10px; border-top:1px solid #ddd; font-size:90%; color:#333; }
	#bottom_contents .detail { padding:20px 0; }
	#bottom_contents .detail .information { float:none; width:100%; margin-bottom:10px; }
	#bottom_contents .detail .information::after { display:none; }
	#bottom_contents .bottom_menu { position:static; height:20px; margin-left:calc(50% - 110px); }
	#bottom_contents .logo { display:block; margin:0 auto 15px; padding-right:30px; box-sizing:border-box; }
	#bottom_contents .top_move { display:none; position:fixed; right:10px; bottom:10px; width:45px; height:45px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -58px -41px; text-indent:-9999px; }
	#bottom_contents .bottom_address { margin-bottom:0; text-align:center; }
	#bottom_contents .bottom_address .space { display:none; margin:0; }
	#bottom_contents .bottom_address .space::after { display:none; }
	#bottom_contents .bottom_address .mobile_show { display:block; line-height:130%; }
	#bottom_contents .bottom_address .tel { display:inline-block; margin:0; }
	#bottom_contents .bottom_address .title { display:none; }
	#bottom_contents .copyright { text-align:center; }
	#bottom_contents .bottom_support { float:none; padding-top:0; text-align:center; }
	#bottom_contents .bottom_support .paul { margin:20px auto 0; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_01 .vision .title { font-size:2.06rem; line-height:50px; }
	#main_visual .visual_01 .vision .icon { left:200px; }
	#main_visual .visual_01.swiper-slide-active .vision .title { left:80px; }
	#main_visual .visual_01.swiper-slide-active .vision .icon { bottom:95px; }

	#main_visual .visual_02 .vision .title { font-size:2.06rem; line-height:50px; }
	#main_visual .visual_02 .vision .icon { left:200px; }
	#main_visual .visual_02.swiper-slide-active .vision .title { left:80px; }
	#main_visual .visual_02.swiper-slide-active .vision .icon { bottom:95px; }

	#main_item .goto { margin:40px auto; }
	#main_item .goto li { width:18%; margin-right:2.4%; }
	#main_item .customer .contents .inner_box.main_gallery .background_box { padding-top:90%; }

	/* 서브화면 콘텐츠 */
	#sub_nav { margin:0 auto 50px; }
	#sub_nav h2 { top:-210px; }
	#sub_nav ul { display:none; }

	/* 페이지 공용 */
	.page_table.corporation { float:none; width:calc(100% - 280px); margin:60px auto 0; }
	.page_mobile_tel { display:block; }
	.page_pc_tel { display:none; }
	.page_title_h4.bus .road { display:block; }

	/* 메인메뉴1 (법인) */
	.page01_01_establish .title { display:block; float:none; width:100%; text-align:center; }
	.page01_01_establish .title::after { top:120px; right:calc(50% - 35px); width:70px; height:1px; }
	.page01_01_establish .introduction { display:block; padding-top:40px; text-align:center; }
	.page01_01_backsun { margin-top:60px; }
	.page01_01_backsun .subject { float:none; width:210px; height:200px; margin:30px auto 0; border-radius:10px; }
	.page01_01_backsun .subject span { top:-43px; left:-36px; width:190px; height:89px; padding-top:17px; font-size:1.125rem; line-height:27px; }
	.page01_01_backsun .subject span strong { font-size:1.25rem; }

	/* 메인메뉴2 (기관소개) */
	.page02_01_greeting { width:100%; padding:10px 0 0 0;}
	.page02_01_greeting .overview_image { float:none; width:99%; height:230px; margin-bottom:60px; background-size:cover; }
	.page02_01_greeting .overview { float:none; width:100%; text-align:center; }
	.page02_02_introduction img { display:block; margin:0 auto; }
	.page02_02_introduction .overview { float:none; width:90%; margin:40px auto 0; text-align:center; word-break:keep-all; }
	.page02_06_procedure { width:60%; }
	.page02_06_paper li { width:30%; }
	.page02_06_paper li:nth-child(4n) { width:30%; }
	.page02_06_paper li:nth-child(2) { width:40%; }
	.page02_06_paper li:nth-child(5) { width:40%; }
	.page02_06_paper li:nth-child(8) { width:40%; }
	.page02_07_map { width:100%; }
	.page02_07_map .root_daum_roughmap .wrap_map { height:300px !important; }
	.page02_07_map .info { padding:20px; }
	.page02_07_map .info.backsun { padding:20px; }
	.page02_07_map .info.paul { padding:20px; }
	.page02_07_map .info::after { display:none; }
	.page02_07_map .info .logo { display:block; position:relative; top:0; left:0; margin:0 auto 20px; }
	.page02_07_map .info p { margin-bottom:20px; padding-left:0; border-left:none; text-align:center; }
	.page02_07_map .info .address { margin-bottom:5px; font-size:1.06rem; }
	.page02_07_map .info .title { margin-right:5px; }
	.page02_07_map .info .line { display:block; width:0; height:0; font-size:0; }
	.page02_07_map .info .map_link { position:relative; top:0; right:0; width:300px; height:40px; margin:0 auto; background-color:#04ce5c; background-image:none; font-size:1.12rem; font-weight:400; text-align:center; text-indent:0; color:#fff; line-height:40px; border-radius:5px; }

	/* 메인메뉴3 (사업소개) */
	.page03_01_model li:first-child::after { display:none; }
	.page03_01_model li:nth-child(2)::after { display:none; }
	.page03_01_model li:nth-child(3)::after { display:none; }
	.page03_01_model li:nth-child(4)::after { display:none; }
	.page03_01_model li:last-child::after { display:none; }
	.page03_01_model li .independence { display:none; }
	.page03_01_model li .support { display:none; }
	.page03_01_model li .public { display:none; }
	.page03_01_model li .experience { display:none; }
	.page03_01_model li .life { display:none; }
	.page03_01_summary { display:block; margin-top:40px; }
	.page03_01_summary li { margin-top:30px; font-size:1.25rem; font-weight:600; text-align:center; }
	.page03_01_summary li .independence { display:block; margin-top:10px; font-size:1rem; font-weight:400; }
	.page03_01_summary li .support { display:block; margin-top:10px; font-size:1rem; font-weight:400; }
	.page03_01_summary li .support strong.space { display:block; font-weight:400; }
	.page03_01_summary li .public { display:block; margin-top:10px; font-size:1rem; font-weight:400; }
	.page03_01_summary li .public strong.space { display:block; font-weight:400; }
	.page03_01_summary li .experience { display:block; margin-top:10px; font-size:1rem; font-weight:400; }
	.page03_01_summary li .experience strong.space { display:block; font-weight:400; }
	.page03_01_summary li .life { display:block; margin-top:10px; font-size:1rem; font-weight:400; }
	.page03_01_summary li .life strong.space { display:block; font-weight:400; }
	.page03_02_guide { width:100%; }

	/* 메인메뉴4 (나눔의손길) */
	.page04_01_account li .contents { margin-left:2%; }
	.page04_01_account li .contents li { width:50%; }
	.page04_01_account li .contents li:last-child { width:50%; }
	.page04_etc li .support { float:none; display:block; }
	.page04_etc li .comment { padding:5px 0 15px 10px; }
	.page04_inquiry li:first-child::after { right:-25px; }
	.page04_02_procedure { margin-left:calc(50% - 380px); }
	.page04_02_procedure li { width:140px; height:140px; padding-top:52px; margin-right:5%; }
	.page04_02_procedure li::after { right:-30px; }
	.page04_02_procedure li:nth-child(2) { width:400px; height:140px; }
	.page04_02_procedure li .contents { width:83%; }

	/* 연혁관리 */
	.history_list .decade .title { float:none; margin:0 auto 50px; padding-top:170px; }
	.history_list .decade .year { overflow:hidden; float:none; width:100%; }

	/* 개인정보취급방침 */
	#privacy .title span.space { display:inline; }

	/* 후원신청 */
	.sponsor_input ul { padding:10px 5px 0 5px; }
	.sponsor_input ul li { padding:15px 0 20px 0; border-bottom:none; }
	.sponsor_input ul li:nth-child(4) .form_input_box { float:left; width:125px; height:45px; }
	.sponsor_input ul li:nth-child(5) .form_input_box { float:left; width:39.4%; }
	.sponsor_input .title { float:none; height:inherit; margin:0 0 3px; padding:0; text-align:left; line-height:140%; }
	.sponsor_input .title span { display:inline; position:relative; top:0; right:0; }
	.sponsor_input .form_input_box { float:none; width:100%; height:50px; margin:0; border:2px solid transparent; border-bottom:2px solid #ddd; outline:none; transition:0.3s; }
	.sponsor_input #postcode { float:left; width:calc(100% - 100px); }
	.sponsor_input .click_button { height:50px; margin-right:0; }
	.sponsor_input .input_guide { margin:0; }
	.sponsor_input .text_guide { width:3%; }
	.sponsor_input .second_item { margin:0 1%; }

	/* 자원봉사신청 */
	.board_application ul li:nth-child(5) .input_box { float:left !important; width:97% !important; }
	.board_application ul li:nth-child(5) .form_check_title { margin:0 0 0 0.7% !important; }
}
@media (max-width:768px)
{
	.popup_box { width:400px !important; top:100px !important; left:calc(50% - 200px) !important; margin:0 !important; padding:0 !important; }
	.popup_box img { max-width:100%; height:auto; }
	#board_list .subject { font-size:95%; }
	#board_list .subject a { max-width:370px; }
	#board_gallery_list { grid-template-columns:1fr 1fr 1fr; }
	#board_faq_list li > h4 { padding:15px 55px 15px 50px; font-size:100%; }
	#board_blog_list .blog_image { float:none; width:300px; height:225px; margin:0 auto 20px; }
	#board_blog_list .blog_content { float:none; width:100%; height:inherit; text-align:center; }
	#board_blog_list .blog_content .date { position:relative; text-align:right; }
	#reply_box .reply_list .list_name .icon_notice { padding:0 5px; font-size:90%; }
	#reply_box .reply_list .list_name span { margin-right:0; }
	#reply_box .reply_list .list_name img { margin-right:1px; }
	#reply_box .reply_list .list_button a { padding:0 3px; font-size:90%; }
	#reply_body .reply_input li .title { width:60px; }
	#reply_body .reply_input li .form_check_title { float:left; margin-right:10px; }
	#reply_body .reply_input li .cancel_button { padding:0 3px; font-size:90%; }
	#reply_body .reply_modify { padding:5px; border:1px solid #ff8000; }
	#reply_box .reply_reply .arrow { width:40px; margin-right:5px; font-size:90%; }
	#reply_box .reply_reply .reply_input { width:calc(100% - 45px); border:1px solid #ff8000; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents .main_menu .menu_list > li:last-child > a { padding:4% 0 10.5% 5%; font-size:3.5vw; }
	#top_contents .main_menu .menu_list > li > button { font-size:3.5vw; }
	#top_contents .main_menu .menu_list ul li a { padding:3% 0 3% 7%; font-size:3vw; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_01 .vision .title { bottom:-75px; }
	#main_visual .visual_01 .vision .icon { left:170px; }
	#main_visual .visual_01.swiper-slide-active .vision .title { left:50px; }
	#main_visual .visual_01.swiper-slide-active .vision .icon { bottom:75px; }

	#main_visual .visual_02 .vision .title { bottom:-75px; }
	#main_visual .visual_02 .vision .icon { left:170px; }
	#main_visual .visual_02.swiper-slide-active .vision .title { left:50px; }
	#main_visual .visual_02.swiper-slide-active .vision .icon { bottom:75px; }

	#main_visual .visual_pagination { bottom:77%; }

	#main_item .goto { width:100%; height:230px; padding:0 40px; box-sizing:border-box; }
	#main_item .goto li { width:49%; height:70px; margin:0 2% 10px 0; padding-left:22%; text-align:left; border-radius:15px; box-sizing:border-box; }
	#main_item .goto li:hover { transform:translateY(0); }
	#main_item .goto li:nth-child(2n) { margin:0 0 10px 0; }
	#main_item .goto li:first-child { background-position:left 40px center; background-size:35px; }
	#main_item .goto li:nth-child(2) { background-position:left 40px center; background-size:35px; }
	#main_item .goto li:nth-child(3) { background-position:left 40px center; background-size:35px; }
	#main_item .goto li:nth-child(4) { background-position:left 40px center; background-size:40px; }
	#main_item .goto li:last-child { background-position:left 40px center; background-size:35px; }
	#main_item .goto li a { padding-top:22px; }
	#main_item .customer { width:100%; height:100%; margin:0 auto; padding:0 40px; box-sizing:border-box; }
	#main_item .customer .contents .inner_box { float:none; width:100%; height:300px; }
	#main_item .customer .contents .inner_box.main_gallery ul { height:84%; }
	#main_item .customer .contents .inner_box.main_gallery ul li { height:155px; }
	#main_item .customer .contents .inner_box.main_gallery { width:100%; height:300px; }
	#main_item .customer .contents .inner_box.main_gallery .background_box { padding-top:50%; }
	#main_item .customer .contents .inner_box.main_people { width:100%; height:300px; }
	#main_item .customer .contents .inner_box.main_people ul { height:84%; }
	#main_item .customer .contents .inner_box.main_people ul li { height:155px; }
	#main_item .main_agency .banner .title { display:none; }
	#main_item .main_agency .banner .banner_slide { width:calc(100% - 160px); }

	/* 서브화면 콘텐츠 */
	#sub_nav { margin:0 auto 30px; }
	#sub_nav h2 { top:-180px; }
	#sub_position { margin-bottom:30px; }

	/* 페이지 공용 */
	.page_table_contents { overflow:scroll; padding:3px 5px 7px 2px; box-sizing:border-box; }
	.page_table_contents .page_table { width:920px; margin-bottom:0; }
	.page_table_contents .page_table.corporation { width:600px; }
	.page_table.corporation { margin:40px auto 0; }
	.page_mobile_enter { display:block; }
	.page_image_pc { display:none; }
	.page_image_mobile { display:block; position:relative; text-align:center; }
	.page_image_mobile.organization { margin:0 auto 100px; }
	.page_image_mobile::after { content:""; display:block; position:absolute; bottom:0; right:10px; width:56px; height:56px; background:url("../wp_default_image/page_image_mobile.png") no-repeat 0 0 / 70%; }
	.page_image_mobile img { display:block; max-width:100%; margin:0 auto; }
	.page_tab_menu { margin:0 40px 50px 40px; padding-left:0; }
	.page_tab_menu li { width:1%; }
	.page_tab_menu li.on a { margin:0 5px 0 0; }
	.page_title_h4 { margin:13% 0 25px 0; padding:0 40px; font-size:1.375rem; }
	.page_title_h4.establish { margin:0 0 40px 0; }
	.page_title_h4.introduction { margin:0 0 35px 0; background-position:left calc(50% - 390px) center, right calc(50% - 390px) center; word-break:keep-all; }
	.page_title_h4.life { margin:50px 0 35px 0; }
	.page_title_h4.bus { padding:15px 40px 15px 120px; background-position:left 40px center; }
	.page_title_h4.car { padding:15px 40px 15px 120px; background-position:left 40px center; }

	/* 메인메뉴1 (법인) */
	.page01_01_establish .introduction { margin:0 40px; word-break:keep-all; }
	.page01_01_establish .introduction span.space { display:inline; }
	.page01_01_backsun { margin-top:60px; }
	.page01_01_backsun .subject span { width:185px; height:90px; padding-top:23px; font-size:1rem; line-height:24px; }
	.page01_01_backsun .subject span strong { font-size:1.125rem; }
	.page01_03_organization-pc { display:none; }

	/* 메인메뉴2 (기관소개) */
	.page02_01_greeting .overview_image { height:200px; }
	.page02_01_greeting .overview_image .subject { width:240px; height:115px; padding-top:25px; }
	.page02_01_greeting .overview_image .subject .company { font-size:0.937rem; }
	.page02_01_greeting .overview_image .subject .detail { font-size:1.375rem; }
	.page02_02_introduction img { width:200px; }
	.page02_02_introduction .overview { width:100%; margin:40px auto 80px; padding:0 40px; box-sizing:border-box; }
	.page02_02_introduction .overview .title span.space { display:inline; }
	.page02_02_contents { grid-template-columns:1fr 1fr 1fr; grid-gap:30px; padding:0 40px; box-sizing:border-box; }
	.page02_05_organization-pc { display:none; }
	.page02_06_explanation { padding:0 40px; }
	.page02_06_procedure { width:75%; }
	.page02_06_procedure::after { left:160px; }
	.page02_06_procedure li .number { width:100px; height:100px; }
	.page02_06_procedure li .number::after { left:158px; }
	.page02_06_procedure li:first-child .number { background-position:top 55px center; background-size:30px; }
	.page02_06_procedure li:nth-child(2) .number { background-position:top 55px center; background-size:30px; }
	.page02_06_procedure li:nth-child(3) .number { background-position:top 50px center; background-size:20px; }
	.page02_06_procedure li:nth-child(4) .number { background-position:top 55px center; background-size:20px; }
	.page02_06_procedure li:nth-child(5) .number { background-position:top 50px center; background-size:20px; }
	.page02_06_procedure li:nth-child(6) .number { background-position:top 55px center; background-size:30px; }
	.page02_06_procedure li:last-child .number { background-position:top 50px center; background-size:30px; }
	.page02_06_procedure li strong { left:220px; }
	.page02_06_paper { margin-left:0; padding:0 40px; }
	.page02_06_paper li { width:43%; }
	.page02_06_paper li:nth-child(4n) { width:56%; }
	.page02_06_paper li:nth-child(2) { width:56%; }
	.page02_06_paper li:nth-child(5) { width:43%; }
	.page02_06_paper li:nth-child(8) { width:56%; }
	.page02_07_map .map_box { width:90%; margin:0 auto 40px; }

	/* 메인메뉴3 (사업소개) */
	.page03_02_guide { padding:0 40px; box-sizing:border-box; }
	.page03_02_guide li { width:100%; margin-right:0; padding:45% 0 12% 2%; }
	.page03_02_guide li:last-child { padding:45% 0 0 2%; }

	/* 메인메뉴4 (나눔의손길) */
	.page04_01_support { margin-bottom:10px; padding:0 40px; box-sizing:border-box; }
	.page04_01_support li { float:none; width:100%; margin-bottom:30px; }
	.page04_01_support li::after { top:125px; right:calc(50% - 118px); width:240px; height:1px; }
	.page04_01_account { padding:0 40px; box-sizing:border-box; }
	.page04_01_account li { float:none; width:100%; }
	.page04_01_account li:last-child { width:100%; padding:15px 0 20px 30px; text-align:left; }
	.page04_01_account li:last-child::before { top:-3px; left:17px; width:250px; height:1px; }
	.page04_01_account li .contents li { width:100%; }
	.page04_01_account li .contents li:last-child { width:100%; }
	.page04_etc { margin:0 40px 50px 40px; box-sizing:border-box; }
	.page04_etc li .comment .space { display:inline; }
	.page04_inquiry { margin:0 40px; }
	.page04_inquiry li { padding-left:0; }
	.page04_inquiry li:first-child { background-position:left calc(50% - 130px) top 20px; background-size:40px; text-align:center; }
	.page04_02_volunteer { margin-bottom:30px; padding:0 40px; box-sizing:border-box; }
	.page04_02_volunteer li { word-break:keep-all; }
	.page04_02_volunteer li strong { display:block; float:none; margin:0 0 10px 0; }
	.page04_02_procedure { margin:0 auto; padding:0 40px; box-sizing:border-box; }
	.page04_02_procedure li { float:none; margin:0 auto 60px; }
	.page04_02_procedure li::after { top:156px; right:71px; transform:rotate(90deg); }
	.page04_02_procedure li:nth-child(2) { width:390px; }
	.page04_02_procedure li:nth-child(2)::after { right:201px; }
	.page04_02_procedure li:last-child { margin:0 auto 60px; }
	.page04_02_procedure li .contents { width:77%; }
	.page04_02_procedure li .contents li { float:left; margin:0; }
	.page04_02_procedure li .contents li::after { right:0; transform:rotate(0); }

	/* 연혁관리 */
	.history_list { margin:0 40px; }
	.history_list .decade .year { margin:0 0 20px; }
	.history_list .decade .year::before { display:none; }
	.history_list .decade .year dt { float:none; margin:0 auto 10px; padding:0 0 10px; border-bottom:2px solid #222; }
	.history_list .decade .year dd { float:none; width:100%; }

	/* 안전관리의견수렴 */
	.consult_guide { height:auto; margin:0 40px 40px 40px; background-image:none; }
	.consult_guide p { margin-left:0; padding:3.8% 55px 3.8% 55px; font-size:0.937rem; text-align:center; word-break:keep-all; }
	.consult_guide p span.space { display:inline; }
	#board_input { margin:0 40px 40px 40px; }
	#privacy_agree .agree_list li { width:392px; }

	/* 후원신청 */
	.sponsor_input { margin:0 40px; }
	.sponsor_input ul li:nth-child(5) .form_input_box { width:calc(100% - 20px); }
	.sponsor_input ul li:nth-child(5) .form_input_box.submit { width:calc(100% - 138px); }
	.sponsor_input .second_item { height:50px; margin:0 10px; line-height:50px; }
	#privacy_agree .agree_list li { width:410px; }
	#privacy_agree .agree_list li label { padding:0 0 0 25px; font-size:100%; }
	#privacy_agree .agree_list li label .agree_guide { display:none; }

	/* 자원봉사신청 */
	.board_application ul li:nth-child(5) .input_box { float:left !important; width:95% !important; }

	/* 함께하는사람들 */
	#board_gallery_list { margin:0 40px; }

	/* 사진 */
	#board_bottom .right_button { padding:0 40px; box-sizing:border-box; }

	/* 동영상 갤러리 */
	.video_list { grid-template-columns:1fr 1fr 1fr; }

	/* 공지사항 */
	#board_list { width:89%; margin:0 auto 50px; }
	#board_view_comment { margin:0 40px; }

	/* 일정관리 */
	#board_list.plan_mobile_list td { font-size:95%; }
	#board_list.plan_mobile_list .subject a { max-width:330px; }

	/* 소식지 */
	#board_view_title { margin:0 40px; }
	#board_view_comment .image_view_box img { max-width:75%; }
	.board_view { width:250px; }
	#board_prev_next { margin:0 40px 50px 40px; }
	#board_bottom .left_button { padding:0 40px; box-sizing:border-box; }

	/* 정보수정 */
	#member_guide { margin:0 40px 50px 40px; }
	#member_input { width:100%; padding:0 40px; box-sizing:border-box; }

	/* 개인정보취급방침 */
	#privacy { padding:0 40px; box-sizing:border-box; }
}
@media (max-width:480px)
{
	.popup_box { width:300px !important; left:calc(50% - 150px) !important; }
	#form_button button { height:50px; width:120px; font-size:130%; line-height:50px; }
	#board_list .subject .icon_division { padding:0 5px; }
	#board_list .subject a { max-width:280px; }
	#board_auth { width:100%; padding:20px; }
	#board_gallery_list { grid-template-columns:1fr 1fr; }
	#member_guide { padding:15px 15px 15px 30px; font-size:95%; }
	#member_input .change_pw .guide { display:block; }
	#member_login { width:100%; padding:0 20px; border:none; }
	#member_login .account_button li { font-size:95%; margin:0 8px; }
	#member_login .account_button li::after { right:-10px; }
	#member_input .search_title { padding-left:20px; font-size:170%; }
	#member_input .search_guide { font-size:90%; }
	#member_input .search_field .title { float:none; text-align:left; }
	#member_input .search_field .input_box { float:none; width:100%; }
	#member_input .search_field .input_box#id { width:100%; }
	#member_search .search_title { padding-left:20px; font-size:170%; }
	#member_search .search_field { padding:0 5px; }
	#member_search .search_field li { padding:15px 0; }
	#member_search .search_field .title { width:110px; padding:0 10px 0 0; font-size:95%; }
	#member_search .search_field .form_input_box { float:left; width:calc(100% - 120px); }
	#privacy_agree .agree_list li { width:100%; }
	#privacy_agree .agree_list li label { font-size:95%; letter-spacing:-1px; }
	#paging_move_round .number { width:25px; height:25px; margin:0 2px; font-size:90%; line-height:23px; }
	#paging_move_round .number strong { height:25px; line-height:25px; }
	#paging_move_round .none { width:15px; height:25px; margin:0 5px; }
	#paging_move_round .none.prev { background-position:center 3px; }
	#paging_move_round .none.next { background-position:center -26px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents { height:65px; padding:13px 0 0; }
	#top_contents .top_logo { padding-right:20px; box-sizing:border-box; }
	#top_contents .top_logo a { height:40px; }
	#top_contents .mobile_menu_top { height:60px; }
	#top_contents .mobile_menu_top .home { font-size:110%; line-height:60px; }
	#top_contents .top_menu { height:60px; padding:0 10px; }
	#top_contents .top_menu li { padding-top:10px; }
	#top_contents .top_menu li a { height:40px; font-size:95%; line-height:40px; }
	#top_contents .main_menu .menu_list > li:last-child > a { height:auto; padding:5% 0 5% 5%; font-size:95%; }
	#top_contents .main_menu .menu_list > li > button { font-size:95%; }
	#top_contents .main_menu .menu_list ul li a { padding:3% 0 3% 7%; font-size:90%; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { padding:15px 5px; font-size:75%; }
	#bottom_contents .detail .information { margin-bottom:15px; }
	#bottom_contents .logo { width:250px; }
	#bottom_contents .bottom_address .space { margin:2px 0; }
	#bottom_contents .bottom_support { font-size:0.875rem; }
	#bottom_contents .bottom_support span.account strong { display:block; font-size:1.375rem; }
	#bottom_contents .bottom_support .paul { width:280px; background-position:30px; }

	/* 메인화면 콘텐츠 */
	#main_visual .image_slide { height:auto; }
	#main_visual .swiper-slide { height:275px; }
	#main_visual .visual_01 .vision .title { font-size:1.6rem; line-height:35px; }
	#main_visual .visual_01.swiper-slide-active .vision .title { left:32px; }
	#main_visual .visual_01 .vision .icon { left:105px; background-size:90px; }
	#main_visual .visual_01.swiper-slide-active .vision .icon { bottom:28px; }

	#main_visual .visual_02 .vision .title { font-size:1.6rem; line-height:35px; }
	#main_visual .visual_02.swiper-slide-active .vision .title { left:32px; }
	#main_visual .visual_02 .vision .icon { left:105px; background-size:90px; }
	#main_visual .visual_02.swiper-slide-active .vision .icon { bottom:28px; }

	#main_visual .visual_pagination { left:13px; bottom:85%; }

	#main_item .goto { margin:30px auto; padding:0 20px; }
	#main_item .goto li { padding-left:22%; word-break:keep-all; }
	#main_item .goto li:first-child { background-position:left 15% center; }
	#main_item .goto li:nth-child(2) { background-position:left 15% center; }
	#main_item .goto li:nth-child(3) { background-position:left 15% center; }
	#main_item .goto li:nth-child(4) { background-position:left 15% center; }
	#main_item .goto li:last-child { background-position:left 15% center; }
	#main_item .goto li span.space { display:block; }
	#main_item .customer { padding:0 20px; }
	#main_item .customer .contents .inner_box { height:270px; }
	#main_item .customer .contents .inner_box h3 { font-size:1.375rem; }
	#main_item .customer .contents .inner_box.main_gallery .background_box { padding-top:68%; }
	#main_item .main_agency .banner .banner_slide { width:calc(100% - 170px); }
	#main_item .main_agency .banner .banner_btn.banner_prev { margin-left:20px; }

	/* 서브화면 콘텐츠 */
	#sub_visual { height:200px; }
	#sub_visual.sub_visual_01 { background:url("../wp_images/sub_visual_01-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_02 { background:url("../wp_images/sub_visual_02-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_03 { background:url("../wp_images/sub_visual_03-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_04 { background:url("../wp_images/sub_visual_04-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_05 { background:url("../wp_images/sub_visual_05-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_06 { background:url("../wp_images/sub_visual_06-480.jpg") no-repeat center center !important; }
	#sub_visual.sub_visual_07 { background:url("../wp_images/sub_visual_07-480.jpg") no-repeat center center !important; }
	#sub_nav { margin:0 auto 10px; }
	#sub_nav h2 { top:-140px; font-size:2rem; }
	#sub_position { margin-bottom:20px; }
	#sub_position_title { font-size:1.75rem; }

	/* 페이지 공용 */
	.page_table tbody tr td:last-child { font-size:1rem; }
	.page_table tbody tr td span.space { display:inline; padding-left:0; }
	.page_table thead { border:2px solid #c7e961; border-radius:15px; }
	.page_image_mobile.organization { margin:0 auto 80px; }
	.page_tab_menu { margin:0 20px 50px 20px; }
	.page_title_h4 { padding:0 20px; }
	.page_title_h4.introduction { background:none; }
	.page_title_h4.introduction span.space { display:block; }
	.page_title_h4.life { margin:30px 0 35px 0; }
	.page_title_h4.basic { margin:0 0 15px 0; }
	.page_title_h4.situation { margin:60px 0 15px 0; }
	.page_title_h4.backsun { margin:0 0 25px 0; }
	.page_title_h4.bus { padding:15px 20px 15px 100px; background-position:left 20px center; }
	.page_title_h4.bus .road { word-break:keep-all; }
	.page_title_h4.car { padding:15px 20px 15px 100px; background-position:left 20px center; }
	.page_title_h4.paul { margin:18% 0 25px 0; }

	/* 메인메뉴1 (법인) */
	.page01_01_establish .title { padding:40px 6.5% 0; }
	.page01_01_establish .title::after { top:95px; }
	.page01_01_establish .introduction { margin:0 20px; padding-top:26px; }
	.page01_01_backsun { margin-top:40px; }
	.page01_03_organization-pc { display:none; }
	.page01_03_organization-mobile { display:block; }

	/* 메인메뉴2 (기관소개) */
	.page02_01_greeting .overview_image { height:140px; margin-bottom:40px; }
	.page02_01_greeting .overview_image .subject { width:180px; height:90px; padding-top:15px; }
	.page02_01_greeting .overview_image .subject .company { font-size:0.75rem; }
	.page02_01_greeting .overview_image .subject .detail { font-size:1.125rem; }
	.page02_01_greeting .overview { word-break:keep-all; }
	.page02_01_greeting .overview span.space { display:inline; }
	.page02_02_introduction .overview { margin:40px auto 50px; padding:0 20px; }
	.page02_02_introduction .overview span.space.ment { display:inline; }
	.page02_02_contents { grid-template-columns:1fr 1fr; grid-gap:20px; margin-bottom:50px; padding:0 20px; }
	.page02_02_contents.program { margin-bottom:0; }
	.page02_06_explanation { padding:0 20px; }
	.page02_06_explanation li { margin-right:0; }
	.page02_06_procedure { width:100%; padding:0 20px; box-sizing:border-box; }
	.page02_06_procedure::after { display:none; }
	.page02_06_procedure { width:85%; }
	.page02_06_procedure li { float:left; width:50%; margin-bottom:30px; }
	.page02_06_procedure li:first-child { margin-bottom:27px; }
	.page02_06_procedure li:nth-child(2) { margin-bottom:55px; }
	.page02_06_procedure li .number { margin:0 auto; }
	.page02_06_procedure li .number::after { display:none; }
	.page02_06_procedure li strong { position:static; display:block; margin-top:10px; text-align:center; }
	.page02_06_procedure li strong span.space { display:block; }
	.page02_06_paper { padding:0 20px; }
	.page02_06_paper li { float:none; width:100%; }
	.page02_06_paper li:nth-child(4n) { width:100%; }
	.page02_06_paper li:nth-child(2) { width:100%; }
	.page02_06_paper li:nth-child(5) { width:100%; }
	.page02_06_paper li:nth-child(8) { width:100%; }
	.page02_07_map .map_box { margin:0 auto 30px; }
	.page02_07_map .info .logo { width:230px; }
	.page02_07_map .info .address { word-break:keep-all; }
	.page02_07_map .info .map_link { width:80%; }

	/* 메인메뉴3 (사업소개) */
	.page03_01_model { height:335px; padding-top:81px; background-size:325px; }
	.page03_01_model li { width:230px; height:45px; margin:0 auto 10px; padding-top:8px; font-size:1rem; }
	.page03_02_guide { padding:0 20px; }
	.page03_02_guide li { width:100%; padding:46% 0 13% 2%; }
	.page03_02_guide li:last-child { padding:46% 0 0 2%; }
	.page03_02_guide li .title { margin:0 0 5% 7px; font-size:1.25rem; }

	/* 메인메뉴4 (나눔의손길) */
	.page04_01_support { padding:0 20px; }
	.page04_01_account { padding:0 20px; }
	.page04_etc { margin:0 20px 50px 20px; }
	.page04_etc li .support { width:100%; }
	.page04_inquiry { margin:0 20px; }
	.page04_02_volunteer { padding:0 20px; }
	.page04_02_procedure { padding:0 20px; }
	.page04_02_procedure li:nth-child(2) { width:330px; }
	.page04_02_procedure li:nth-child(2)::after { right:166px; }
	.page04_02_procedure li .contents { width:91%; }

	/* 연혁관리 */
	.history_list { margin:0 20px; }

	/* 안전관리의견수렴 */
	.consult_guide { margin:0 20px 40px 20px; }
	.consult_guide p { padding:3.8% 12% 3.8% 12%; }
	#board_input { margin:0 20px 40px 20px; }
	#privacy_agree .agree_list { margin:0 20px 50px 20px; }

	/* 후원신청 */
	.sponsor_input { margin:0 20px; }
	.sponsor_input ul { margin:0 0 60px; }
	.sponsor_input ul li:nth-child(5) .form_input_box.submit { width:calc(100% - 138px); }

	/* 자원봉사신청 */
	.board_application ul li:nth-child(5) .input_box { float:left !important; width:94% !important; }

	/* 함께하는사람들 */
	#board_gallery_list { margin:0 20px; }

	/* 사진 */
	#board_bottom .right_button { padding:0 20px; }

	/* 동영상 갤러리 */
	.video_list { grid-template-columns:1fr 1fr; }

	/* 공지사항 */
	#board_view_comment { margin:0 20px; }

	/* 일정관리 */
	#board_list.plan_mobile_list .subject a { max-width:220px; }

	/* 소식지 */
	#board_view_title { margin:0 20px; }
	#board_view_comment .image_view_box img { max-width:65%; }
	.board_view { width:170px; height:50px; margin:40px auto 50px; padding-top:12px; font-size:0.937rem; }
	#board_prev_next { margin:0 20px 50px 20px; }
	#board_bottom .left_button { padding:0 20px; }

	/* 정보수정 */
	#member_guide { margin:0 20px 50px 20px; }
	#member_input { width:100%; padding:0 20px; }

	/* 개인정보취급방침 */
	#privacy { padding:0 20px; }

}
@media (max-width:375px)
{
	/*****************************************************************************************************************/

	/* 페이지 공용 */
	.page_title_h4 { padding:0 10px; }
	.page_title_h4.bus { padding:15px 0 15px 80px; background-position:left 1px center; }
	.page_title_h4.car { padding:15px 0 15px 80px; background-position:left 10px center; }

	/* 메인화면 콘텐츠 */
	#main_item .goto { padding:0 10px; }
	#main_item .goto li { padding-left:20%; }
	#main_item .customer { padding:0 10px; }
	#main_item .customer .contents .inner_box.main_gallery .background_box { padding-top:85%; }
	#main_item .main_agency .banner .banner_slide { width:calc(100% - 160px); }

	/* 메인메뉴1 (법인) */
	.page01_01_establish .introduction { margin:0 10px; }
	.page01_01_backsun { margin-top:35px; }
	.page01_01_backsun .subject { width:195px; height:185px; }

	/* 메인메뉴2 (기관소개) */
	.page02_02_introduction .overview { padding:0 10px; }
	.page02_02_contents { padding:0 10px; }
	.page02_06_procedure { width:100%; }
	.page02_06_procedure li { float:left; width:50%; margin-bottom:30px; }
	.page02_07_map .map_box { width:95%; }

	/* 메인메뉴3 (사업소개) */
	.page03_02_guide { padding:0 10px; }

	/* 메인메뉴4 (나눔의손길) */
	.page04_01_support { padding:0 10px; }
	.page04_01_account { padding:0 10px; }
	.page04_etc { margin:0 10px 50px 10px; }
	.page04_inquiry { height:68px; margin:0 10px; }
	.page04_inquiry li:first-child { padding-top:18px; background:none; font-size:1.125rem; }
	.page04_02_volunteer { padding:0 10px; }
	.page04_02_procedure { padding:0 10px; }
	.page04_02_procedure li { width:130px; height:130px; margin:0 auto 45px; padding-top:49px; font-size:0.937rem; }
	.page04_02_procedure li::after { top:140px; right:66px; }
	.page04_02_procedure li:nth-child(2) { width:130px; height:293px; padding-top:37px; }
	.page04_02_procedure li:nth-child(2)::after { top:300px; right:67px; }
	.page04_02_procedure li:nth-child(2) strong { font-size:1.125rem; }
	.page04_02_procedure li .contents { width:100%; margin:18px auto 0; }
	.page04_02_procedure li .contents li { float:none; width:80%; margin:0 auto 20px; font-size:0.937rem; }
	.page04_02_procedure li .contents li::after { top:55px; right:17px; width:68%; height:1px; }
	.page04_02_procedure li .contents li:nth-child(2)::after { top:55px; right:14px; width:72%; }
	.page04_02_procedure li .contents li:last-child { margin:0 auto; }

	/* 연혁관리 */
	.history_list { margin:0 10px; }

	/* 안전관리의견수렴 */
	.consult_guide { margin:0 10px 30px 10px; }
	#board_input { margin:0 10px 40px 10px; }
	#privacy_agree .agree_list { margin:0 10px 50px 10px; }

	/* 후원신청 */
	.sponsor_input { margin:0 10px; }
	#privacy_agree .agree_list li label { font-size:90%; }

	/* 자원봉사신청 */
	.board_application ul li:nth-child(5) .input_box { float:left !important; width:92.5% !important; }

	/* 함께하는사람들 */
	#board_gallery_list { margin:0 10px; }

	/* 사진 */
	#board_bottom .right_button { padding:0 10px; }

	/* 공지사항 */
	#board_view_comment { margin:0 10px; }

	/* 소식지 */
	#board_view_title { margin:0 10px; }
	.board_view { width:140px; height:45px; margin:30px auto; padding-top:11px; font-size:0.875rem; }
	#board_prev_next { margin:0 10px 50px 10px; }
	#board_bottom .left_button { padding:0 10px; }

	/* 정보수정 */
	#member_guide { margin:0 10px 50px 10px; }
	#member_input { width:100%; padding:0 10px; }

	/* 개인정보취급방침 */
	#privacy { padding:0 10px; }
}