@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"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:700; font-display:swap; src:url("../wp_default_image/notosanskr_700.woff") format("woff"),url("../wp_default_image/notosanskr_700.woff2") format("woff2"); }
@font-face { font-family:"SchoolSafetyRoundedSmile"; font-style:normal; font-weight:normal; font-display:swap; src:url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-R.woff2") format("woff2"); }
@font-face { font-family:"SchoolSafetyRoundedSmile"; font-style:normal; font-weight:700; font-display:swap; src:url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-B.woff2") format("woff2"); }
@font-face { font-family:"Suite"; font-style:normal; font-weight:800; font-display:swap; src:url("../wp_default_image/suite_800.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:#4dad01;
	--form-button-color:#4dad01;
	--mobile-point-color:#4dad01;
}
.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; 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; }
#popup_dim { display:block; overflow-y:scroll; position:fixed; top:0; left:0; width:100%; height:100%; z-index:10000; background-color:#00000080; }
#popup_dim .popup_container { position:fixed; top:170px; left:50%; transform:translatex(-50%); }
#popup_dim .popup_container.popup_plural { width:95%; max-width:1300px; }
#popup_dim .popup_slide { overflow:hidden; margin-bottom:20px; box-sizing:border-box; }
#popup_dim .popup_slide .swiper-wrapper { box-sizing:border-box; }
#popup_dim .popup_slide .swiper-slide { box-sizing:border-box; }
#popup_dim .popup_slide .swiper-slide:last-child { margin-right:0 !important; }
#popup_dim .popup_slide .swiper-slide img { max-width:100%; }
#popup_dim .popup_close { display:block; width:fit-content; margin:0 0 10px auto; padding-right:47px; background:url("../wp_default_image/popup_close.png") no-repeat top right; font-size:0.938rem; color:#fff; line-height:30px; box-sizing:border-box; }
#popup_dim .control_box { position:relative; }
#popup_dim .control { display:none; justify-content:center; align-items:center; column-gap:65px; }
#popup_dim .control.on { display:flex; }
#popup_dim .form_check_title { position:absolute; top:5px; left:0; transform:none; }
#popup_dim .form_check_title input[type="checkbox"] + label { font-size:0.938rem; color:#fff; }
#popup_dim .form_check_title input[type="checkbox"] + label:before { top:calc(50% - 9px); border:1px solid #fff; background:url("../wp_default_image/popup_check.png") no-repeat center center; border-radius:2px; }
#popup_dim .form_check_title input[type="checkbox"]:checked + label:before { background:#fff url("../wp_default_image/popup_check_on.png") no-repeat center center; }
#popup_dim .popup_btn { display:block; width:40px; height:40px; border:1px solid #fff; border-radius:50%; box-sizing:border-box; }
#popup_dim .popup_prev { background:#00000080 url("../wp_default_image/popup_prev.png") no-repeat center center; }
#popup_dim .popup_next { background:#00000080 url("../wp_default_image/popup_next.png") no-repeat center center; }
#popup_dim .popup_pagination { display:flex; flex-wrap:wrap; justify-content:center; align-items:baseline; column-gap:10px; width:fit-content; text-align:center; }
#popup_dim .popup_pagination.swiper-pagination { position:static; font-size:1.063rem; font-weight:500; color:#c7c7c7; }
#popup_dim .popup_pagination .swiper-pagination-current { font-size:1.313rem; color:#fff; }
#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:30px; 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:5px; }
#board_gallery_list .background_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; border-radius:3px; }
#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_agree ul.agree_text li span.full { float:none; width:100%; padding:16px 20px 0; text-align:center; box-sizing:border-box; }
#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.title { text-align:left; 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; }
#privacy .table_bookmark { margin-bottom:60px; padding:30px 20px; border:1px solid #ddd; list-style:auto; box-sizing:border-box; }
#privacy .table_bookmark p { margin-bottom:40px; font-size:1.25rem; font-weight:500; text-align:center; box-sizing:border-box; }
#privacy .table_bookmark ul { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; max-width:1000px; margin:0 auto; }
#privacy .table_bookmark ul li { font-size:1.063rem; box-sizing:border-box; }
#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; 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; border:1px solid #eee; background-color:#222; text-align:center; color:#fff; }
#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 .notice_box.notice ul li { background:none; }
#admin_main_section .notice_box.notice ul li .icon_notice { display:inline-block; width:auto; margin:-2px 5px 5px 0; padding:2px 5px; border:1px solid #222; font-size:1rem; }
#admin_main_section .notice_box.notice ul li .page_division_box { margin-top:-2px; }
#admin_main_section .notice_box.notice ul li .subject { width:calc(100% - 200px); }
#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 2px; border:1px solid #666; background-color:#666; font-size:90%; color:#fff; border-radius:8px; }
#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_list .file_down { width:98%; margin:3px; padding:5px; border:2px solid #c7c7c7; }
#admin_document .table_list .file_down legend { padding:0 5px; }
#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 { overflow:hidden; margin:0; padding:0; word-break:keep-all; }
#main_header { margin:0; padding:0; }
#main_section { display:flex; column-gap:2.2%; width:95%; max-width:1400px; margin:50px auto 70px; padding:0; }
#main_footer { clear:both; margin:0; padding:0; }

/* 서브화면 레이아웃 */
#sub_wrap { overflow:hidden; margin:0; padding:0; word-break:keep-all; }
#sub_header { margin:0; padding:0; }
#sub_container { display:flex; justify-content:space-between; align-items:flex-start; width:95%; max-width:1400px; margin:50px auto 100px; padding:0; }
#sub_footer { clear:both; margin:0; padding:0; }

/* 상단영역 콘텐츠 */
#top_contents { width:100%; background-color:#fff; box-shadow:0 0 5px 0 #00000033; }
#top_contents .top_division { display:flex; justify-content:space-between; align-items:center; max-width:1350px; height:100%; }
#top_contents .top_logo { width:calc(100% - 856px); }
#top_contents .top_logo a { display:block; }
#top_contents .top_logo a img { max-width:100%; }
#top_contents .mobile_menu_open { display:none; }
#top_contents .top_nav { width:850px; }
#top_contents .mobile_menu_top { display:none; }
#top_contents .top_menu { display:none; }
#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; display:flex; justify-content:center; align-items:center; position:relative; width:17.5%; height:90px; }
#top_contents .main_menu .menu_list > li:nth-child(4) { width:21.5%; }
#top_contents .main_menu .menu_list > li:nth-child(5) { width:26%; }
#top_contents .main_menu .menu_list > li > a { display:block; width:100%; padding:6px 0; font-size:1.313rem; font-weight:600; text-align:center; border-radius:50px; box-sizing:border-box; transition:all 0.3s; }
#top_contents .main_menu .menu_list > li:hover > a { background-color:#169431; color:#fff; transition:all 0.3s; }
#top_contents .main_menu .menu_list > li > button { display:none; }
#top_contents .main_menu .menu_list ul { display:none; position:absolute; top:calc(100% - 12px); left:0; width:max-content; padding:22px 0; background-color:#fff; border:1px solid #e5e5e5; border-radius:20px; box-sizing:border-box; }
#top_contents .main_menu .menu_list ul li { position:relative; }
#top_contents .main_menu .menu_list ul li.long { letter-spacing:-0.6px; }
#top_contents .main_menu .menu_list ul li a { display:block; padding:7px 55px 7px 35px; line-height:1.6; box-sizing:border-box; }
#top_contents .main_menu .menu_list ul li:hover a { font-weight:600; color:#3e8d00; }
#top_contents .main_menu .copyright { display:none; }
#menu_cover { display:none; position:absolute; top:90px; left:0; z-index:1000; width:100%; height:390px; border-top:1px solid #dcdcdc; background-color:#fff; box-sizing:border-box; box-shadow:0 5px 5px 0 #0000001d; }
.quick_tel { display:none; }

/* 하단영역 콘텐츠 */
#bottom_contents { padding:25px 0 20px; border-top:1px solid #dcdcdc; background-color:#f5f5f5; box-sizing:border-box; }
#bottom_contents .page_margin { position:relative; }
#bottom_contents .logo { display:none; }
#bottom_contents .donate { position:absolute; top:50%; right:0; width:fit-content; box-sizing:border-box; transform:translatey(-50%); }
#bottom_contents .donate .text_box { position:relative; padding-left:65px; line-height:1.5; box-sizing:border-box; }
#bottom_contents .donate .text_box::before { content:""; position:absolute; top:50%; left:0; width:50px; height:50px; background:#fff url("../wp_images/b_donate_bg.png") no-repeat center center; background-size:cover; border-radius:50%; box-shadow:0 0 10px 0 #0000001a; transform:translatey(-50%); }
#bottom_contents .donate .text_box .title { font-weight:500; }
#bottom_contents .donate .text_box .number { font-size:1.375rem; font-weight:700; }
#bottom_contents .donate .text_box .number .mobile_show { display:none; }
#bottom_contents .bottom_menu { display:flex; align-items:center; column-gap:45px; margin-bottom:10px; }
#bottom_contents .bottom_menu li { position:relative; }
#bottom_contents .bottom_menu li::before { content:""; position:absolute; top:50%; right:-22px; width:1px; height:14px; background-color:#c6c6c6; transform:translatey(-50%); }
#bottom_contents .bottom_menu li:last-child::before { display:none; }
#bottom_contents .bottom_menu li a { display:block; font-size:1.063rem; font-weight:600; }
#bottom_contents .top_move { display:none; }
#bottom_contents .bottom_address { display:flex; flex-wrap:wrap; column-gap:20px; row-gap:10px; width:calc(100% - 340px); margin-bottom:10px; font-size:0.875rem; }
#bottom_contents .bottom_address .space { display:flex; column-gap:5px; align-items:center; position:relative; }
#bottom_contents .bottom_address .space.mobile_show { display:none; }
#bottom_contents .bottom_address .space .title { padding:0 10px; background-color:#222; color:#fff; border-radius:50px; box-sizing:border-box; }
#bottom_contents .copyright { font-size:0.813rem; color:#555; }

/* 메인화면 콘텐츠 */
#main_visual { display:flex; flex-direction:column; justify-content:space-between; width:62.1%; }
#main_visual .visual_slide { overflow:hidden; position:relative; margin-bottom:45px; border-radius:15px; }
#main_visual .visual_slide .swiper-slide { position:relative; height:0; padding-top:51.7%; box-sizing:border-box; }
#main_visual .visual_slide .swiper-slide .text_box { position:absolute; top:20%; left:9%; font-family:"SchoolSafetyRoundedSmile"; }
#main_visual .visual_slide .swiper-slide .text_box .small { margin-bottom:30px; font-size:1.438rem; }
#main_visual .visual_slide .swiper-slide .text_box .big { font-size:2.5rem; font-weight:700; color:#398100; line-height:1.4; }
#main_visual .visual_slide .page_control { bottom:20px; left:9%; }
#main_visual .notice .area { position:relative; }
#main_visual .notice .tab_menu { display:flex; width:fit-content; margin-bottom:10px; padding:6px; background-color:#f6f8fa; font-size:1.125rem; font-weight:600; border-radius:50px; box-sizing:border-box; }
#main_visual .notice .tab_menu li { position:relative; }
#main_visual .notice .tab_menu li::before { content:""; position:absolute; top:15px; right:0; width:1px; height:14px; background-color:#d8d8d8; }
#main_visual .notice .tab_menu li:last-child::before { display:none; }
#main_visual .notice .tab_menu li a { display:block; position:relative; z-index:100; padding:6px 25px; color:#888; box-sizing:border-box; }
#main_visual .notice .tab_menu li.on a { background-color:#4dad01; color:#fff; border-radius:50px; }
#main_visual .notice .tab_content > .tab_item { display:none; }
#main_visual .notice .tab_content > .tab_item:first-child { display:block; }
#main_visual .notice .tab_content { min-height:250px; padding:25px 45px; border:1px solid #e2e4e9; background-color:#fff; border-radius:20px; box-sizing:border-box; }
#main_visual .notice .tab_content > .tab_item { display:none; }
#main_visual .notice .tab_content > .tab_item:first-child { display:block; }
#main_visual .notice .tab_content > .tab_item ul li { display:flex; justify-content:space-between; align-items:center; overflow:hidden; padding:6px 4px; border-bottom:1px solid #e5e5e5; word-break:normal; transition:all 0.3s; }
#main_visual .notice .tab_content > .tab_item ul li:hover { padding-left:15px; transition:all 0.3s; }
#main_visual .notice .tab_content > .tab_item ul li:last-child { border-bottom:none; }
#main_visual .notice .tab_content > .tab_item ul li .board_subject { overflow:hidden; float:left; display:-webkit-box; position:relative; max-width:calc(100% - 120px); padding-left:13px; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; box-sizing:border-box; }
#main_visual .notice .tab_content > .tab_item ul li .board_subject::before { content:""; position:absolute; top:12px; left:3px; width:4px; height:4px; background-color:#b5b5b5; border-radius:50%; }
#main_visual .notice .tab_content > .tab_item ul li .board_subject .icon_notice { margin-right:2px; padding:0 8px 1px; border:1px solid #4dad01; background-color:#fff; font-size:0.875rem; font-weight:500; color:#4dad01; border-radius:20px; transform:translatey(-2px); }
#main_visual .notice .tab_content > .tab_item ul li .board_date { float:right; white-space:nowrap; }
#main_item { display:flex; flex-direction:column; justify-content:space-between; width:35.7%; }
#main_item .shortcut { display:grid; grid-template-columns:240px calc(100% - 260px); column-gap:20px; margin-bottom:30px; }
#main_item .shortcut .gallery ul { display:grid; grid-template-columns:1fr; column-gap:20px; }
#main_item .shortcut .gallery ul li { overflow:hidden; min-height:300px; background-color:#fff; border:1px solid #dcdcdc; border-radius:15px; box-shadow:0 3px 5px 0 #0000000d; box-sizing:border-box; transition:all 0.3s; }
#main_item .shortcut .gallery ul li:hover { transform:translatey(-10px); transition:all 0.3s; }
#main_item .shortcut .gallery ul li:nth-child(2) { display:none; }
#main_item .shortcut .gallery ul li:nth-child(3) { display:none; }
#main_item .shortcut .gallery ul li:nth-child(4) { display:none; }
#main_item .shortcut .gallery ul li a { display:block; }
#main_item .shortcut .gallery ul li a .background_box { height:230px; background-position:top center !important; backface-visibility:hidden; image-rendering:-moz-crisp-edges; image-rendering:-o-crisp-edges; image-rendering:-webkit-optimize-contrast; image-rendering:crisp-edges; transform:translatex(0); }
#main_item .shortcut .gallery ul li a .subject_box { align-content:center; min-height:70px; padding:10px; font-size:1.063rem; font-weight:500; text-align:center; line-height:1.5; border-radius:0 0 15px 15px; box-sizing:border-box; }
#main_item .shortcut .gallery ul li a .subject_box .gallery_subject { overflow:hidden; display:-webkit-box; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; box-sizing:border-box; }
#main_item .shortcut .promotion { display:flex; flex-direction:column; row-gap:7.35%; }
#main_item .shortcut .promotion .recruit { height:60%; border:1px solid #ffe5e3; background-color:#fcf1f0; border-radius:15px; box-sizing:border-box; transition:all 0.3s; }
#main_item .shortcut .promotion .recruit:hover { transform:translatey(-10px); transition:all 0.3s; }
#main_item .shortcut .promotion .recruit a { display:flex; justify-content:center; align-items:center; width:100%; height:100%; }
#main_item .shortcut .promotion .recruit .title { padding-bottom:95px; background:url("../wp_images/m_promotion_recruit.gif") no-repeat center bottom; font-size:1.063rem; font-weight:500; text-align:center; line-height:1.4; box-sizing:border-box; }
#main_item .shortcut .promotion .recruit .title strong { display:block; font-size:1.438rem; font-weight:700; color:#dd5e61; }
#main_item .shortcut .promotion .kakao { height:32.47%; background-color:#f5e31b; border-radius:15px; box-sizing:border-box; }
#main_item .shortcut .promotion .kakao a { display:block; padding:13px 6px 6px; }
#main_item .shortcut .promotion .kakao .title { width:fit-content; margin:0 auto 10px; padding:1px 0 1px 36px; background:url("../wp_images/m_promotion_kakao.gif") no-repeat center left; font-size:1.063rem; font-weight:700; color:#000; box-sizing:border-box; }
#main_item .shortcut .promotion .kakao .more { position:relative; padding:7px 28px 7px 16px; background-color:#fff; font-size:0.938rem; font-weight:600; line-height:1.5; letter-spacing:-0.6px; border-radius:10px; box-sizing:border-box; transition:all 0.3s; }
#main_item .shortcut .promotion .kakao .more::before { content:""; position:absolute; top:50%; right:9px; width:21px; height:21px; background:#000 url("../wp_images/m_promotion_more.svg") no-repeat center center; background-size:11px; border-radius:50%; box-sizing:border-box; transform:translatey(calc(-50% + 0.5px)); transition:all 0.3s; }
#main_item .shortcut .promotion .kakao:hover .more { background-color:#000; color:#fff; transition:all 0.3s; }
#main_item .shortcut .promotion .kakao:hover .more::before { transform:translatey(-50%) rotate(180deg); transition:all 0.3s; }
#main_item .info { position:relative; margin-bottom:30px; }
#main_item .info ul { padding:32px 30px; border:1px solid #e2efe9; background-color:#edfaf4; border-radius:15px; box-sizing:border-box; }
#main_item .info ul li { display:flex; justify-content:space-between; align-items:center; overflow:hidden; padding:6px 4px; border-bottom:1px solid #e5e5e5; word-break:normal; transition:all 0.3s; }
#main_item .info ul li:hover { padding-left:15px; transition:all 0.3s; }
#main_item .info ul li:last-child { border-bottom:none; }
#main_item .info ul li .board_subject { overflow:hidden; float:left; display:-webkit-box; position:relative; max-width:calc(100% - 120px); padding-left:13px; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; box-sizing:border-box; }
#main_item .info ul li .board_subject::before { content:""; position:absolute; top:12px; left:3px; width:4px; height:4px; background-color:#b5b5b5; border-radius:50%; }
#main_item .info ul li .board_subject .icon_notice { position:relative; margin-right:2px; padding:0 8px 1px; border:1px solid #4dad01; background-color:#fff; font-size:0.875rem; font-weight:500; color:#4dad01; border-radius:20px; transform:translatey(-2px); }
#main_item .info ul li .board_date { float:right; white-space:nowrap; }
#main_item .popup_slide { overflow:hidden; position:relative; border-radius:15px; }
#main_item .popup_slide .swiper-slide a { display:block; }
#main_item .popup_slide .swiper-slide img { max-width:100%; }
#main_item .popup_slide .page_control { bottom:13px; left:50%; transform:translatex(-50%); }

/* 서브화면 콘텐츠 */
#sub_visual { display:none; }
#sub_nav { overflow:hidden; width:260px; border:1px solid #bfbfbf; border-radius:15px; box-sizing:border-box; }
#sub_nav h2 { padding:33px 10px; background:linear-gradient(20deg,#4dad01 0%, #7ab900 100%); font-size:1.688rem; font-weight:600; color:#fff; text-align:center; border-radius:15px; box-sizing:border-box; box-shadow:0 10px 10px 0 #0000000d; transform:translatey(-1px); }
#sub_nav ul { padding:20px 28px; box-sizing:border-box; }
#sub_nav li { position:relative; margin:0; padding:0; border-bottom:1px solid #e5e5e5; box-sizing:border-box; }
#sub_nav li::before { content:""; position:absolute; top:33px; right:15px; width:16px; height:4px; background-color:#dcdcdc; border-radius:50px; }
#sub_nav li.on { border-bottom:2px solid #4dad01; font-weight:600; color:#3f8900; }
#sub_nav li.on::before { background-color:#4dad01; }
#sub_nav li:last-child { border-bottom:none; }
#sub_nav li a { display:block; padding:20px 35px 20px 20px; font-size:1.125rem; box-sizing:border-box; }
#sub_aside { display:none; }
#sub_aside ul { display:none; }
#sub_aside li { display:none; }
#sub_section { width:calc(100% - 330px); margin:0; padding:0; }
#sub_position { margin:0; padding:0; }
#sub_position_title { font-size:1.875rem; font-weight:700; }
#sub_position_text { display:none; }
#sub_document { padding:40px 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_open_body { display:block; margin:0; padding:0; }
.page_open_cover { display:block; width:100vw; height:100vh; background:url("../wp_default_image/open_paint.jpg") no-repeat center center; background-size:cover; text-align:center; }
.page_sian_box { display:flex; justify-content:center; }
.page_scroll_table { margin-bottom:75px; border-radius:10px; }
.page_scroll_table.last { margin-bottom:0; }
.page_scroll_table .page_table { margin-bottom:0; }
.page_scroll_none { position:fixed; top:0; left:0; width:100%; height:100%; }
.page_table { position:relative; width:100%; margin-bottom:60px; border-collapse:collapse;  border-radius:10px; }
.page_table::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #c9c9c9; border-radius:10px; box-sizing:border-box; pointer-events:none; }
.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; border-bottom:1px solid #e5e5e5; background-color:#f7f7f7; font-size:1.125rem; font-weight:500; }
.page_table tbody tr th { border-bottom:1px solid #e5e5e5; }
.page_table tbody tr .bg_gray { background-color:#fbfbfb; }
.page_table tbody tr td { padding:8px 5px; border-bottom:1px solid #e5e5e5; border-left:1px solid #eee; font-size:1.063rem; text-align:center; word-break:keep-all; }
.page_table tbody tr td:first-child { border-left:none; }
.page_table tbody tr:last-child td { border-bottom:none; }
.page_table tbody tr td.border_left { border-left:1px solid #eee; }
.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_unit { margin-top:16px; }
.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 { 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 { 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 { 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 { 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_division_box { display:inline-block; margin:0 5px 5px 0; padding:2px 5px; border:1px solid #ccc; background-color:#fafafa; }
.page_tab_menu { margin-bottom:95px; }
.page_tab_menu .first { display:none; }
.page_tab_menu .area { display:flex; flex-wrap:wrap; justify-content:center; column-gap:12px; row-gap:12px; }
.page_tab_menu .area li a { display:block; padding:13px 40px; background:#f7f7f7; font-size:1.25rem; font-weight:500; color:#777; border-radius:50px; box-sizing:border-box; }
.page_tab_menu .area li.on a { background-color:#222; font-weight:600; color:#fff; }
.page_mobile_tel { display:none; }
.page_mobile_enter { width:0; height:0; font-size:0; }
.page_pc_enter { display:block; 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_copy_email { cursor:pointer; }
.page_margin { width:95%; max-width:1400px; margin:0 auto; }
.page_title_h3 { margin-bottom:16px; padding-left:7px; font-size:1.625rem; font-weight:700; box-sizing:border-box; }
.page_title_h4 { position:relative; margin-bottom:30px; font-size:1.75rem; font-weight:600; padding-left:35px; box-sizing:border-box; }
.page_title_h4::before { content:""; position:absolute; top:22px; left:0; width:5px; height:5px; background-color:#ffae00; border-radius:50%; }
.page_title_h4::after { content:""; position:absolute; top:22px; left:7px; width:14px; height:5px; background-color:#4dad01; border-radius:50px; }
.page_sub_title { margin:0 auto 80px; font-family:"Suite"; font-size:2.063rem; font-weight:800; }
.page_main_more { display:block; position:absolute; top:6px; right:0; width:32px; height:32px; background:#96c472 url("../wp_images/m_more.svg") no-repeat center center; text-indent:-9999px; border-radius:50%; box-sizing:border-box; transition:all 0.3s; }
.page_main_more:hover { background:#4dad01 url("../wp_images/m_more.svg") no-repeat center center; transition:all 0.3s; }
.page_control { display:flex; justify-content:center; align-items:center; column-gap:14px; position:absolute; z-index:1000; padding:5px 23px; background-color:#00000080; border-radius:50px; box-sizing:border-box; }
.page_control .btn { display:block; opacity:0.8; }
.page_control .pause { width:8px; height:13px; background:url("../wp_images/m_visual_pause.svg") no-repeat center center; }
.page_control .play { width:8px; height:13px; display:none; background:url("../wp_images/m_visual_play.svg") no-repeat center center; }
.page_control .prev { width:17px; height:13px; background:url("../wp_images/m_visual_prev.svg") no-repeat center center;  }
.page_control .next { width:17px; height:13px; background:url("../wp_images/m_visual_next.svg") no-repeat center center; }
.page_control .pagination { display:flex; justify-content:center; column-gap:5px; width:fit-content; text-align:center; }
.page_control .pagination.swiper-pagination { position:static; font-weight:600; color:#e7e8eb; }
.page_business_overview { display:flex; align-items:center; margin-bottom:110px; }
.page_business_overview .image_box { width:39.25%; height:0; padding-top:24.2%; border-radius:20px; box-sizing:border-box; }
.page_business_overview .text_box { width:60.75%; padding-left:65px; box-sizing:border-box; }
.page_business_overview .text_box .page_sub_title { margin-bottom:20px; line-height:1.5; }
.page_business_overview .text_box .comment { font-size:1.063rem; }
.page_business_overview .text_box .source { display:block; margin-top:10px; }
.page_business_overview .text_box .qualification { margin-top:16px; }
.page_business_overview .text_box .qualification .round { width:fit-content; margin-bottom:12px; padding:2px 16px; background-color:#4dad01; font-size:1.063rem; font-weight:500; color:#fff; border-radius:50px; box-sizing:border-box; }
.page_business_overview .text_box .qualification .comment { padding-left:16px; box-sizing:border-box; }
.page_business_overview .text_box .qualification .comment .small { font-size:1rem; }
.page_business_overview2 { margin-bottom:80px; }
.page_business_overview2 .page_sub_title { margin-bottom:30px; }
.page_business_overview2 .comment { margin-bottom:30px; font-size:1.063rem; }
.page_business_image { height:0; padding-top:26.1%; border-radius:20px; box-sizing:border-box; }
.page_business_quotation { position:relative; padding:50px 0; box-sizing:border-box; }
.page_business_quotation::before { content:""; position:absolute; top:0; left:50%; width:25px; height:18px; background:url("../wp_images/page_business_quotation.png") no-repeat center center; background-size:cover; transform:translatex(calc(-50% + 0.5px)); }
.page_business_quotation::after { content:""; position:absolute; bottom:0; left:50%; width:25px; height:18px; background:url("../wp_images/page_business_quotation.png") no-repeat center center; background-size:cover; transform:translatex(calc(-50% - 0.5px)) scale(-1); }
.page_business_quotation .comment { font-size:1.25rem; font-weight:500; }
.page_check_area { padding:40px 50px; background-color:#f6fbf2; border-radius:20px; box-sizing:border-box; }
.page_check_area .item .check { display:inline-block; width:23px; height:23px; margin-right:6px; background:url("../wp_images/page_check.svg") no-repeat center center; transform:translatey(2px); }
.page_check_area .item .text { display:inline; }
.page_dot { position:relative; padding-left:10px; box-sizing:border-box; }
.page_dot::before { content:""; position:absolute; top:11px; left:0; width:4px; height:4px; background-color:#626262; border-radius:50%; }

/* 메인메뉴0 (약관 및 정책) */
.guide .image_box { height:0; margin-bottom:55px; padding-top:26.1%; background:url("../wp_images/guide_bg.jpg") no-repeat center center; background-size:cover; border-radius:20px; }
.guide .text_box { padding:0 30px; box-sizing:border-box; }
.guide .text_box .text { margin-bottom:25px; font-size:1.063rem; }
.guide .text_box .text:last-child { margin-bottom:0; }

/* 메인메뉴1 (우리이웃) */
.company_greeting_title { position:relative; width:fit-content; padding:0 55px; box-sizing:border-box; }
.company_greeting_title::before { content:""; position:absolute; bottom:15px; left:0; width:15px; height:72px; background:url("../wp_images/company_greeting_title.gif") no-repeat center center; background-size:cover; }
.company_greeting_title::after { content:""; position:absolute; top:15px; right:0; width:15px; height:72px; background:url("../wp_images/company_greeting_title.gif") no-repeat center center; background-size:cover; transform:scale(-1); }
.company_greeting { display:flex; }
.company_greeting .image_box { width:34.01%; height:0; padding-top:50.4%; border-radius:20px; background:url("../wp_images/company_greeting_image.jpg") no-repeat center center; background-size:cover; box-sizing:border-box; }
.company_greeting .text_box { width:65.99%; padding:10px 0 0 55px; box-sizing:border-box; }
.company_greeting .text_box .text { margin-bottom:20px; font-size:1.063rem; }
.company_greeting .text_box .text.last { margin-bottom:40px; }
.company_greeting .text_box .name { font-size:1.063rem; font-weight:500; text-align:right; }
.company_greeting .text_box .name .company { font-size:1.125rem; }
.company_mission_title .line { position:relative; }
.company_mission_title .line::before { content:""; position:absolute; bottom:-16px; left:50%; width:260px; height:13px; background:url("../wp_images/company_mission_title.png") no-repeat center center; background-size:cover; transform:translatex(-50%); }
.company_mission_goal { margin-bottom:80px; }
.company_mission_goal .title { position:relative; margin-bottom:23px; padding-bottom:50px; font-size:1.875rem; font-weight:700; box-sizing:border-box; }
.company_mission_goal .title::before { content:""; position:absolute; bottom:0; left:50%; width:1px; height:27px; background-color:#a0a0a0; transform:translatex(calc(-50% + 0.5px)); }
.company_mission_goal .comment { margin-bottom:50px; font-size:1.125rem; }
.company_mission_goal .image { max-width:834px; height:266px; margin:0 auto; background:url("../wp_images/company_mission_goal.jpg") no-repeat center center; background-size:cover; border-radius:20px; box-sizing:border-box; }
.company_mission_vision { margin-bottom:130px; }
.company_mission_vision .item { margin-bottom:85px; }
.company_mission_vision .item:last-child { margin-bottom:0; }
.company_mission_vision .item .title { position:relative; width:fit-content; margin:0 auto 30px; padding:0 47px; font-size:1.875rem; font-weight:700; line-height:1.5; box-sizing:border-box; }
.company_mission_vision .item .title .small { display:block; font-size:1rem; font-weight:500; }
.company_mission_vision .item .title::before { content:""; position:absolute; top:50%; left:0; width:12px; height:37px; background:url("../wp_images/company_mission_decoration.png") no-repeat center center; background-size:cover; transform:translatey(-50%); }
.company_mission_vision .item .title::after { content:""; position:absolute; top:50%; right:0; width:12px; height:37px; background:url("../wp_images/company_mission_decoration.png") no-repeat center center; background-size:cover; transform:translatey(-50%) scale(-1); }
.company_mission_vision .item .comment { font-size:1.25rem; font-weight:500; }
.company_mission_strategy .area .item { display:flex; align-items:center; margin-bottom:60px; }
.company_mission_strategy .area .item:last-child { margin-bottom:0; }
.company_mission_strategy .area .item:nth-child(2n) { flex-direction:row-reverse; }
.company_mission_strategy .area .item .image_box { overflow:hidden; width:48.6%; border-radius:20px; }
.company_mission_strategy .area .item .image_box .image { display:block; max-width:100%; margin:0 auto; }
.company_mission_strategy .area .item .text_box { width:51.4%; padding:0 50px; box-sizing:border-box; }
.company_mission_strategy .area .item .text_box .round { display:block; width:fit-content; margin-bottom:30px; padding:8px 25px; background-color:#f6fbf2; font-size:1.125rem; font-weight:500; color:#419400; border-radius:50px; box-sizing:border-box; }
.company_mission_strategy .area .item .text_box .title { margin-bottom:6px; padding-left:18px; font-size:1.563rem; font-weight:700; word-break:auto-phrase; box-sizing:border-box; }
.company_mission_strategy .area .item .text_box .comment { padding-left:18px; font-size:1.125rem; font-weight:500; box-sizing:border-box; }
.company_map .map_box { margin-bottom:90px; }
.company_map .root_daum_roughmap { max-width:100%; }
.company_map .root_daum_roughmap .cont { display:none; }
.company_map .info { position:relative; width:100%; padding:48px 125px 48px 418px; font-size:1.125rem; color:#000; box-sizing:border-box; box-shadow:0 2px 10px #0904051a; }
.company_map .info::after { content:""; display:block; position:absolute; top:calc(50% - 37px); left:385px; height:75px; border-right:1px solid #bfbfbf; }
.company_map .info .logo { position:absolute; top:calc(50% - 20px); left:50px; height:42px; }
.company_map .info .address { display:block; margin-bottom:5px; font-size:1.375rem; font-weight:600; }
.company_map .info .title { margin-right:14px; font-weight:500; }
.company_map .info .line { padding:0 12px; }
.company_map .info .map_link { display:block; position:absolute; top:calc(50% - 30px); right:40px; width:60px; height:60px; background:url("../wp_images/page_map_naver.gif") no-repeat center center; text-indent:-9999px; border-radius:100%; }
.company_map_title { margin:0 0 16px; padding:14px 0 14px 80px; font-size:1.563rem; font-weight:600; }
.company_map_title.bus { background:url("../wp_images/page_map_bus.gif") no-repeat left center; }
.company_map_title.car { background:url("../wp_images/page_map_car.gif") no-repeat left center; }
.company_map_table.last { margin:0; padding:0; }
.company_map_table tbody tr td { padding-left:20px; }
.company_map_table tbody tr td.bg_gray { font-weight:500; }
.company_map_table span { display:inline-block; margin-right:10px; padding:0 5px; font-size:80%; color:#fff; line-height:150%; }
.company_map_table .red { background-color:#e70000; }
.company_map_table .blue { background-color:#395cb3; }
.company_map_table .blue2 { background-color:#4c8ae8; }
.company_map_table .green { background-color:#26b44b; }
.company_map_table .green2 { background-color:#87c700; }
.company_map_table .orange { background-color:#e79300; }
.company_map_rough { margin-bottom:75px; }
.company_support.page_business_overview .image_box { background:url("../wp_images/company_support_overview.jpg") no-repeat center center; background-size:cover; }
.company_support_account { margin-bottom:85px; }
.company_support_account .area { margin-bottom:40px; border-top:1px solid #959595; box-sizing:border-box; }
.company_support_account .area .item { display:grid; align-items:center; grid-template-columns:17% 54% 29%; padding:30px 35px; border-bottom:1px solid #e5e5e5; box-sizing:border-box; }
.company_support_account .area .item .bank { display:flex; justify-content:center; align-items:center; height:52px; padding:0 20px; background-color:#f7f7f7; border-radius:50px; box-sizing:border-box; }
.company_support_account .area .item .bank .image { max-width:100%; }
.company_support_account .area .item .account { font-size:1.25rem; font-weight:600; text-align:center; }
.company_support_account .area .item .name { font-size:1.063rem; word-break:auto-phrase; }
.company_support_account .info { padding:0 50px; box-sizing:border-box; }
.company_support_account .info .text { margin-bottom:30px; font-size:0.938rem; }
.company_support_account .info .text:last-child { margin-bottom:0; }
.company_support_account .info .text .text_bold { display:block; margin-bottom:5px; font-weight:600; }
.company_support_banner { margin-bottom:50px; padding:64px 93px; border-radius:20px; background:url("../wp_images/company_support_banner.jpg") no-repeat center center; background-size:cover; box-sizing:border-box; }
.company_support_banner .title { margin-bottom:30px; font-size:1.875rem; font-weight:600; }
.company_support_banner .comment .text { margin-bottom:16px; }
.company_support_download { display:flex; justify-content:center; align-items:center; width:100%; max-width:320px; height:61px; margin:0 auto; background-color:#4dad01; border-radius:10px; }
.company_support_download p { padding-right:30px; background:url("../wp_images/company_support_download.png") no-repeat center right; font-size:1.25rem; font-weight:600; color:#fff; box-sizing:border-box; }

/* 메인메뉴2 (사업소개) */
.business_basic_box { margin-bottom:90px; }
.business_basic_box.last { margin-bottom:0; }
.business_basic_box .comment { font-size:1.063rem; }
.business_info.page_business_overview .image_box { background:url("../wp_images/business_info_overview.jpg") no-repeat center center; }
.business_rights.page_business_image { background:url("../wp_images/business_rights_image.jpg") no-repeat center center; background-size:cover; }
.business_colleague.page_business_overview { align-items:normal; }
.business_colleague.page_business_overview .image_box { background:url("../wp_images/business_colleague_overview.jpg") no-repeat center center; background-size:cover; }
.business_colleague_goal .comment { margin-bottom:50px; font-size:1.063rem; }
.business_colleague_goal { margin-bottom:90px; }
.business_colleague_goal .area { border-top:1px solid #a0a0a0; box-sizing:border-box; }
.business_colleague_goal .area .item { display:flex; align-items:center; padding:45px 0; border-bottom:1px solid #e5e5e5; box-sizing:border-box; }
.business_colleague_goal .area .item .title { display:flex; justify-content:center; align-items:center; width:295px; height:60px; background-color:#f6fbf2; font-size:1.313rem; font-weight:600; color:#3e8c00; border-radius:50px; box-sizing:border-box; }
.business_colleague_goal .area .item .detail { width:calc(100% - 295px); padding-left:55px; box-sizing:border-box; }
.business_colleague_promise { margin-bottom:90px; }
.business_colleague_promise .area { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); column-gap:20px; }
.business_colleague_promise .area .item { display:grid; grid-template-rows:auto 1fr; padding:45px 30px 50px; background-color:#4dad01; border-radius:20px; box-sizing:border-box; }
.business_colleague_promise .area .item .number { position:relative; width:fit-content; margin:43px auto 30px; padding:1px 15px; background-color:#49a401; font-weight:600; color:#fff; text-align:center; border-radius:50px; box-sizing:border-box; }
.business_colleague_promise .area .item .number::before { content:""; position:absolute; top:-43px; left:50%; width:24px; height:30px; background:url("../wp_images/business_colleague_promise.gif") no-repeat center center; background-size:cover; transform:translatex(-50%); }
.business_colleague_promise .area .item .comment { align-content:center; font-size:1.063rem; font-weight:500; color:#fff; text-align:center; }
.business_colleague_box { margin-bottom:95px; }
.business_colleague_box .area .item .page_dot { font-size:1.063rem; }
.business_colleague_box .area .item { margin-bottom:16px; }
.business_colleague_box .area .item:last-child { margin-bottom:0; }
.business_colleague_box.last { margin-bottom:0; }
.business_support.page_business_overview .image_box { background:url("../wp_images/business_support_overview.jpg") no-repeat center center; background-size:cover; }
.business_support_step .area { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); column-gap:9px; }
.business_support_step .area .item { position:relative; padding:70px 10px 0; box-sizing:border-box; }
.business_support_step .area .item_01 { background:url("../wp_images/business_support_01.gif") no-repeat center top; }
.business_support_step .area .item_02 { background:url("../wp_images/business_support_02.gif") no-repeat center top; }
.business_support_step .area .item_03 { background:url("../wp_images/business_support_03.gif") no-repeat center top; }
.business_support_step .area .item_04 { background:url("../wp_images/business_support_04.gif") no-repeat center top; }
.business_support_step .area .item::before { content:""; position:absolute; top:78px; right:-9px; width:9px; height:13px; background:url("../wp_images/page_step_arrow.svg") no-repeat center center; }
.business_support_step .area .item:last-child::before { display:none; }
.business_support_step .area .item .number { width:fit-content; margin:0 auto 25px; padding:1px 34px; background-color:#f7f7f7; font-weight:600; text-align:center; border-radius:50px; box-sizing:border-box; }
.business_support_step .area .item .title { font-size:1.125rem; font-weight:500; text-align:center; }
.business_support_step .area .item .title .small { display:inline-block; font-size:1rem; font-weight:400; line-height:1.5; }
.business_free.page_business_image { background:url("../wp_images/business_free_image.jpg") no-repeat center center; background-size:cover; }
.business_region.page_business_image { background:url("../wp_images/business_region_image.jpg") no-repeat center center; background-size:cover; }
.business_activity.page_business_overview .image_box { background:url("../wp_images/business_activity_overview.jpg") no-repeat center center; background-size:cover; }
.business_activity_qualification { margin-bottom:90px; }
.business_activity_qualification .page_check_area { margin-bottom:11px; background-color:#f7f7f7; }
.business_activity_qualification .page_check_area:last-child { margin-bottom:0; }
.business_activity_qualification .page_check_area .item { margin-bottom:16px; }
.business_activity_qualification .page_check_area .item .text { font-size:1.125rem; }
.business_activity_qualification .page_check_area .comment { padding-left:26px; box-sizing:border-box; }
.business_activity_special { margin-bottom:115px; }
.business_activity_special .title { margin-bottom:20px; font-size:1.563rem; font-weight:600; }
.business_activity_special .area .item { display:flex; align-items:center; padding:28px 40px; border-bottom:1px solid #dcdcdc; box-sizing:border-box; }
.business_activity_special .area .item .subject { align-content:center; width:290px; min-height:60px; padding-left:82px; font-size:1.25rem; font-weight:600; box-sizing:border-box; }
.business_activity_special .area .item_01 .subject { background:url("../wp_images/business_activity_special-01.gif") no-repeat center left; }
.business_activity_special .area .item_02 .subject { background:url("../wp_images/business_activity_special-02.gif") no-repeat center left; }
.business_activity_special .area .item_03 .subject { background:url("../wp_images/business_activity_special-03.gif") no-repeat center left; }
.business_activity_special .area .item .detail { width:calc(100% - 290px); }
.business_activity_special .area .item .detail .detail_item { display:flex; align-items:baseline; margin-bottom:7px; }
.business_activity_special .area .item .detail .detail_item:last-child { margin-bottom:0; }
.business_activity_special .area .item .detail .detail_item .round { display:flex; justify-content:center; align-items:center; width:100px; height:33px; background-color:#4dad01; font-size:1.063rem; font-weight:500; color:#fff; border-radius:50px; box-sizing:border-box; }
.business_activity_special .area .item .detail .detail_item .text { width:calc(100% - 100px); padding-left:13px; font-size:1.063rem; box-sizing:border-box; }
.business_week.page_business_overview .image_box { background:url("../wp_images/business_week_overview.jpg") no-repeat center center; background-size:cover; }
.business_week_activity { margin-bottom:140px; }
.business_week_activity .area .item { display:flex; margin-bottom:60px; }
.business_week_activity .area .item:nth-child(2n) { flex-direction:row-reverse; }
.business_week_activity .area .item:last-child { margin-bottom:0; }
.business_week_activity .area .item .image_box { width:48.59%; height:0; padding-top:30.8%; border-radius:20px; box-sizing:border-box; }
.business_week_activity .area .item_01 .image_box { background:url("../wp_images/business_week_01.jpg") no-repeat center center; background-size:cover; }
.business_week_activity .area .item_02 .image_box { background:url("../wp_images/business_week_02.jpg") no-repeat center center; background-size:cover; }
.business_week_activity .area .item .text_box { width:51.41%; padding:40px 70px 0; box-sizing:border-box; }
.business_week_activity .area .item:nth-child(2n) .text_box { padding-left:27px; }
.business_week_activity .area .item .text_box .title { margin-bottom:25px; font-size:1.563rem; font-weight:700; }
.business_activity_expectation { margin-bottom:110px; }
.business_activity_expectation .title { margin-bottom:70px; font-size:1.563rem; font-weight:600; }
.business_activity_expectation .area { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); column-gap:30px; }
.business_activity_expectation .area .item { position:relative; padding-top:75px; box-sizing:border-box; }
.business_activity_expectation .area .item::before { content:""; position:absolute; top:50%; right:-16px; width:1px; height:113px; background-color:#dcdcdc; transform:translatey(calc(-50% + 0.5px)); }
.business_activity_expectation .area .item:last-child::before { display:none; }
.business_activity_expectation .area .item_01 { background:url("../wp_images/business_activity_01.gif") no-repeat top center; }
.business_activity_expectation .area .item_02 { background:url("../wp_images/business_activity_02.gif") no-repeat top center; }
.business_activity_expectation .area .item_03 { background:url("../wp_images/business_activity_03.gif") no-repeat top center; }
.business_activity_expectation .area .item_04 { background:url("../wp_images/business_activity_04.gif") no-repeat top center; }
.business_activity_expectation .area .item .comment { font-weight:500; text-align:center; }

/* 메인메뉴4 (상담소 '낭패') */
.nangpae_info.page_business_overview .image_box { background:url("../wp_images/nangpae_info_overview.jpg") no-repeat center center; background-size:cover; }
.nangpae_info_list { margin-bottom:90px; }
.nangpae_info_list .item { display:flex; align-items:center; padding:25px 27px; border-bottom:1px solid #dcdcdc; box-sizing:border-box; }
.nangpae_info_list .item:first-child { padding-top:0; }
.nangpae_info_list .item .title { align-content:center; width:300px; min-height:70px; padding-left:92px; font-size:1.25rem; font-weight:600; box-sizing:border-box; }
.nangpae_info_list .item_01 .title { background:url("../wp_images/nangpae_info_01.gif") no-repeat center left; }
.nangpae_info_list .item_02 .title { background:url("../wp_images/nangpae_info_02.gif") no-repeat center left; }
.nangpae_info_list .item .text_box { width:calc(100% - 300px); }
.nangpae_info_list .item .text_box .text { font-size:1.063rem; }
.nangpae_info_step { margin-bottom:100px; }
.nangpae_info_step .area { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); column-gap:9px; max-width:820px; margin:0 auto; }
.nangpae_info_step .area .item { position:relative; padding:70px 10px 0; box-sizing:border-box; }
.nangpae_info_step .area .item_01 { background:url("../wp_images/nangpae_info_03.gif") no-repeat center top; }
.nangpae_info_step .area .item_02 { background:url("../wp_images/nangpae_info_04.gif") no-repeat center top; }
.nangpae_info_step .area .item_03 { background:url("../wp_images/nangpae_info_05.gif") no-repeat center top; }
.nangpae_info_step .area .item::before { content:""; position:absolute; top:78px; right:-9px; width:9px; height:13px; background:url("../wp_images/page_step_arrow.svg") no-repeat center center; }
.nangpae_info_step .area .item:last-child::before { display:none; }
.nangpae_info_step .area .item .number { width:fit-content; margin:0 auto 25px; padding:1px 34px; background-color:#f7f7f7; font-weight:600; text-align:center; border-radius:50px; box-sizing:border-box; }
.nangpae_info_step .area .item .title { font-size:1.125rem; font-weight:500; text-align:center; }
.nangpae_info_tel { display:flex; justify-content:center; align-items:center; column-gap:13%; margin-bottom:80px; padding:16px; background-color:#e6f1dd; border-radius:10px; box-sizing:border-box; }
.nangpae_info_tel .title { font-size:1.375rem; font-weight:600; }
.nangpae_info_tel .number_box { align-content:center; min-height:59px; padding-left:90px; background:url("../wp_images/nangpae_info_06.gif") no-repeat center left; box-sizing:border-box; }
.nangpae_info_tel .number_box .item { display:flex; align-items:center; column-gap:22px; }
.nangpae_info_tel .number_box .item .subject { font-weight:600; }
.nangpae_info_tel .number_box .item .number { font-size:1.125rem; }
.nangpae_info_tel .number_box .item .number.mobile_show { display:none; }
.nangpae_link { display:flex; justify-content:center; align-items:center; width:100%; max-width:320px; height:60px; margin:0 auto; background-color:#4dad01; border-radius:10px; box-sizing:border-box; }
.nangpae_link p { font-size:1.25rem; font-weight:600; color:#fff; }

/* 연혁관리 */
.history_list { position:relative; margin:0; padding:0; }
.history_list::before { content:""; position:absolute; top:0; left:475px; width:1px; height:100%; background-color:#dcdcdc; }
.history_list .decade { display:flex; margin-bottom:160px; }
.history_list .decade:last-child { margin-bottom:0; }
.history_list .decade .title { width:475px; }
.history_list .decade .title .year { margin-bottom:5px; padding-left:18px; font-size:1.25rem; font-weight:600; color:#419400; box-sizing:border-box; }
.history_list .decade .title .comment { margin-bottom:35px; padding-left:18px; font-size:1.688rem; font-weight:600; box-sizing:border-box; }
.history_list .decade .title .image { overflow:hidden; width:400px; height:280px; border-radius:20px; }
.history_list .decade .title .image_01 { background:url("../wp_images/history_01.jpg") no-repeat center center; background-size:cover; }
.history_list .decade .title .image_02 { background:url("../wp_images/history_02.jpg") no-repeat center center; background-size:cover; }
.history_list .decade .title .image_03 { background:url("../wp_images/history_03.jpg") no-repeat center center; background-size:cover; }
.history_list .decade .area { width:calc(100% - 475px); padding:40px 0; box-sizing:border-box; }
.history_list .decade .area .year { position:relative; padding:0 0 90px 60px; box-sizing:border-box; }
.history_list .decade .area .year::before { content:""; position:absolute; top:24px; left:-6px; width:13px; height:13px; background-color:#a0a0a0; border-radius:50%; transition:all 0.3s; }
.history_list .decade .area .year:last-child { padding-bottom:0; }
.history_list .decade .area .year dt { margin-bottom:35px; font-size:2.188rem; font-weight:700; transition:all 0.3s; }
.history_list .decade .area .year dd { display:flex; margin-bottom:20px; font-size:1.063rem; }
.history_list .decade .area .year dd:last-child { margin-bottom:0; }
.history_list .decade .area .year dd .month { display:block; width:175px; font-weight:500; }
.history_list .decade .area .year dd .text { display:block; width:calc(100% - 175px); }
.history_list .decade .area .year.on::before { background-color:#4dad01; box-shadow:0 0 0 11px #4dad011a; transition:all 0.3s; }
.history_list .decade .area .year.on dt { color:#4dad01; transition:all 0.3s; }

/* 게시판 */
#board_tab_menu.board_tab_menu ul { display:flex; justify-content:center; flex-wrap:wrap; column-gap:12px; row-gap:12px; margin:0 0 50px; padding:0; border-bottom:none; }
#board_tab_menu.board_tab_menu li { display:block; position:relative; margin-right:0; }
#board_tab_menu.board_tab_menu li a { display:block; padding:13px 40px; border:none; border-bottom:none; background:#f7f7f7; font-size:1.25rem; font-weight:500; color:#333; border-radius:50px; }
#board_tab_menu.board_tab_menu li.on a { border:none; border-bottom:none; background-color:#222; font-weight:600; color:#fff; }
#board_tab_menu.board_tab_menu li.on::after { display:none; }

/* 갤러리 */
#board_gallery_list.board_gallery_list { grid-template-columns:repeat(3, minmax(0, 1fr)); column-gap:26px; row-gap:37px; }
#board_gallery_list.board_gallery_list li { border:1px solid #dcdcdc; border-radius:20px; box-sizing:border-box; }
#board_gallery_list.board_gallery_list .background_box { height:0; margin:0 0 25px; padding-top:51.3%; text-indent:-9999px; border-radius:20px; }
#board_gallery_list.board_gallery_list .subject_box { padding:0 27px 23px; box-sizing:border-box; }
#board_gallery_list.board_gallery_list .subject_box .gallery_subject { height:auto; min-height:58px; margin-bottom:18px; font-size:1.063rem; font-weight:600; }
#board_gallery_list.board_gallery_list .subject_box .date { font-size:0.875rem; color:#222; }
#board_gallery_list.board_gallery_list.newsletter { grid-template-columns:repeat(4, minmax(0, 1fr)); column-gap:24px; }
#board_gallery_list.board_gallery_list.newsletter li { box-shadow:0 3px 5px 0 #0000000d; }
#board_gallery_list.board_gallery_list.newsletter .background_box { padding-bottom:45%; background-position:top center !important; border-radius:20px 20px 0 0; backface-visibility:hidden; image-rendering:-moz-crisp-edges; image-rendering:-o-crisp-edges; image-rendering:-webkit-optimize-contrast; image-rendering:crisp-edges; transform:translatex(0); }
#board_gallery_list.board_gallery_list.newsletter .subject_box { padding:0 10px 23px; }
#board_gallery_list.board_gallery_list.newsletter .subject_box .gallery_subject { min-height:29px; margin-bottom:0; text-align:center; -webkit-line-clamp:1; word-break:break-all; }
#board_gallery_list.board_gallery_list.newsletter .subject_box .date { display:none; }

/* 상담 관리 */
.counseling_overview { align-content:center; width:fit-content; min-height:175px; margin:0 auto 26px; padding-left:195px; background:url("../wp_images/counseling_overview.gif") no-repeat center left; box-sizing:border-box; }
.counseling_overview .title { font-family:"Suite"; font-size:2.063rem; font-weight:800; }
.counseling_overview .comment { padding-left:10px; font-size:1.188rem; box-sizing:border-box; }
.counseling_input { margin-bottom:20px; padding:30px 60px 45px; background-color:#f7f7f7; border-radius:20px; box-sizing:border-box; }
.counseling_input.last { margin-bottom:80px; }
.counseling_input .counseling_list { padding:0 10px; box-sizing:border-box; }
.counseling_input .form_check_title { display:inline-block; margin:0 5px 8px 0; padding:9px 19px; border:1px solid #e5e5e5; background-color:#fff; border-radius:50px; box-sizing:border-box; }
.counseling_input .form_check_title.on { border:1px solid #4dad01; background-color:#4dad01; }
.counseling_input .form_check_title.on input + label { color:#fff; }
.counseling_input .form_check_title:last-child { margin-right:0; }
.counseling_input .form_check_title input[type="radio"] { left:19px; }
.counseling_input .form_check_title input[type="radio"] + label { display:inline-block; padding-left:30px; font-size:1.063rem; }
.counseling_input .form_check_title input[type="radio"] + label:before { top:calc(50% - 11px); left:19px; width:22px; height:22px; border:1px solid #696969; }
.counseling_input .form_check_title input[type="radio"]:checked + label:before { border:6px solid #fff; background-color:#4dad01; }
.counseling_input .form_check_title input[type="checkbox"] { left:19px; }
.counseling_input .form_check_title input[type="checkbox"] + label { display:inline-block; padding-left:30px; font-size:1.063rem; }
.counseling_input .form_check_title input[type="checkbox"] + label:before { top:calc(50% - 11px); left:19px; width:22px; height:22px; border:1px solid #696969; background:#fff; border-radius:50%; }
.counseling_input .form_check_title input[type="checkbox"]:checked + label:before { border:6px solid #fff; background-color:#4dad01; }
.counseling_input .input_box { width:100%; padding:5px 27px; outline:none; border:1px solid #e5e5e5; line-height:33px; border-radius:10px; box-sizing:border-box; }
.counseling_input .input_box::placeholder { font-size:1rem; color:#666; }
.counseling_input .textarea_box { width:100%; padding:25px 27px; outline:none; border:1px solid #e5e5e5; border-radius:10px; box-sizing:border-box; }
.counseling_input .textarea_box::placeholder { font-size:1rem; color:#666; }
.counseling_input .input_box#phone { max-width:165px; }
.counseling_input .input_box#postcode { width:calc(100% - 96px); max-width:200px; }
.counseling_input .input_box#address1 { width:57%; }
.counseling_input .input_box#address2 { width:calc(43% - 6px); }
.counseling_input .input_box#start_date { max-width:180px; }
.counseling_input .click_button { display:inline-block; width:90px; height:45px; background-color:#222; font-size:1rem; color:#fff; text-align:center; line-height:45px; border-radius:10px; box-sizing:border-box; }
.counseling_input .postcode { margin-bottom:8px; }
.counseling_input .textarea_title { display:inline-block; width:62px; font-size:1.125rem; font-weight:500; vertical-align:top; transform:translatey(5px); }
.counseling_input .input_box#subject { width:calc(100% - 68px); margin-bottom:14px; font-size:110%; }
.counseling_input .textarea_box#comment { width:calc(100% - 68px); font-size:110%; }
.counseling_input .info { margin-top:23px; }
.counseling_input .info .page_check_area { width:calc(100% - 85px); margin-bottom:28px; padding:0; margin-left:auto; background-color:transparent; border-radius:0; }
.counseling_input .info .page_check_area:last-child { margin-bottom:0; }
.counseling_input .info .page_check_area .item { margin-bottom:10px; }
.counseling_input .info .page_check_area .comment { margin-left:25px; font-size:0.938rem; }
.counseling_input .info .page_check_area .comment.round { width:fit-content; padding:3px 30px; background-color:#ebebeb; border-radius:50px; box-sizing:border-box; }
.counseling_title_h4 { display:flex; flex-wrap:wrap; align-items:baseline; column-gap:9px; row-gap:5px; margin-bottom:25px; padding:0 7px 16px; border-bottom:1px solid #dcdcdc; font-size:1.438rem; font-weight:600; box-sizing:border-box; }
.counseling_title_h4 .require { display:inline-block; transform:translatey(-2px); }
.counseling_title_h4 .small { font-size:1rem; font-weight:400; }
.counseling_title_h4 .small .star { display:inline-block; font-size:1.563rem; transform:translatey(8px); }
.counseling_title_h5 { display:flex; flex-wrap:wrap; align-items:baseline; column-gap:9px; row-gap:5px; margin:40px 0 10px; padding:0 7px; font-size:1.125rem; font-weight:500; box-sizing:border-box; }
.counseling_title_h5 .small { font-size:0.875rem; font-weight:400; }
.counseling_agree#privacy_agree .agree_list { margin-bottom:75px; }
.counseling_agree#privacy_agree .agree_list li { width:100%; max-width:480px; padding:0; }
.counseling_agree#privacy_agree .agree_list li label { font-size:1rem; }
.counseling_agree#privacy_agree .form_check_title input[type="checkbox"] + label:before { border:1px solid #c9c9c9; background:#fff url("../wp_images/counseling_check_sprite.png") no-repeat 0 0; border-radius:3px; }
.counseling_agree#privacy_agree .form_check_title input[type="checkbox"]:checked + label:before { border:1px solid #4dad01; background:#4dad01 url("../wp_images/counseling_check_sprite.png") no-repeat 0 -20px; }
.counseling_agree#privacy_agree .agree_list .agree_text { margin-top:5px; }
.counseling_agree#privacy_agree .agree_list li button { border:none; background-color:#222; font-size:0.875rem; font-weight:400; color:#fff; }
.counseling_agree#privacy_agree .agree_list .agree_text li { padding:5px 0; }
.counseling_button#form_button { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:7px; max-width:650px; margin:0 auto; }
.counseling_button#form_button button { display:flex; justify-content:center; align-items:center; width:100%; height:61px; margin:0; border:1px solid #4dad01; font-size:1.25rem; font-weight:600; color:#fff; line-height:1.7; border-radius:10px; }
.counseling_button#form_button button.cancel { border:1px solid #dcdcdc; background-color:#fff; font-weight:500; color:#444; }

/*****************************************************************************************************************
- 반응형웹 스크린 미디어: 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
*****************************************************************************************************************/
@media (max-width:1300px)
{
	/*****************************************************************************************************************/

	/* 페이지 공용 */
	.page_sian_box .sian { max-width:100%; }

    /* 연혁관리 */
    .history_list::before { left:340px; }
    .history_list .decade .title { width:340px; }
    .history_list .decade .title .image { width:300px; height:210px; }
    .history_list .decade .area { width:calc(100% - 340px); }
    .history_list .decade .area .year { padding-left:40px; }
    .history_list .decade .area .year dd .month { width:120px; }
    .history_list .decade .area .year dd .text { width:calc(100% - 120px); }
}
@media (max-width:1024px)
{
	#popup_dim .popup_container.popup_plural { width:92%; }
	#popup_dim .popup_container.popup_double { width:92%; }
	#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; }
	/*****************************************************************************************************************/

	/* 메인화면 레이아웃 */
	#main_section { display:block; width:100%; margin:0; }

    /* 서브화면 레이아웃 */
    #sub_container { display:block; width:92%; margin:50px auto 80px; }

	/* 상단영역 콘텐츠 */
	#top_contents { display:block; position:relative; width:100%; height:70px; padding:10px 0; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#top_contents .top_logo { width:270px; margin:0 auto; }
	#top_contents .top_logo a { display:block; height:50px; background:url("../wp_images/logo.png") no-repeat center center; background-size:contain; }
	#top_contents .top_logo a img { display:none; }
	#top_contents .mobile_menu_open { display:block; position:absolute; top:calc(50% - 20px); right:15px; width:40px; height:40px; background:#4dad01 url("../wp_images/top_menu_open.svg") no-repeat center center; text-indent:-9999px; border-radius:50%; }
	#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 { height:80px; padding:0 20px; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#top_contents .top_menu li { float:left; width:50%; padding-top:15px; box-sizing:border-box; }
	#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; display:block; width:100%; height:auto; }
    #top_contents .main_menu .menu_list > li:nth-child(4) { width:100%; }
	#top_contents .main_menu .menu_list > li:nth-child(5) { width:100%; }
	#top_contents .main_menu .menu_list > li > a { display:none; }
	#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; color:#222; text-align:left; 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:first-child > button { border-top:none; }
    #top_contents .main_menu .menu_list > li:nth-child(4) > a { 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; line-height:inherit; border-radius:0; box-sizing:border-box; }
	#top_contents .main_menu .menu_list > li:nth-child(5) > a { 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; line-height:inherit; border-radius:0;  box-sizing:border-box; }
	#top_contents .main_menu .menu_list > li:nth-child(4) > a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; bottom:auto; left:auto; width:19px; height:11px; border-bottom:none; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; transform:rotate(-90deg); }
	#top_contents .main_menu .menu_list > li:nth-child(5) > a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; bottom:auto; left:auto; width:19px; height:11px; border-bottom:none; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; transform:rotate(-90deg); }
	#top_contents .main_menu .menu_list > li:nth-child(4) > button { display:none; }
	#top_contents .main_menu .menu_list > li:nth-child(5) > button { display:none; }
    #top_contents .main_menu .menu_list ul { position:static; width:100%; height:inherit; padding:0 15px; border:none; border-bottom:1px solid #ddd; border-radius:0; 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 .donate { position:static; top:auto; right:auto; margin:0 auto 16px; transform:none; }
	#bottom_contents .bottom_menu { justify-content:center; margin-bottom:30px; }
	#bottom_contents .bottom_address { justify-content:center; row-gap:5px; width:100%; }
	#bottom_contents .copyright { text-align:center; }

	/* 메인화면 콘텐츠 */
	#main_visual { display:block; width:100%; margin-bottom:75px; }
	#main_visual .visual_slide { margin-bottom:75px; }
	#main_visual .visual_slide { border-radius:0; }
	#main_visual .visual_slide .page_control { left:50%; transform:translatex(-50%); }
	#main_visual .notice { width:92%; margin:0 auto; }
	#main_item { flex-direction:row; flex-wrap:wrap; align-items:end; column-gap:2%; width:92%; margin:0 auto 80px; }
    #main_item .shortcut { display:block; margin-bottom:0; }
    #main_item .shortcut .promotion { flex-direction:row; column-gap:16px; margin-bottom:75px; }
    #main_item .shortcut .promotion .recruit { width:calc(100% - 216px); height:auto; }
    #main_item .shortcut .promotion .recruit a { box-sizing:border-box; padding:20px; }
	#main_item .shortcut .promotion .recruit .title { padding-bottom:80px; background-size:80px; font-size:1rem; }
	#main_item .shortcut .promotion .recruit .title strong { font-size:1.25rem; }
	#main_item .shortcut .promotion .kakao { width:200px; height:auto; }
    #main_item .shortcut .promotion .kakao .title { margin-bottom:16px; }
    #main_item .shortcut .promotion .kakao a { align-content:center; height:100%; padding:10px; box-sizing:border-box; }
    #main_item .shortcut .promotion .kakao .more { padding:10px 28px 10px 16px; }
    #main_item .shortcut .promotion .kakao .more .page_mobile_enter { display:block; }
	#main_item .shortcut .gallery { width:100%; margin-bottom:75px; }
	#main_item .shortcut .gallery ul { grid-template-columns:repeat(4, minmax(0, 1fr)); column-gap:16px; }
    #main_item .shortcut .gallery ul li { min-height:auto; }
    #main_item .shortcut .gallery ul li a .background_box { height:0; padding:48%; }
	#main_item .shortcut .gallery ul li:nth-child(2) { display:block; }
    #main_item .shortcut .gallery ul li:nth-child(3) { display:block; }
    #main_item .shortcut .gallery ul li:nth-child(4) { display:block; }
	#main_item .info { width:46.2%; margin:0; }
	#main_item .popup_slide { width:51.8%; }

    /* 서브화면 콘텐츠 */
    #sub_nav { display:none; }
    #sub_section { width:100%; }
    #sub_position_title { text-align:center; }

	/* 페이지 공용 */
	.page_mobile_tel { display:block; }
	.page_pc_tel { display:none; }
    .page_margin { width:92%; }

    /* 메인메뉴1 (우리이웃) */
	.company_mission_strategy .area .item .text_box { padding:0 40px; }
    .company_map .root_daum_roughmap .wrap_map { height:300px !important; }
	.company_map .info { padding:20px; }
	.company_map .info::after { display:none; }
	.company_map .info .logo { display:block; position:relative; left:0; top:0; margin:0 auto 20px; }
	.company_map .info p { margin-bottom:20px; text-align:center; }
	.company_map .info .address { margin-bottom:5px; font-size:120%; }
	.company_map .info .title { margin-right:5px; }
	.company_map .info .line { display:block; width:0; height:0; font-size:0; }
	.company_map .info .map_link { position:relative; top:0; right:0; width:100%; max-width:300px; height:40px; margin:0 auto; background-color:#04ce5c; background-image:none; font-size:120%; font-weight:400; text-align:center; color:#fff; text-indent:0; line-height:40px; border-radius:5px; }

    /* 게시판 */
    #board_tab_menu.board_tab_menu ul { border:none; }
    #board_tab_menu.board_tab_menu li { float:none; width:auto; border-right:none; }
    #board_tab_menu.board_tab_menu li.on a::before { display:none; }
    #board_tab_menu.board_tab_menu li.on a::after { display:none; }
}
@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; }
	#popup_dim .popup_container { top:8%; }
	#popup_dim .popup_close { margin:0px 7px 16px auto; }
	#popup_dim .form_check_title { display:block; position:relative; top:auto; left:auto; width:fit-content; margin:0 auto 16px; transform:none; }
	#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 ul li a { padding:3% 0 3% 7%; font-size:95%; }
	#top_contents .main_menu .menu_list ul li a:hover { color:#555; font-weight:400; }

    /* 하단영역 콘텐츠 */
	#bottom_contents .donate .text_box .title { font-size:0.938rem; }
	#bottom_contents .donate .text_box .number { font-size:1.125rem; }
	#bottom_contents .bottom_menu { column-gap:25px; margin-bottom:16px; }
	#bottom_contents .bottom_menu li::before { right:-12px; }
	#bottom_contents .bottom_menu li a { font-size:0.938rem; }
	#bottom_contents .top_move { display:none; position:fixed; right:3.5%; bottom:20px; z-index:100; width:45px; height:45px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -58px -41px; text-indent:-9999px; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_slide .swiper-slide .text_box { top:15%; }
	#main_visual .visual_slide .swiper-slide .text_box .small { margin-bottom:10px; font-size:1.125rem; }
	#main_visual .visual_slide .swiper-slide .text_box .big { font-size:1.875rem; }
    #main_visual .notice .tab_menu { font-size:0.938rem; }
    #main_visual .notice .tab_menu li::before { top:10px; }
	#main_visual .notice .tab_menu li a { padding:4px 20px; }
	#main_visual .notice .tab_content { padding:25px; }
	#main_visual .notice .tab_content > .tab_item ul li { font-size:0.938rem; }
	#main_visual .notice .tab_content > .tab_item ul li:hover { padding-left:4px; transition:none; }
	#main_item .shortcut .promotion .recruit:hover { transform:none; transition:none; }
	#main_item .shortcut .promotion .kakao:hover .more { background-color:#fff; color:#222; transition:none; }
	#main_item .shortcut .promotion .kakao:hover .more::before { transform:translatey(-50%); transition:none; }
	#main_item .shortcut .gallery ul { grid-template-columns:repeat(3, minmax(0, 1fr)); }
	#main_item .shortcut .gallery ul li:hover { transform:none; }
	#main_item .shortcut .gallery ul li:nth-child(4) { display:none; }
	#main_item .shortcut .gallery ul li a .subject_box { min-height:55px; font-size:1rem; line-height:1.5; }
	#main_item { justify-content:center; }
	#main_item .info { width:100%; margin-bottom:75px; }
	#main_item .info ul li { font-size:0.938rem; }
	#main_item .info ul li:hover { padding-left:4px; transition:none; }
	#main_item .popup_slide { width:100%; max-width:500px; }

    /* 서브화면 콘텐츠 */
    #sub_position_title { font-size:1.75rem; }

    /* 페이지 공용 */
    .page_tab_menu { margin-bottom:75px; }
    .page_tab_menu .area li a { padding:8px 30px; font-size:0.938rem; }
    .page_scroll_table { overflow-x:scroll; }
	.page_table { min-width:600px; }
	.page_table thead th { font-size:1rem; }
	.page_table tbody tr td { font-size:0.938rem; }
    .page_table_unit { font-size:0.938rem; }
    .page_pc_enter { display:none; }
	.page_mobile_enter { display:block; }
	.page_image_pc { display:none; }
	.page_image_mobile { display:block; position:relative; text-align:center; }
	.page_image_mobile::after { content:""; display:block; position:absolute; top:5px; right:5px; width:56px; height:56px; background:url("../wp_default_image/page_image_mobile.png") no-repeat 0 0; }
	.page_image_mobile img { display:block; max-width:100%; margin:0 auto 10px; }
	.page_control .pagination.swiper-pagination { font-size:0.938rem; }
	.page_main_more:hover { background:#96c472 url("../wp_images/m_more.svg") no-repeat center center; transition:none; }
	.page_title_h4 { font-size:1.438rem; }
	.page_title_h4::before { top:19px; }
	.page_title_h4::after { top:19px; }
    .page_sub_title { margin-bottom:40px; font-size:1.25rem; line-height:1.5; }
	.page_business_overview { display:block; margin-bottom:75px; }
	.page_business_overview .image_box { width:420px; height:260px; margin:0 auto 40px; padding-top:0; }
	.page_business_overview .text_box { width:100%; padding-left:0; text-align:center; }
	.page_business_overview .text_box .page_sub_title { margin-bottom:16px; }
	.page_business_overview .text_box .comment { font-size:0.938rem; }
	.page_business_overview2 { margin-bottom:75px; }
	.page_business_overview2 .comment { font-size:0.938rem; }
    .page_business_quotation { padding:40px 0; }
	.page_business_quotation .comment { font-size:1.063rem; }
    .page_business_overview .text_box .qualification .round { margin:0 auto 12px; font-size:0.938rem; }
    .page_business_overview .text_box .qualification .comment { font-size:0. }
	.page_business_overview .text_box .qualification .comment .small { font-size:0.875rem; }

    /* 메인메뉴0 (약관 및 정책) */
    .guide .image_box { margin-bottom:40px; }
    .guide .text_box { padding:0 20px; }
    .guide .text_box .text { margin-bottom:16px; font-size:0.938rem; }

    /* 메인메뉴1 (우리이웃) */
    .company_greeting_title { padding:0 30px; }
    .company_greeting_title::before { width:10px; height:48px; }
    .company_greeting_title::after { width:10px; height:48px; }
    .company_greeting { display:block; }
    .company_greeting .image_box { width:100%; max-width:364px; margin:0 auto 40px; }
    .company_greeting .text_box { width:100%; padding:0; }
    .company_greeting .text_box .text { margin-bottom:16px; font-size:0.938rem; }
    .company_greeting .text_box .name { font-size:0.875rem; text-align:center; }
    .company_greeting .text_box .name .company { font-size:0.938rem; }
	.company_mission_title .line::before { bottom:-7px; width:140px; height:7px; }
	.company_mission_goal { margin-bottom:75px; }
	.company_mission_goal .title { margin-bottom:16px; padding-bottom:40px; font-size:1.438rem; }
	.company_mission_goal .comment { margin-bottom:40px; font-size:0.938rem; }
	.company_mission_goal .image { height:0; padding-top:32%; }
	.company_mission_vision { margin-bottom:75px; }
	.company_mission_vision .item { margin-bottom:75px; }
	.company_mission_vision .item .title { margin-bottom:16px; font-size:1.438rem; }
	.company_mission_vision .item .title .small { font-size:0.875rem; }
	.company_mission_vision .item .comment { font-size:1.063rem; }
	.company_mission_strategy .area .item { display:block; }
	.company_mission_strategy .area .item .image_box { width:100%; max-width:520px; margin-bottom:40px; }
	.company_mission_strategy .area .item .text_box { width:100%; max-width:520px; padding:0; line-height:1.5; }
	.company_mission_strategy .area .item .text_box .round { margin-bottom:16px; font-size:0.938rem; }
	.company_mission_strategy .area .item .text_box .title { margin-bottom:10px; font-size:1.25rem; }
	.company_mission_strategy .area .item .text_box .comment { font-size:0.938rem; font-weight:400; }
    .company_map .map_box { margin-bottom:75px; }
	.company_map .info .logo { margin:0 auto 16px; }
	.company_map .info .address { font-size:1.125rem; }
	.company_map .info .map_link { font-size:1.063rem; }
	.company_map_title { font-size:1.438rem; }
	.company_support_account { margin-bottom:75px; }
	.company_support_account .area .item { display:block; padding:16px 20px; }
	.company_support_account .area .item .bank { width:100%; max-width:170px; height:42px; margin:0 auto 10px; }
	.company_support_account .area .item .account { font-size:1rem; }
	.company_support_account .area .item .name { font-size:0.938rem; text-align:center; }
	.company_support_banner .title { margin-bottom:16px; font-size:1.25rem; }
	.company_support_banner { padding:40px 25% 40px 50px; }
	.company_support_banner .comment .text { font-size:0.938rem; line-height:1.5; }
	.company_support_download { max-width:265px; height:48px; }
	.company_support_download p { font-size:0.938rem; }

	/* 메인메뉴2 (사업소개) */
	.business_basic_box { margin-bottom:75px; }
	.business_basic_box .comment { font-size:0.938rem; }
	.business_colleague_goal { margin-bottom:75px; }
	.business_colleague_goal .comment { font-size:0.938rem; }
	.business_colleague_goal .area .item { display:block; padding:30px 0; }
	.business_colleague_goal .area .item .title { width:100%; max-width:250px; height:48px; margin:0 auto 16px; font-size:1.063rem; }
	.business_colleague_goal .area .item .detail { width:100%; padding-left:0; font-size:0.938rem; }
	.business_colleague_promise { margin-bottom:75px; }
	.business_colleague_promise .area { grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:16px; row-gap:16px; }
	.business_colleague_promise .area .item { padding:40px 30px; }
	.business_colleague_promise .area .item .number { margin-bottom:16px; font-size:0.938rem; }
	.business_colleague_promise .area .item .comment { font-size:1rem; line-height:1.5; }
	.business_colleague_box { margin-bottom:75px; }
	.business_colleague_box .area .item { margin-bottom:10px; }
	.business_colleague_box .area .item .page_dot { font-size:0.938rem; }
	.business_support_step .area { grid-template-columns:repeat(2, minmax(0, 1fr)); row-gap:40px; }
	.business_support_step .area .item:nth-child(2n)::before { display:none; }
	.business_support_step .area .item .number { margin-bottom:16px; font-size:0.938rem; }
	.business_support_step .area .item .title { font-size:1.063rem; }
	.business_support_step .area .item .title .small { font-size:0.938rem; }
    .business_activity_qualification { margin-bottom:75px; }
    .business_activity_qualification .page_check_area .item .text { font-size:1.063rem; }
    .business_activity_qualification .page_check_area .comment { font-size:0.938rem; }
    .business_activity_special { margin-bottom:75px; }
    .business_activity_special .area .item { display:block; padding:20px 30px; }
    .business_activity_special .area .item .subject { width:fit-content; min-height:auto; margin:0 auto 16px; padding:65px 0 0 0; font-size:1.063rem; }
    .business_activity_special .area .item_01 .subject { background:url("../wp_images/business_activity_special-01.gif") no-repeat top center; background-size:50px; }
    .business_activity_special .area .item_02 .subject { background:url("../wp_images/business_activity_special-02.gif") no-repeat top center; background-size:50px; }
    .business_activity_special .area .item_03 .subject { background:url("../wp_images/business_activity_special-03.gif") no-repeat top center; background-size:50px; }
    .business_activity_special .area .item .detail { width:100%; }
    .business_activity_special .area .item .detail .detail_item .round { font-size:0.938rem; }
    .business_activity_special .area .item .detail .detail_item .text { font-size:0.938rem; line-height:1.5; }
    .business_week_activity { margin-bottom:75px; }
    .business_week_activity .area .item { display:block; }
    .business_week_activity .area .item .image_box { width:420px; height:260px; margin:0 auto 30px; }
    .business_week_activity .area .item .text_box { width:fit-content; max-width:420px; margin:0 auto; padding:0; }
    .business_week_activity .area .item:nth-child(2n) .text_box { padding:0; }
    .business_week_activity .area .item .text_box .title { margin-bottom:16px; font-size:1.25rem; text-align:center; }
    .business_week_activity .area .item .text_box .text { font-size:0.938rem; }
    .business_activity_expectation { margin-bottom:75px; }
    .business_activity_expectation .title { margin-bottom:40px; font-size:1.25rem; }
    .business_activity_expectation .area { grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:16px; row-gap:30px; }
    .business_activity_expectation .area .item { padding-top:65px; }
    .business_activity_expectation .area .item::before { right:-8px; height:80px; }
    .business_activity_expectation .area .item:nth-child(2n)::before { display:none; }
    .business_activity_expectation .area .item .comment { font-size:0.938rem; }

    /* 메인메뉴4 (상담소 '낭패') */
    .nangpae_info_list { margin-bottom:75px; }
    .nangpae_info_list .item { display:block; }
    .nangpae_info_list .item .title { width:fit-content; min-height:auto; margin:0 auto 16px; padding:65px 0 0 0; font-size:1.063rem; }
    .nangpae_info_list .item_01 .title { background:url("../wp_images/nangpae_info_01.gif") no-repeat top center; background-size:50px; }
    .nangpae_info_list .item_02 .title { background:url("../wp_images/nangpae_info_02.gif") no-repeat top center; background-size:50px; }
    .nangpae_info_list .item .text_box { width:fit-content; margin:0 auto; }
    .nangpae_info_list .item .text_box .text { font-size:0.938rem; line-height:1.5; }
    .nangpae_info_step { margin-bottom:75px; }
    .nangpae_info_step .area { grid-template-columns:repeat(2, minmax(0, 1fr)); row-gap:40px; }
	.nangpae_info_step .area .item:nth-child(2n)::before { display:none; }
	.nangpae_info_step .area .item .number { margin-bottom:16px; font-size:0.938rem; }
	.nangpae_info_step .area .item .title { font-size:1.063rem; }
    .nangpae_info_tel { display:block; margin-bottom:75px; padding:20px; }
    .nangpae_info_tel .title { margin-bottom:10px; font-size:1.25rem; text-align:center; }
    .nangpae_info_tel .number_box { width:fit-content; min-height:50px; padding-left:70px; margin:0 auto; background-size:50px; }
    .nangpae_info_tel .number_box .item .subject { font-size:0.938rem; }
    .nangpae_info_tel .number_box .item .number { font-size:1rem; }
    .nangpae_link { max-width:250px; height:48px; }
    .nangpae_link p { font-size:0.938rem; }

	/* 연혁관리 */
    .history_list::before { left:0; }
    .history_list .decade { display:block; margin-bottom:100px; }
    .history_list .decade .title { width:100%; max-width:400px; padding:0 0 40px 40px; box-sizing:border-box; }
    .history_list .decade .title .year { padding-left:0; font-size:0.938rem; }
    .history_list .decade .title .comment { margin-bottom:20px; padding-left:0; font-size:1.438rem; }
    .history_list .decade .title .image { width:100%; height:0; padding-top:70%; box-sizing:border-box; }
    .history_list .decade .area { width:100%; padding:0; }
    .history_list .decade .area .year { padding-bottom:75px; }
    .history_list .decade .area .year dt { margin-bottom:25px; font-size:1.438rem; }
    .history_list .decade .area .year dd { margin-bottom:10px; font-size:1rem; }
    .history_list .decade .area .year::before { top:16px; left:-4px; width:10px; height:10px; }
    .history_list .decade .area .year.on::before { box-shadow:0 0 0 8px #4dad011a; }

    /* 게시판 */
    #board_tab_menu.board_tab_menu li a { padding:8px 30px; font-size:0.938rem; }

    /* 갤러리 */
    #board_gallery_list.board_gallery_list { grid-template-columns:repeat(2, minmax(0, 1fr)); column-gap:16px; row-gap:25px; }
    #board_gallery_list.board_gallery_list .background_box { margin-bottom:20px; }
    #board_gallery_list.board_gallery_list .subject_box { padding:0 25px 23px; }
    #board_gallery_list.board_gallery_list .subject_box .gallery_subject { min-height:29px; margin-bottom:10px; font-size:1rem; -webkit-line-clamp:1; }
    #board_gallery_list.board_gallery_list.newsletter { grid-template-columns:repeat(3, minmax(0, 1fr)); }

    /* 상담 관리 */
    .counseling_overview { width:auto; min-height:auto; padding:130px 0 0; background:url("../wp_images/counseling_overview.gif") no-repeat top center; background-size:100px; line-height:1.5; }
    .counseling_overview .title { margin-bottom:10px; font-size:1.25rem; text-align:center; }
    .counseling_overview .comment { font-size:0.938rem; text-align:center; }
    .counseling_input { margin-bottom:16px; padding:20px 30px; }
    .counseling_input.last { margin-bottom:75px; }
    .counseling_input .counseling_list { padding:0 5px; }
    .counseling_input .form_check_title { margin:0 0 5px 0; padding:3px 19px 5px; }
    .counseling_input .form_check_title input[type="radio"] + label { padding-left:23px; font-size:0.938rem; line-height:1.5; }
    .counseling_input .form_check_title input[type="radio"] + label:before { top:calc(50% - 8px); width:16px; height:16px; }
    .counseling_input .form_check_title input[type="radio"]:checked + label:before { border:4px solid #fff; }
    .counseling_input .form_check_title input[type="checkbox"] + label { padding-left:23px; font-size:0.938rem; line-height:1.5; }
    .counseling_input .form_check_title input[type="checkbox"] + label:before { top:calc(50% - 8px); width:16px; height:16px; }
    .counseling_input .form_check_title input[type="checkbox"]:checked + label:before { border:4px solid #fff; }
    .counseling_input .input_box { padding:5px 20px; font-size:0.938rem; line-height:30px; }
    .counseling_input .input_box#address1 { width:100%; margin-bottom:5px; }
    .counseling_input .input_box#address2 { width:100%; }
    .counseling_input .input_box::placeholder { font-size:0.938rem; }
    .counseling_input .postcode { margin-bottom:5px; }
    .counseling_input .click_button { height:42px; font-size:0.938rem; line-height:42px; }
    .counseling_input .textarea_title { display:block; width:100%; margin-bottom:10px; font-size:1rem; vertical-align:auto; transform:none; }
    .counseling_input .input_box#subject { width:100%; font-size:0.938rem; }
    .counseling_input .textarea_box#comment { width:100%; padding:16px 20px; font-size:0.938rem; }
    .counseling_input .textarea_box::placeholder { font-size:0.938rem; }
    .counseling_input .info { margin-top:16px; }
    .counseling_input .info .page_check_area { width:100%; margin-bottom:16px; }
    .counseling_input .info .page_check_area .item .text { font-size:0.938rem; }
    .counseling_input .info .page_check_area .comment { font-size:0.875rem; line-height:1.5; }
    .counseling_title_h4 { margin-bottom:16px; padding-bottom:10px; font-size:1.063rem; }
    .counseling_title_h4 .small { font-size:0.938rem; }
    .counseling_title_h5 { margin:20px 0 10px; font-size:1rem; }
    .counseling_title_h4 .small .star { font-size:1.25rem; transform:translatey(5px); }
    .counseling_agree#privacy_agree .agree_list li label { font-size:0.938rem; }
    .counseling_button#form_button button { height:42px; font-size:0.938rem; }
}
@media (max-width:480px)
{
	.popup_box { width:300px !important; left:calc(50% - 150px) !important; }
	#popup_dim .popup_container { width:70%; }
	#popup_dim .popup_container.popup_plural { width:70%; }
	#popup_dim .popup_container.popup_double { width:70%; }
	#popup_dim .control { column-gap:30px; }
	#popup_dim .popup_btn { width:35px; height:35px; }
	#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; }
	/*****************************************************************************************************************/

	/* 서브화면 레이아웃 */
    #sub_container { width:90%; margin:40px auto 50px; }

    /* 상단영역 콘텐츠 */
	#top_contents { height:60px; }
	#top_contents .top_logo { width:200px; }
	#top_contents .top_logo a { height:40px; }
	#top_contents .mobile_menu_top { height:60px; }
	#top_contents .mobile_menu_top .home { font-size:100%; line-height:60px; }
	#top_contents .mobile_menu_open { top:calc(50% - 16px); width:32px; height:32px; background-size:14px; }
	#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 > button { font-size:95%; }
	#top_contents .main_menu .menu_list > li:nth-child(4) > a { font-size:95%; }
	#top_contents .main_menu .menu_list > li:nth-child(5) > a { font-size:95%; }
    #top_contents .main_menu .menu_list ul li a { padding:3% 0 3% 7%; font-size:90%; }
	.quick_tel { display:flex; justify-content:center; align-items:center; position:fixed; bottom:75px; right:3.5%; z-index:1100; width:45px; height:45px; background-color:#4dad01; color:#fff; border-radius:50%; }

	/* 하단영역 콘텐츠 */
	#bottom_contents .donate .text_box { padding-left:50px; }
	#bottom_contents .donate .text_box::before { width:36px; height:36px; }
	#bottom_contents .donate .text_box .title { font-size:0.813rem; }
	#bottom_contents .donate .text_box .number { font-size:1rem; }
	#bottom_contents .donate .text_box .number .pc_show { display:none; }
	#bottom_contents .donate .text_box .number .mobile_show { display:block; }
	#bottom_contents .bottom_menu li a { font-size:0.813rem; }
	#bottom_contents .bottom_address { display:block; width:fit-content; margin:0 auto 10px; font-size:0.813rem; }
	#bottom_contents .bottom_address .space { margin-bottom:5px; }
	#bottom_contents .bottom_address .space.last { margin-bottom:0; }
	#bottom_contents .bottom_address .space.pc_show { display:none; }
	#bottom_contents .bottom_address .space.mobile_show { display:flex; }

	/* 메인화면 콘텐츠 */
	#main_visual { margin-bottom:60px; }
	#main_visual .visual_slide { margin-bottom:60px; }
	#main_visual .visual_slide .swiper-slide { padding-top:62.5%; }
	#main_visual .visual_slide .swiper-slide .text_box { top:12%; left:6%; }
	#main_visual .visual_slide .swiper-slide .text_box .small { font-size:1rem; }
	#main_visual .visual_slide .swiper-slide .text_box .big { font-size:1.5rem; }
    #main_visual .notice { width:90%; }
    #main_visual .notice .page_main_more { top:6px; }
    #main_visual .notice .tab_menu { font-size:0.875rem; font-weight:500; letter-spacing:-0.1px; }
	#main_visual .notice .tab_menu li a { padding:4px 10px; }
	#main_visual .notice .tab_content { min-height:225px; padding:20px 25px; }
    #main_visual .notice .tab_content > .tab_item ul li .board_subject { max-width:calc(100% - 80px); }
    #main_visual .notice .tab_content > .tab_item ul li .board_subject .icon_notice { padding:0 8px; }
	#main_item { width:90%; margin-bottom:50px; }
    #main_item .shortcut .promotion { margin-bottom:60px; }
    #main_item .shortcut .promotion .recruit { width:calc(100% - 176px); }
    #main_item .shortcut .promotion .recruit a { padding:16px 10px; }
    #main_item .shortcut .promotion .recruit .title { font-size:0.875rem; }
	#main_item .shortcut .promotion .recruit .title strong { font-size:1.063rem; }
    #main_item .shortcut .promotion .kakao { width:160px; }
	#main_item .shortcut .promotion .kakao .more { font-size:0.875rem; }
	#main_item .shortcut .gallery { margin-bottom:60px; }
	#main_item .shortcut .gallery ul { grid-template-columns:repeat(2, minmax(0, 1fr)); }
	#main_item .shortcut .gallery ul li:nth-child(3) { display:none; }
	#main_item .shortcut .gallery ul li a .subject_box { font-size:0.938rem; }
	#main_item .shortcut .gallery ul li a .subject_box { min-height:66px; padding:10px 5px; }
	#main_item .shortcut .gallery ul li a .subject_box .gallery_subject { -webkit-line-clamp:2; }
    #main_item .info { margin-bottom:60px; }
	#main_item .info ul { padding:20px 25px; }
    #main_item .info ul li .board_subject { max-width:calc(100% - 80px); }
    #main_item .info ul li .board_subject .icon_notice { padding:0 8px; }

    /* 페이지 공용 */
    .page_table thead th { font-size:0.938rem; }
	.page_table tbody tr td { font-size:0.875rem; }
    .page_table_unit { font-size:0.875rem; }
    .page_margin { width:90%; }
	.page_title_h3 { font-size:1.5rem; }
	.page_main_more { top:4px; }
	.page_control { column-gap:12px; padding:4px 20px; }
	.page_control .pagination.swiper-pagination { font-size:0.875rem; }
	.page_business_overview { margin-bottom:60px; }
	.page_business_overview .image_box { width:100%; height:0; margin-bottom:25px; padding-top:60%; }
	.page_business_overview2 { margin-bottom:60px; }
	.page_business_image { padding-top:34%; }
    .page_business_quotation .comment { font-size:1rem; }
	.page_check_area { padding:30px; }
	.page_check_area .item .text { font-size:0.875rem; }

    /* 메인메뉴0 (약관 및 정책) */
    .guide .image_box { padding-top:34%; }
    .guide .text_box .text { font-size:0.875rem; }

    /* 메인메뉴1 (우리이웃) */
	.company_mission_goal { margin-bottom:60px; }
	.company_mission_vision { margin-bottom:60px; }
	.company_mission_vision .item { margin-bottom:60px; }
	.company_mission_vision .item .comment { font-size:0.938rem; }
	.company_mission_strategy .area .item { margin-bottom:40px; }
	.company_mission_strategy .area .item .image_box { margin-bottom:25px; }
	.company_mission_strategy .area .item .text_box .round { font-size:0.875rem; }
	.company_mission_strategy .area .item .text_box .title { font-size:1.063rem; }
	.company_mission_strategy .area .item .text_box .comment { font-size:0.875rem; }
    .company_map .map_box { margin-bottom:60px; }
	.company_map .info .logo { height:30px; }
	.company_map .info .address { font-size:1rem; }
	.company_map .info p { font-size:0.875rem; }
	.company_map .info .map_link { font-size:1rem; }
	.company_map_title { padding:6px 0 6px 60px; }
	.company_map_title.bus { background:url("../wp_images/page_map_bus.gif") no-repeat left center; background-size:45px; }
	.company_map_table { font-size:0.875rem; }
	.company_map_rough { margin-bottom:60px; }
    .company_support_account { margin-bottom:60px; }
	.company_support_account .info { padding:0 20px; }
	.company_support_account .info .text { margin-bottom:16px; font-size:0.875rem; }
	.company_support_banner { margin-bottom:40px; padding:30px 25% 30px 40px; background:url("../wp_images/company_support_banner.jpg") no-repeat center right -265px; background-size:cover; }
	.company_support_banner .title { line-height:1.5; }
	.company_support_banner .comment .text { font-size:0.875rem; }

	/* 메인메뉴2 (사업소개) */
	.business_basic_box { margin-bottom:60px; }
	.business_basic_box .comment { font-size:0.875rem; }
	.business_colleague_goal { margin-bottom:60px; }
	.business_colleague_goal .comment { margin-bottom:40px; font-size:0.875rem; }
	.business_colleague_goal .area .item .title { font-size:1rem; }
	.business_colleague_goal .area .item .detail { font-size:0.875rem; }
	.business_colleague_promise { margin-bottom:60px; }
	.business_colleague_promise .area .item { padding:30px 10px; }
	.business_colleague_promise .area .item .number { font-size:0.875rem; }
	.business_colleague_promise .area .item .comment { font-size:0.938rem; }
	.business_colleague_box { margin-bottom:60px; }
	.business_colleague_box .area .item .page_dot { font-size:0.875rem; }
	.business_support_step .area .item .number { font-size:0.875rem; }
	.business_support_step .area .item .title { font-size:0.938rem; }
	.business_support_step .area .item .title .small { font-size:0.875rem; }
    .business_activity_qualification { margin-bottom:60px; }
    .business_activity_qualification .page_check_area .item .text { font-size:1rem; }
    .business_activity_qualification .page_check_area .comment { font-size:0.875rem; }
    .business_activity_special { margin-bottom:60px; }
    .business_activity_special .area .item .subject { padding:0; }
    .business_activity_special .area .item_01 .subject { background:none; }
    .business_activity_special .area .item_02 .subject { background:none; }
    .business_activity_special .area .item_03 .subject { background:none; }
    .business_activity_special .area .item .detail .detail_item .round { font-size:0.875rem; }
    .business_activity_special .area .item .detail .detail_item .text { font-size:0.875rem; }
    .business_week_activity { margin-bottom:60px; }
    .business_week_activity .area .item { margin-bottom:40px; }
    .business_week_activity .area .item .image_box { width:100%; height:0; margin-bottom:25px; padding-top:60%; }
    .business_activity_expectation { margin-bottom:60px; }
    .business_activity_expectation .area .item .comment { font-size:0.875rem; }

    /* 메인메뉴4 (상담소 '낭패') */
    .nangpae_info_list { margin-bottom:60px; }
    .nangpae_info_list .item .text_box .text { font-size:0.875rem; }
    .nangpae_info_step { margin-bottom:60px; }
    .nangpae_info_step .area .item .number { font-size:0.875rem; }
	.nangpae_info_step .area .item .title { font-size:0.938rem; }
    .nangpae_info_tel .title { font-size:1.063rem; }
    .nangpae_info_tel { margin-bottom:60px; }
    .nangpae_info_tel .number_box .item { column-gap:16px; }
    .nangpae_info_tel .number_box .item .subject { font-size:0.875rem; }
    .nangpae_info_tel .number_box .item .number { font-size:0.938rem; }
    .nangpae_info_tel .number_box .item .number.pc_show { display:none; }
    .nangpae_info_tel .number_box .item .number.mobile_show { display:block; }

    /* 연혁관리 */
    .history_list .decade { margin-bottom:75px; }
    .history_list .decade .area .year { padding-bottom:60px; }
    .history_list .decade .area .year dd { font-size:0.938rem; line-height:1.5; }
    .history_list .decade .area .year dd .month { width:110px; }
    .history_list .decade .area .year dd .text { width:calc(100% - 110px); }

    /* 갤러리 */
    #board_gallery_list.board_gallery_list li { border-radius:10px; }
    #board_gallery_list.board_gallery_list .background_box { margin-bottom:16px; border-radius:10px; }
    #board_gallery_list.board_gallery_list .subject_box { padding:0 20px 12px; }
    #board_gallery_list.board_gallery_list .subject_box .gallery_subject { min-height:26px; margin-bottom:8px; font-size:0.938rem; }
    #board_gallery_list.board_gallery_list .subject_box .date { font-size:0.813rem; }
    #board_gallery_list.board_gallery_list.newsletter { grid-template-columns:repeat(2, minmax(0, 1fr)); }
    #board_gallery_list.board_gallery_list.newsletter .subject_box { padding-bottom:13px; }

    /* 상담 관리 */
    .counseling_input.last { margin-bottom:60px; }
    .counseling_input .form_check_title input[type="radio"] + label { font-size:0.875rem; }
    .counseling_input .form_check_title input[type="checkbox"] + label { font-size:0.875rem; }
    .counseling_input .input_box::placeholder { font-size:0.875rem; }
    .counseling_input .textarea_box::placeholder { font-size:0.875rem; }
    .counseling_input .info .page_check_area .comment { margin-left:0; font-size:0.813rem; }
    .counseling_input .info .page_check_area .comment.round { padding:5px 20px; border-radius:5px; }
    .counseling_agree#privacy_agree .agree_list { margin-bottom:40px; }
    .counseling_agree#privacy_agree .agree_list li label { font-size:0.875rem; }
}
@media (max-width:375px)
{
	/*****************************************************************************************************************/

}