@font-face { font-family:"Pretendard_Variable"; font-weight:45 920; font-style:normal; font-display:swap; src:local("Pretendard Variable"), url("../wp_default_image/pretendard_variable.woff2") format("woff2-variations"); }
@font-face { font-family:"Sebang_Gothic"; font-weight:400; font-style:normal; src:url("../wp_default_image/SEBANG_Gothic.woff") format("woff"); }
@font-face { font-family:"Sebang_Gothic"; font-weight:600; font-style:normal; src:url("../wp_default_image/SEBANG_Gothic_Bold.woff") format("woff"); }
@font-face { font-family:"Play"; font-weight:400; font-style:normal; src:url("../wp_default_image/Play-Regular.woff") format("woff"); }
@font-face { font-family:"Play"; font-weight:600; font-style:normal; src:url("../wp_default_image/Play-Bold.woff") format("woff"); }
@font-face { font-family:"Maruburi"; font-weight:400; font-style:normal; src:url("../wp_default_image/MaruBuri-SemiBold.woff") format("woff"); }
@font-face { font-family:"Maruburi"; font-weight:600; font-style:normal; src:url("../wp_default_image/MaruBuri-Bold.woff") format("woff"); }
/*****************************************************************************************************************/
html, 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:"Pretendard_Variable", "dotum", "돋움", "Helvetica", "sans-serif"; font-size:1.1em; font-weight:320; color:#333; line-height:1.7em; }
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; box-shadow:none; border-radius:0; 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-size:95%; font-family:"Pretendard_Variable"; }
input::placeholder { color:#777; }
:root
{
	--form-check-color:#003f98;
	--form-button-color:#003f98;
	--mobile-point-color:#003f98;
}
.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:500; }
.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; -moz-appearance:none; -webkit-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"] { -webkit-appearance:none; position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border: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"] { -webkit-appearance:none; position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border: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"] { -webkit-appearance:none; width:20px; height:20px; margin:0; padding:0; border: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; line-height:22px; vertical-align:middle; }
#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; list-style:none; }
#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 85% 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; left:1px; bottom:-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; text-overflow:ellipsis; white-space:nowrap; }
#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; left:50%; bottom:-4px; 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 10px; background-color:#fbfbfb; font-size:115%; 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%; list-style:none; }
#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 { overflow:hidden; display:block; width:calc(100% - 50px); text-overflow:ellipsis; white-space:nowrap; }
#board_input { margin:0 0 40px; }
#board_input h4 { display:block; float:left; margin:0 0 10px; padding:0; 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 .consult_list_link { float:right; position:relative; margin:0 0 0 10px; padding:3px 10px 3px 30px; background-color:var(--form-button-color); font-size:90%; font-weight:400; color:#fff; border-radius:3px; }
#board_input .consult_list_link::after { content:""; display:block; position:absolute; top:calc(50% - 6px); left:10px; width:14px; height:12px; background:url("../wp_default_image/admin_sprite.png") no-repeat -82px 0; }
#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 { clear:both; display:block; 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; -moz-appearance:none; -webkit-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; list-style:none; }
#board_input .attach_modify li { overflow:hidden; padding:8px 0; }
#board_input .attach_modify li:last-child { border-bottom:none; }
#board_input .attach_modify .first_line { border-bottom:1px solid #ddd; font-weight:500; }
#board_input .attach_modify .first_line span { height:inherit; }
#board_input .attach_modify .first_line .attach_name { font-size:100%; }
#board_input .attach_modify .attach_sort { float:left; width:100px; text-align:center; }
#board_input .attach_modify .attach_sort input { float:none; width:40px; margin:0 auto; text-align:center; }
#board_input .attach_modify .attach_name { float:left; width:calc(100% - 200px); font-size:90%; text-align:left; }
#board_input .attach_modify .attach_name img { margin:0 5px 0 0; vertical-align:middle; }
#board_input .attach_modify .attach_name .input_box { float:none; margin-left:5px; }
#board_input .attach_modify .attach_delete { float:left; position:relative; width:100px; height:45px; margin:0; text-align:center; }
#board_input .attach_modify .attach_delete .form_check_choose { position:absolute; top:calc(50% - 11px); left:calc(50% - 11px); }
#board_auth { width:450px; margin:0 auto 60px; padding:30px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; }
#board_auth p { margin:0 0 10px; font-size:90%; font-weight:400; text-align:center; }
#board_auth label { float:left; width:100px; height:42px; padding-right:20px; font-weight:500; text-align:right; line-height:42px; box-sizing:border-box; }
#board_auth .form_input_box { float:left; width:calc(100% - 100px); }
#board_gallery_list { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; column-gap:20px; row-gap:50px; margin:0 0 30px; }
#board_gallery_list li { text-align:center; list-style:none; 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:3px; }
#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 { overflow:hidden; display:block; margin:0; font-size:85%; 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 { margin:0; padding:0; list-style:none; }
#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 { margin:0; padding:0; 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 { margin:0; padding:0 10px; list-style:none; }
#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; padding:0; }
#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; font-size:90%; height:32px; 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; text-align:center; font-size:95%; font-weight:400; 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 { float:right; display:block; 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; -moz-appearance:none; -webkit-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); text-align:center; font-size:110%; font-weight:500; color:#fff; }
#member_login .account_button { margin:0; padding:0; list-style:none; 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 { padding-bottom:15px; margin-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; clear:both; overflow-y:scroll; width:100%; max-height:300px; margin:10px 0; padding:10px; background-color:#fbfbfb; font-size:90%; word-break:keep-all; box-sizing:border-box; }
#privacy_agree ul.agree_text { height:inherit; margin:0; padding:20px; border:none; }
#privacy_agree ul.agree_text li { overflow:hidden; width:inherit; margin:0; padding:10px 0; border-bottom:1px solid #ddd; }
#privacy_agree ul.agree_text li:first-child { margin:0; }
#privacy_agree ul.agree_text li:last-child { border:none; }
#privacy_agree ul.agree_text li strong { display:block; float:left; width:160px; text-align:center; }
#privacy_agree ul.agree_text li span { display:block; float:left; width:calc(100% - 160px); }
#privacy .title { margin:0 0 40px; padding:0 0 20px; border-bottom:1px solid #ddd; font-size:110%; text-align:center; line-height:160%; word-break:keep-all; }
#privacy h4 { margin:0; padding:10px; border-bottom:2px solid #222; font-size:110%; font-weight:500; }
#privacy h4 .round { display:inline-block; margin-right:8px; padding:2px 10px; background-color:#222; color:#fff; border-radius:9px; }
#privacy .comment { margin-bottom:40px; padding:20px; border:1px solid #ededed; border-top:none; font-size:95%; line-height:160%; word-break:keep-all; }
#privacy .comment.last { margin-bottom:0; }
#privacy .comment p { margin:0; padding:0; }
#privacy .comment ul ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol > li { padding:5px 0; list-style:decimal; }
#privacy .comment ol > li > ul > li > ul > li { padding:5px 0; list-style:upper-roman; }
#privacy .comment ol { margin-left:0; padding-left:20px; }
#privacy .comment ul { margin-left:20px; padding-left:0; }
#paging_move_box { margin:0; padding:0; }
#paging_move_box .number { display:inline-block; margin:0 3px; font-weight:500; line-height:28px; }
#paging_move_box .number a { display:block; padding:0 5px; border:1px solid #e5e5e5; text-align:center; color:#333; }
#paging_move_box .number strong { display:block; padding:0 5px; border:1px solid #ff6600; color:#ff6600; }
#paging_move_box .number a:hover { border:1px solid #ff6600; color:#000; }
#paging_move_box span.none { margin:0 10px; color:#666; cursor:default; }
#paging_move_box .none a { font-weight:400; text-decoration:none; color:#000; }
#paging_move_box .none a:hover { text-decoration:underline; color:#ff6600; }
#paging_move_round { margin:0; padding:0; }
#paging_move_round .number { display:inline-block; margin:0 3px; width:30px; font-size:90%; font-weight:500; line-height:30px; vertical-align:middle; 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; font-size:90%; font-weight:450; }
#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:115%; 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; font-size:110%; 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:180%; 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% - 5px); 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% - 6px); 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% - 5px); 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; width:100%; height:85px; position:relative; 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-left:6px solid transparent; border-right: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; font-size:105%; 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; font-size:110%; }
#admin_aside .today_date #live_time { display:block; font-size:140%; color:#ff3333; }
#admin_aside .aside_title { display:block; margin-bottom:5px; word-break:keep-all; }
#admin_aside .aside_title span { font-size:90%; font-weight:400; color:#666; }
#admin_aside .login_ment { display:block; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; color:#888; }
#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; -moz-appearance:none; -webkit-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:110%; 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:5px; 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; font-size:110%; text-align:center; color:#fff; line-height:140%; 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:90%; 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 { color:#ff3333; }
#admin_main_section .main_volume .volume_box .small { font-size:85%; }
#admin_main_section .main_volume .volume_box .capacity { color:#666; }
#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; font-size:105%; 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; margin-top:3px; font-size:150%; font-weight:400; }
#admin_main_section .member ul li a strong span { font-size:60%; }
#admin_main_section .state .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -100px -40px; }
#admin_main_section .admin_main_table { width:100%; font-size:110%; text-align:center; }
#admin_main_section .admin_main_table thead { border-bottom:2px solid #ddd; }
#admin_main_section .admin_main_table thead th { padding:5px 0; border:1px solid #dcdcdc; border-right:none; background-color:#efefef; font-weight:400; }
#admin_main_section .admin_main_table thead th:first-child { border-left:none; }
#admin_main_section .admin_main_table tbody td { padding:10px 0; border:1px solid #dcdcdc; border-right:none; }
#admin_main_section .admin_main_table tbody tr td:first-child { border-left:none; }
#admin_main_section .admin_main_table .red { color:#ff3333; }
#admin_main_section .admin_main_table strong { font-size:140%; font-weight:500; }
#admin_main_section .plan .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -80px -40px; }
#admin_main_section .plan ul li { overflow:hidden; padding:10px 0; border-top:1px solid #ededed; }
#admin_main_section .plan ul li .date { display:block; float:left; width:130px; word-break:keep-all; }
#admin_main_section .plan ul li .subject { display:block; float:left; width:calc(100% - 130px); word-break:keep-all; }
#admin_main_section .maintenance .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -40px; }
#admin_main_section .maintenance #webplusFrame { width:100%; height:280px; border:none; }
#admin_main_section .notice_box .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -40px; }
#admin_main_section .notice_box ul li { overflow:hidden; padding:4px 0 4px 10px; background:url("../wp_default_image/admin_gray_dot.png") no-repeat left 60%; }
#admin_main_section .notice_box ul li .icon_notice { display:block; overflow:hidden; float:left; width:60px; margin-right:5px; background-color:#222; font-size:95%; text-align:center; color:#fff; border-radius:5px; }
#admin_main_section .notice_box ul li .subject { display:block; overflow:hidden; float:left; width:calc(100% - 150px); font-size:105%; word-break:keep-all; text-overflow:ellipsis; white-space:nowrap; }
#admin_main_section .notice_box ul li .reply { float:left; }
#admin_main_section .notice_box ul li .date { display:block; float:right; width:70px; text-align:right; color:#666; word-break:keep-all; }
#admin_main_section .gallery .box_title::before { width:17px; background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -40px; }
#admin_main_section .gallery ul { overflow:hidden; text-align:center; }
#admin_main_section .gallery ul li { float:left; width:19.2%; margin:0 1% 20px 0; }
#admin_main_section .gallery ul li:nth-child(5n) { margin-right:0; }
#admin_main_section .gallery ul li .image { display:block; margin:0 auto 5px; width:100%; padding-top:75%; }
#admin_main_section .gallery ul li span { display:block; overflow:hidden; margin:0 auto; width:100%; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
#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; box-shadow:2px 2px 5px #bbc6d3; border-radius:5px; box-sizing:border-box; }
#admin_sub_section .button_big { display:inline-block; height:26px; padding:0 10px; border:1px solid #ddd; background-color:#fff; box-sizing:border-box; vertical-align:middle; 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.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:85%; line-height:20px; box-sizing:border-box; vertical-align:middle; }
#admin_position { overflow:hidden; height:28px; 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:180%; font-weight:600; line-height:26px; }
#admin_position .etc_menu { float:right; }
#admin_position .sub_menu { float:left; overflow:hidden; }
#admin_position .sub_menu li { position:relative; float:left; 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; line-height:30px; vertical-align:middle; }
#admin_sub_search #search_area .form_check_title { display:inline-block; height:26px; margin-right:10px; line-height:26px; vertical-align:middle; }
#admin_document input.input_box { height:26px; padding:3px 5px; border:1px solid #ddd; box-sizing:border-box; vertical-align:middle; }
#admin_document input.input_chk { height:26px; padding:3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; box-sizing:border-box; appearance:none; -moz-appearance:none; -webkit-appearance:none; vertical-align:middle; }
#admin_document select.input_box { height:26px; padding:3px 25px 3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; box-sizing:border-box; appearance:none; -moz-appearance:none; -webkit-appearance:none; vertical-align:middle; }
#admin_document select.input_chk { height:26px; 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; box-sizing:border-box; appearance:none; -moz-appearance:none; -webkit-appearance:none; vertical-align:middle; }
#admin_document .textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#admin_document .textarea_chk { width:100%; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; }
#admin_document .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#admin_document .icon_item { padding:0 5px; border:1px solid #666; background-color:#666; font-size:80%; color:#fff; border-radius:5px; }
#admin_document .step_select1 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#666; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select2 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#ffff00; font-size:90%; color:#0000ff; line-height:16px; }
#admin_document .step_select3 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#3399ff; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select9 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#000; font-size:90%; color:#fff; line-height:16px; }
#admin_document #subFrame { width:100%; height:800px; }
#admin_document .select_box { float:left; position:relative; width:300px; margin-right:10px; }
#admin_document .select_box ul,.select_box li,.select_box dl,.select_box dt,.select_box dd,.select_box p { margin:0; padding:0; }
#admin_document .select_box .select_label { height:26px; padding:0 20px 0 5px; border:1px solid #ddd; background:#fff url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; cursor:pointer; box-sizing:border-box; }
#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; _cursor:hand; }
#admin_document .select_box .select_data ul li dl dt span { display:block; overflow:hidden; padding:4px 3px 3px; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl { position:relative; }
#admin_document .select_box .select_data ul li dl dd { display:none; position:absolute; top:-2px; left:100%; margin-left:-5px; padding-left:14px; color:#fff; line-height:15px; }
#admin_document .select_box .select_data ul li dl dd::before { content:""; display:block; position:absolute; top:8px; left:10px; border-top:4px solid transparent; border-right:4px solid #222; border-bottom:4px solid transparent; }
#admin_document .select_box .select_data ul li dl dd p { padding:4px; border:1px solid #222; border-left:0; background:#4d4d4d; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl dd img { vertical-align:top; }
#admin_document .select_box .select_data ul li.on dl dd { display:block; }
#admin_document .select_box .select_data ul li.on dl dt { background-color:#ededed; color:#000; }
#admin_document .table_list { width:100%; border:0; border-collapse:collapse; }
#admin_document .table_list caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_list th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; color:#444; vertical-align:middle; white-space:normal; }
#admin_document .table_list th p { display:inline-block; margin:0; padding:0; text-align:left; vertical-align:middle; }
#admin_document .table_list th p.order_by { line-height:0; }
#admin_document .table_list th p.order_by a { display:block; }
#admin_document .table_list td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; white-space:normal; word-break:break-all; }
#admin_document .table_list td.text_left { text-align:left; }
#admin_document .table_list td.text_right { text-align:right; }
#admin_document .table_list td.text_center { text-align:center; }
#admin_document .table_view { width:100%; margin:0 0 10px; border:0; border-collapse:collapse; }
#admin_document .table_view caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_view th { width:8%; padding:5px; border:1px solid #c9c9c9; border-right:2px solid #9b9b9b; background-color:#ececec; color:#444; text-align:left; vertical-align:middle; white-space:normal; }
#admin_document .table_view td { padding:5px; border:1px solid #c9c9c9; background-color:#fff; vertical-align:middle; }
#admin_document .table_view .bottom_line { border-bottom:1px solid #8e8e8e; }
#admin_document .table_view .smartOutput img { max-width:100%; height:inherit; }
#admin_document .table_view .smartOutput video { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box { margin-bottom:20px; text-align:center; }
#admin_document .table_view .image_view_box img { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box span { display:block; margin:0 auto; }
#admin_document .table_view .image_view_box video { max-width:100%; height:inherit; }
#admin_document .table_view .file_download { margin-top:10px; padding:10px; border:3px solid #ededed; background-color:#fbfbfb; text-align:left; }
#admin_document .table_view .inner_table { width:100%; border:0; border-collapse:collapse; table-layout:fixed; }
#admin_document .table_view .inner_table th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; text-align:center; color:#444; vertical-align:middle; }
#admin_document .table_view .inner_table td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; word-break:break-all; white-space:normal; }
#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%; list-style:none; }
#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); text-overflow:ellipsis; white-space:nowrap; }
#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; color:#444; text-align:left; 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; line-height:26px; vertical-align:middle; }
#admin_document .table_input .sub_title { display:inline-block; height:26px; line-height:26px; vertical-align:middle; }
#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 { margin:0; padding:0; 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; color:#fff; font-size:115%; font-weight:500; border-radius:3px; }
#admin_document #bottom .center_button button.cancel { border:1px solid #ddd; background-color:#fbfbfb; color:#000; }
#admin_document #bottom #keyword_search { clear:both; text-align:center; }
/*****************************************************************************************************************
- 개발자가 개발범위에 맞는 Class 및 ID 값을 작성규칙에 의거하여 새롭게 정의한다. (네이밍 수정불가)
*****************************************************************************************************************/

/* Body */
#popup_body { margin:0; padding:0; }
#main_body { margin:0; padding:0; }
#sub_body { margin:0; padding:0; }

/* 메인화면 레이아웃 */
#main_wrap { margin:0; padding:0; }
#main_header { margin:0; padding:0; }
#main_section { margin:0; padding:0; }
#main_footer { clear:both; background-color:#fff; }

/* 서브화면 레이아웃 */
#sub_wrap { margin:0; padding:0; }
#sub_header { margin:0; padding:0; }
#sub_header #top_contents { position:relative; }
#sub_header #top_contents .sitemap_button { position:absolute; }
#sub_container { margin:0; padding:0; }
#sub_footer { clear:both; border-top:1px solid #d0d0d0; background-color:#fff; }
#sub_footer #bottom_contents .main_top_move { display:none; }

/* 상단영역 콘텐츠 */
#mobile_top_contents { display:none; }
#top_contents { position:fixed; top:0; left:0; z-index:3000; width:100%; height:120px; border-bottom:1px solid transparent; transition:0.3s; }
#top_contents .top_division { position:relative; width:1300px; height:120px; margin:0 auto; padding-left:330px; border-bottom:1px solid rgba(255, 255, 255, 0.6); box-sizing:border-box; }
#top_contents .top_logo { position:absolute; top:34px; left:0; }
#top_contents .top_logo a { display:block; width:248px; height:44px; background:url("../wp_images/logo_white.png") no-repeat 0 0; text-indent:-9999px; transition:0.3s; }
#top_contents .top_nav::after { content:""; display:block; clear:both; }
#top_contents .main_menu { float:left; width:calc(100% - 100px); }
#top_contents .main_menu > ul::after { content:""; display:block; clear:both; }
#top_contents .main_menu > ul > li { float:left; width:25%; text-align:center; }
#top_contents .main_menu > ul > li > a { display:block; position:relative; height:120px; font-family:"Sebang_Gothic"; font-size:115%; font-weight:600; color:#fff; line-height:140px; }
#top_contents .main_menu > ul > li > a::after { content:""; display:block; position:absolute; right:0; bottom:-2px; width:100%; border-bottom:3px solid #003f98; opacity:0; }
#top_contents .main_menu > ul > li:hover > a::after { opacity:1; }
#top_contents .main_menu > ul > li > ul { display:none; height:250px; padding-top:30px; text-align:center; box-sizing:border-box; }
#top_contents .main_menu > ul > li > ul > li { position:relative; margin:0 0 5px; text-align:center; }
#top_contents .main_menu > ul > li > ul > li a { font-size:95%; font-weight:450; }
#top_contents .main_menu > ul > li > ul > li a:hover { color:#003f98; }
#top_contents .language { float:right; position:relative; width:100px; margin-top:57px; }
#top_contents .language button { display:block; width:95px; height:22px; padding-left:10px; background:url("../wp_images/top_language_01.png") no-repeat left center, url("../wp_images/top_language_02.png") no-repeat right center; font-size:110%; color:#fff; line-height:22px; box-sizing:border-box; }
#top_contents .language ul { display:none; position:absolute; top:calc(100% + 10px); left:5%; width:90%; padding:0 10px; border:1px solid #d2d2d2; background-color:#fff; box-sizing:border-box; }
#top_contents .language ul li { border-bottom:1px solid #dcdcdc; text-align:center; }
#top_contents .language ul li:last-child { border:none; }
#top_contents .language ul li a { font-size:90%; font-weight:450; }
#top_contents .language ul li a:hover { color:#cc0000; }
#top_contents .sitemap_button { position:fixed; top:57px; right:calc(50% - 700px); width:22px; height:22px; background:url("../wp_images/top_sitemap_button.png") no-repeat 0 0; text-indent:-9999px; }
#top_contents .sitemap { display:block; position:fixed; top:-100%; left:0; width:100%; height:100vh; z-index:3000; background:#f5f5f5 url("../wp_images/top_sitemap_bg.jpg") no-repeat right bottom; opacity:0; transition:0.5s; }
#top_contents .sitemap.open { top:0; opacity:1; transition:0.5s; }
#top_contents .sitemap .inner { position:relative; width:1350px; height:100%; margin:0 auto; border-left:1px solid #e3e3e3; }
#top_contents .sitemap .close_button { position:absolute; top:57px; right:30px; z-index:100; width:22px; height:22px; background:url("../wp_images/top_sitemap_close.gif") no-repeat 0 0; text-indent:-9999px; }
#top_contents .sitemap .logo { display:block; position:absolute; top:34px; left:25px; z-index:100; width:248px; height:44px; background:url("../wp_images/logo_color.png") no-repeat 0 0; text-indent:-9999px; transition:0.3s; }
#top_contents .sitemap .menu { overflow:hidden; }
#top_contents .sitemap .menu > li { float:left; position:relative; width:25%; height:100vh; padding:20vh 20px 0 40px; border-right:1px solid #e3e3e3; box-sizing:border-box; }
#top_contents .sitemap .menu > li::after { content:""; display:block; position:absolute; top:calc(20vh - 8px); left:0; height:45px; border-right:3px solid #003f98; opacity:0; }
#top_contents .sitemap .menu > li.on::after { opacity:1; }
#top_contents .sitemap .menu > li:hover::after { opacity:1; }
#top_contents .sitemap .menu > li .title { display:block; position:relative; margin:0 0 60px; font-family:"Sebang_Gothic"; font-size:200%; font-weight:600; }
#top_contents .sitemap .menu > li ul li { margin-bottom:50px; }
#top_contents .sitemap .menu > li ul li a { font-size:110%; font-weight:500; }
#top_contents .sitemap .menu > li ul li.on a { color:#003f98; }
#top_contents .sitemap .menu > li ul li:hover a { color:#003f98; }
#top_contents .sitemap .contact_us { position:absolute; top:calc(20vh + 420px); left:75%; padding-left:40px; font-family:"Sebang_Gothic"; font-size:170%; font-weight:600; }
#top_contents .sitemap .contact_us::after { content:""; display:block; position:absolute; top:-30px; right:-30px; width:10px; height:10px; border:10px solid #f5e6c4; background-color:#f7ab00; border-radius:20px; }
#top_contents.text_black { height:100px; }
#top_contents.text_black .top_division { height:100px; border-bottom:1px solid #d0d0d0; }
#top_contents.text_black .top_logo { top:17px; }
#top_contents.text_black .top_logo a { background:url("../wp_images/logo_color.png") no-repeat 0 0; transition:0.3s; }
#top_contents.text_black .main_menu > ul > li > a { height:100px; color:#000; transition:0.3s; line-height:100px; }
#top_contents.text_black .language { margin-top:37px; }
#top_contents.text_black .language button { filter:brightness(0%); color:#000; transition:0.3s; }
#top_contents.text_black .sitemap_button { top:37px; filter:brightness(0%); transition:0.3s; }
#top_contents.hover_black { border-bottom:1px solid #ddd; background-color:#fff; }
#top_contents.hover_black .top_division { border-bottom:1px solid transparent; }
#top_contents.hover_black .top_logo a { background:url("../wp_images/logo_color.png") no-repeat 0 0; }
#top_contents.hover_black .main_menu > ul > li > a { color:#000; }
#top_contents.hover_black .language button { filter:brightness(0%); color:#000; }
#top_contents.hover_black .sitemap_button { filter:brightness(0%); }
#menu_cover { display:none; position:absolute; top:120px; left:0; z-index:1000; width:100%; height:250px; background-color:#fff; box-sizing:border-box; }
#menu_cover.text_black { top:100px; }

/* 하단영역 콘텐츠 */
#mobile_bottom_contents { display:none; }
#bottom_contents { position:relative; width:1300px; margin:0 auto; padding:25px 0 25px 350px; box-sizing:border-box; }
#bottom_contents .logo { position:absolute; top:calc(50% - 36px); left:0; width:315px; height:72px; border-right:1px solid #dcdcdc; background:url("../wp_images/b_logo.gif") no-repeat left 10px; text-indent:-9999px; }
#bottom_contents .bottom_address { margin:0 0 5px; font-size:85%; font-weight:350; line-height:150%; }
#bottom_contents .bottom_address .space { display:inline-block; width:180px; }
#bottom_contents .bottom_address .space.long { width:250px; }
#bottom_contents .bottom_address .space.address { width:400px; }
#bottom_contents .bottom_address .space strong { margin-right:7px; }
#bottom_contents .bottom_address .space strong.round { margin-right:7px; padding:0 10px; background-color:#aaa; color:#fff; border-radius:20px; }
#bottom_contents .copyright { font-size:85%; font-weight:350; line-height:150%; }
#bottom_contents .top_move { position:absolute; top:calc(50% - 35px); right:-90px; width:70px; height:70px; background-color:#e3e3e3; font-family:"Play"; font-size:95%; font-weight:600; text-align:center; color:#666; line-height:70px; border-radius:70px; }
#bottom_contents .main_top_move { position:absolute; top:calc(50% - 35px); right:-90px; width:70px; height:70px; background-color:#e3e3e3; font-family:"Play"; font-size:95%; font-weight:600; text-align:center; color:#666; line-height:70px; border-radius:70px; }
#main_footer #bottom_contents .top_move { display:none; }

/* 메인화면 콘텐츠 */
#main_section .main_visual { position:relative; }
#main_section .main_visual .visual_slide { width:100%; height:100%; }
#main_section .main_visual .visual_slide_768 { display:none; }
#main_section .main_visual .visual_slide_480 { display:none; }
#main_section .main_visual .visual_slide .swiper-slide { position:relative; width:100%; height:100%; }
#main_section .main_visual .visual_slide .visual01 { background:url("../wp_images/m_visual_01-bg.jpg") no-repeat center center; background-size:cover; }
#main_section .main_visual .visual_slide .visual02 { background:url("../wp_images/m_visual_02-bg.jpg") no-repeat center center; background-size:cover; }
#main_section .main_visual .visual_slide .visual03 { background:url("../wp_images/m_visual_03-bg.jpg") no-repeat center center; background-size:cover; }
#main_section .main_visual .visual_slide .visual04 { background:url("../wp_images/m_visual_04-bg.jpg") no-repeat center center; background-size:cover; }
#main_section .main_visual .visual_slide .visual05 { background:url("../wp_images/m_visual_05-bg.jpg") no-repeat center center; background-size:cover; }
#main_section .main_visual .visual_slide .text { position:absolute; width:1300px; color:#fff; word-break:keep-all; }
#main_section .main_visual .visual_slide .visual01 .text { top:40%; right:calc(50% - 650px); text-align:center; }
#main_section .main_visual .visual_slide .visual02 .text { top:30%; left:calc(50% - 650px); text-align:center; }
#main_section .main_visual .visual_slide .visual03 .text { top:40%; left:calc(50% - 650px); text-align:center; }
#main_section .main_visual .visual_slide .visual04 .text { top:30%; left:calc(50% - 650px); text-align:center; }
#main_section .main_visual .visual_slide .visual05 .text { top:30%; left:calc(50% - 650px); text-align:center; }
#main_section .main_visual .visual_slide .text .fira { display:block; margin:0 0 70px; padding:5px 0; font-family:"Play"; font-size:400%; font-weight:600; text-shadow:4px 4px 2px rgba(0, 0, 0, 0.8); }
#main_section .main_visual .visual_slide .text .fira span { position:relative; left:-10px; opacity:0; }
#main_section .main_visual .visual_slide .text .korean { display:block; position:relative; font-size:150%; font-weight:550; line-height:140%; opacity:0; }
#main_section .main_visual .visual_slide .text .korean .enter { display:block; width:0; height:0; font-size:0; }
#main_section .main_visual .visual_slide .text .small { display:block; position:relative; margin:0 0 60px; font-size:140%; font-weight:500; letter-spacing:2px; text-shadow:2px 2px 2px rgba(0, 0, 0, 0.8); opacity:0; }
#main_section .main_visual .visual_slide .text .big { display:block; position:relative; margin:0 0 40px; padding:5px 0; font-family:"Play"; font-size:300%; font-weight:600; text-shadow:4px 4px 2px rgba(0, 0, 0, 0.8); opacity:0; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(01) { animation:text_step 0.3s 0.2s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(02) { animation:text_step 0.3s 0.3s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(03) { animation:text_step 0.3s 0.4s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(04) { animation:text_step 0.3s 0.5s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(05) { animation:text_step 0.3s 0.6s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(06) { animation:text_step 0.3s 0.7s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(07) { animation:text_step 0.3s 0.8s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(08) { animation:text_step 0.3s 0.9s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(09) { animation:text_step 0.3s 1.0s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(10) { animation:text_step 0.3s 1.1s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(11) { animation:text_step 0.3s 1.2s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(12) { animation:text_step 0.3s 1.3s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(13) { animation:text_step 0.3s 1.4s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .fira span:nth-child(14) { animation:text_step 0.3s 1.5s forwards; }
#main_section .main_visual .visual_slide .visual01.swiper-slide-active .text .korean { animation:visual01_text 1s 1.7s forwards; }
#main_section .main_visual .visual_slide .visual02 .text .small { bottom:-50px; }
#main_section .main_visual .visual_slide .visual02 .text .big1 { bottom:-50px; }
#main_section .main_visual .visual_slide .visual02 .text .big2 { bottom:-50px; }
#main_section .main_visual .visual_slide .visual02.swiper-slide-active .text .small { bottom:0; opacity:1; transition:0.5s; transition-delay:0.2s; }
#main_section .main_visual .visual_slide .visual02.swiper-slide-active .text .big1 { bottom:0; opacity:1; transition:0.8s; transition-delay:0.7s; }
#main_section .main_visual .visual_slide .visual02.swiper-slide-active .text .big2 { bottom:0; opacity:1; transition:0.8s; transition-delay:1.3s; }
#main_section .main_visual .visual_slide .visual03 .text .big1 { bottom:50px; }
#main_section .main_visual .visual_slide .visual03 .text .big2 { bottom:50px; }
#main_section .main_visual .visual_slide .visual03.swiper-slide-active .text .big1 { bottom:0; opacity:1; transition:0.8s; transition-delay:0.5s; }
#main_section .main_visual .visual_slide .visual03.swiper-slide-active .text .big2 { bottom:0; opacity:1; transition:0.8s; transition-delay:1.0s; }
#main_section .main_visual .visual_slide .visual04 .text .small { bottom:-50px; }
#main_section .main_visual .visual_slide .visual04 .text .big1 { bottom:-50px; }
#main_section .main_visual .visual_slide .visual04 .text .big2 { bottom:-50px; }
#main_section .main_visual .visual_slide .visual04.swiper-slide-active .text .small { bottom:0; opacity:1; transition:0.5s; transition-delay:0.2s; }
#main_section .main_visual .visual_slide .visual04.swiper-slide-active .text .big1 { bottom:0; opacity:1; transition:0.8s; transition-delay:0.7s; } 
#main_section .main_visual .visual_slide .visual04.swiper-slide-active .text .big2 { bottom:0; opacity:1; transition:0.8s; transition-delay:1.3s; } 
#main_section .main_visual .visual_slide .visual05 .text .big1 { bottom:50px; }
#main_section .main_visual .visual_slide .visual05 .text .big2 { bottom:50px; }
#main_section .main_visual .visual_slide .visual05.swiper-slide-active .text .big1 { bottom:0; opacity:1; transition:0.8s; transition-delay:0.5s; }
#main_section .main_visual .visual_slide .visual05.swiper-slide-active .text .big2 { bottom:0; opacity:1; transition:0.8s; transition-delay:1.0s; }
#main_section .main_visual .scroll_down { display:block; position:absolute; bottom:50px; left:calc(50% - 90px); z-index:1000; width:160px; padding:5px 0; border:1px solid rgba(255, 255, 255, 0.5); font-family:"Play"; font-size:70%; font-weight:400; text-align:center; color:#fff; line-height:150%; border-radius:20px; animation:visual_scroll 1s infinite alternate; }
#main_section .main_visual .scroll_down::after { content:""; display:block; position:absolute; top:calc(100% + 20px); left:50%; height:80px; border-right:1px solid #fff; }
#main_section .item_inner { width:1300px; margin:0 auto; padding:50px 0 0; box-sizing:border-box; }
#main_section .item_title { margin:0 0 35px; font-family:"Play"; font-size:280%; font-weight:600; text-align:center; }
#main_section .item_text { margin:0 0 80px; font-size:115%; font-weight:400; text-align:center; word-break:keep-all; }
#main_section .item_text .enter { display:none; }
#main_section .product .list::after { content:""; display:block; clear:both; }
#main_section .product .list li { float:left; position:relative; top:100px; width:20%; padding:0 12px; box-sizing:border-box; opacity:0; transition:0.3s; }
#main_section .product .list li.narrow { width:16.2%; transition:0.3s; }
#main_section .product .list li.wide { width:35%; transition:0.3s; }
#main_section .product .list li.on { top:0; opacity:1; transition:0.5s; }
#main_section .product .list li:last-child { margin:0; }
#main_section .product .list li a { overflow:hidden; display:block; position:relative; height:500px; padding:50px 0 0 45px; background-color:#e6e5e5; word-break:keep-all; box-sizing:border-box; transition:0.3s; }
#main_section .product .list li a .title { display:block; height:60px; margin-bottom:10px; font-family:"Play"; font-size:155%; font-weight:600; }
#main_section .product .list li a .title .enter { display:block; width:0; height:0; font-size:0; }
#main_section .product .list li a .text { display:block; font-size:90%; font-weight:500; color:#777; }
#main_section .product .list li a .image { display:block; position:absolute; transition:0.3s; }
#main_section .product .list li a::after { content:""; display:block; position:absolute; top:0; right:-65px; width:65px; height:65px; background:#f7ab00 url("../wp_images/m_product_arrow.gif") no-repeat center center; transition:0.5s; }
#main_section .product .list li:nth-child(1) a .image { top:230px; left:-50px; }
#main_section .product .list li:nth-child(2) a .image { top:255px; left:-90px; }
#main_section .product .list li:nth-child(3) a .image { top:245px; left:20px; }
#main_section .product .list li:nth-child(4) a .image { top:280px; left:-40px; }
#main_section .product .list li:nth-child(5) a .image { top:239px; left:-40px; }
#main_section .product .list li.narrow a { padding-left:10px; transition;0.3s; }
#main_section .product .list li.wide a { padding-left:55px; transition:0.3s; }
#main_section .product .list li.wide:nth-child(1) a .image { left:50px; transform:scale(1.05); }
#main_section .product .list li.wide:nth-child(2) a .image { left:40px; transform:scale(1.05); }
#main_section .product .list li.wide:nth-child(3) a .image { left:80px; transform:scale(1.05); }
#main_section .product .list li.wide:nth-child(4) a .image { left:60px; transform:scale(1.05); }
#main_section .product .list li.wide:nth-child(5) a .image { left:90px; transform:scale(1.05); }
#main_section .product .list li a:hover::after { right:0; transition:0.5s; }
#main_section .photonics { background:#f5f5f5 url("../wp_images/top_sitemap_bg.jpg") no-repeat 5% 30%; }
#main_section .photonics .list { display:grid; grid-template-columns:1fr 1fr 1fr; column-gap:40px; }
#main_section .photonics .list li { position:relative; top:100px; box-shadow:5px 5px 7px rgba(0, 0, 0, 0.1); opacity:0; transition:0.3s; }
#main_section .photonics .list li:nth-child(1) { background:#fff url("../wp_images/m_photonics_01.jpg") no-repeat center top; background-size:contain; }
#main_section .photonics .list li:nth-child(2) { background:#fff url("../wp_images/m_photonics_02.jpg") no-repeat center top; background-size:contain; }
#main_section .photonics .list li:nth-child(3) { background:#fff url("../wp_images/m_photonics_03.jpg") no-repeat center top; background-size:contain; }
#main_section .photonics .list li a { overflow:hidden; position:relative; display:block; height:100%; padding:86% 30px 30px 40px; box-sizing:border-box; }
#main_section .photonics .list li a::before { content:""; display:block; position:absolute; bottom:0; left:50%; width:0; border-bottom:2px solid #003f98; transform-origin:center center; transition:0.5s; }
#main_section .photonics .list li a::after { content:""; display:block; position:absolute; bottom:0; right:50%; width:0; border-bottom:2px solid #003f98; transform-origin:center center; transition:0.5s; }
#main_section .photonics .list li a .title { display:block; margin-bottom:10px; font-family:"Play"; font-size:130%; font-weight:600; }
#main_section .photonics .list li a .text { margin:0 0 20px; font-size:90%; font-weight:450; color:#666; line-height:150%; }
#main_section .photonics .list li a .text .enter { display:block; width:0; height:0; font-size:0; }
#main_section .photonics .list li a .more { display:block; float:right; width:120px; background:url("../wp_images/m_photonics_more.gif") no-repeat 90% center; font-family:"Play"; font-size:90%; color:#666; transition:0.3s; }
#main_section .photonics .list li:hover { box-shadow:15px 15px 20px rgba(0, 0, 0, 0.3); transition:0.3s; }
#main_section .photonics .list li:hover a::before { width:50%; transition:0.5s; }
#main_section .photonics .list li:hover a::after { width:50%; transition:0.5s; }
#main_section .photonics .list li:hover a .more { background:url("../wp_images/m_photonics_more-on.gif") no-repeat right center; transition:0.3s; }
#main_section .photonics .list li.on { top:0; opacity:1; transition:0.5s; }
@keyframes visual_scroll { 0% { bottom:40px; } 100% { bottom:60px; } }
@keyframes text_step { 0% { left:-10px; opacity:0; } 100% { left:0; opacity:1; } }
@keyframes visual01_text { 0% { right:-50px; opacity:0; } 100% { right:0; opacity:1; } }

/* 서브화면 콘텐츠 */
#sub_visual { position:fixed; top:0; left:0; z-index:-1; width:100%; height:510px; background:url("../wp_images/sub_visual_img.jpg") no-repeat center top; background-size:100%; background-attachment:fixed; animation:sub_visual_bg 2s alternate; }
#sub_nav { padding:140px 0 0; Box-sizing:border-box; }
#sub_nav h2 { margin-bottom:140px; padding:10px 0; font-family:"Sebang_Gothic"; font-size:280%; font-weight:600; text-align:center; color:#fff; text-shadow:0 0 10px #000; }
#sub_nav ul { display:grid; grid-template-columns:repeat(3, 33.33%); position:relative; z-index:30; width:1300px; height:60px; margin:0 auto; }
#sub_nav ul.five { grid-template-columns:repeat(5, 20%); }
#sub_nav ul::after { content:""; display:block; position:absolute; bottom:0; left:0; width:100%; border-bottom:1px solid #dcdcdc; }
#sub_nav ul li { position:relative; height:60px; }
#sub_nav ul li::after { content:""; display:block; position:absolute; top:25px; right:-1px; z-index:10; height:20px; border-right:1px solid #dcdcdc; }
#sub_nav ul li:last-child::after { display:none; }
#sub_nav ul li a { display:block; position:relative; top:7px; height:60px; background-color:#fff; font-weight:500; text-align:center; line-height:50px; }
#sub_nav ul li.on a { top:0; z-index:20; background-color:#003f98; font-size:110%; font-weight:550; color:#fff; line-height:60px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3); }
#sub_nav ul li.on a::after { content:""; display:block; position:absolute; top:0; left:0; z-index:10; border-top:20px solid #f7ab00; border-right:20px solid transparent; border-bottom:20px solid transparent; }
#sub_nav ul li:hover a { top:0; z-index:20; background-color:#003f98; font-size:110%; font-weight:550; color:#fff; line-height:60px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3); }
#sub_nav ul li:hover a::after { content:""; display:block; position:absolute; top:0; left:0; z-index:10; border-top:20px solid #f7ab00; border-right:20px solid transparent; border-bottom:20px solid transparent; }
#sub_aside { display:none; }
#sub_section { position:relative; z-index:10; margin:0; padding:100px 0 0; background-color:#fff; }
#sub_position { margin:0 0 80px; }
#sub_position_title { font-family:"Sebang_Gothic"; font-size:200%; font-weight:600; text-align:center; }
#sub_position_text { display:none; }
#sub_document { width:1300px; margin:0 auto; padding:20px 0 90px; table-layout:fixed; box-sizing:border-box; }
#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; }
@keyframes sub_visual_bg { 0% { background-size:120%; } 100% { background-size:100%; } }

/*****************************************************************************************************************
- 아래 라인부터는 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
- 자주 사용될 수 있는 Class는 관리자 승인 후 공통설정으로 지정하여 사용한다.
*****************************************************************************************************************/

/* 페이지 공용 */
#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; }
.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_scroll_none { position:fixed; top:0; left:0; width:100%; height:100%; }
.page_table { width:100%; margin-bottom:60px; border-top:1px solid #222; border-collapse:collapse; }
.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-left:1px solid #ddd; border-bottom:1px solid #ddd; background-color:#fbfbfb; font-size:110%; font-weight:600; }
.page_table thead th:first-child { border-left:none; }
.page_table tbody tr th { border-bottom:1px solid #ddd; }
.page_table tbody tr .bg_gray { background-color:#fbfbfb; }
.page_table tbody tr td { padding:10px 5px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; text-align:center; word-break:break-all; }
.page_table tbody tr td:first-child { border-left:none; }
.page_table tbody tr td.border_left { border-left:1px solid #ddd; }
.page_table tbody tr td.text_left { text-align:left; }
.page_table tbody tr td.text_left ul { margin:0; padding-left:20px; }
.page_table tbody tr td.text_left ol { margin:0; padding-left:20px; }
.page_sns_list { text-align:right; }
.page_sns_list > li { display:inline-block; position:relative; margin-left:5px; }
.page_sns_list > li a { display:block; width:40px; height:40px; text-align:left; text-indent:-9999px; }
.page_sns_list .share_btn { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -100px -100px; }
.page_sns_list .share_box { display:none; overflow:hidden; position:absolute; top:50px; right:0; z-index:100; width:230px; margin:0; padding:10px 0; border:1px solid #ddd; background-color:#fff; text-align:center; list-style:none; }
.page_sns_list .share_box li { display:inline-block; margin:0 5px; padding:0; }
.page_sns_list .facebook a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 0; }
.page_sns_list .twitter a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 -50px; }
.page_sns_list .kakaostory a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -150px 0; }
.page_sns_list .kakaotalk a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -50px 0; }
.page_sns_list .naver a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -100px 0; }
.page_sns_list .print a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat -50px -100px; }
.page_sns_list .link_copy a { background:url("../wp_default_image/page_sns_sprite.png") no-repeat 0 -100px; }
.page_step_select1 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#efefef; font-size:95%; color:#000; vertical-align:middle; box-sizing:border-box; }
.page_step_select2 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#ffff00; font-size:95%; color:#0000ff; vertical-align:middle; box-sizing:border-box; }
.page_step_select3 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#3399ff; font-size:95%; color:#fff; vertical-align:middle; box-sizing:border-box; }
.page_step_select9 { height:26px; padding:3px 5px; border:1px solid #ddd; background-color:#000; font-size:95%; color:#fff; vertical-align:middle; box-sizing:border-box; }
.page_view_title { margin:20px 0 5px; padding:0; font-weight:600; }
.page_view_title .caution { font-weight:normal; color:#ff3333; }
.page_tab_menu { display:grid; column-gap:10px; margin:0 0 120px; padding-right:10px; border-bottom:1px solid #000; }
.page_tab_menu.tab02 { grid-template-columns:repeat(2, 1fr); }
.page_tab_menu.tab03 { grid-template-columns:repeat(3, 1fr); }
.page_tab_menu.tab04 { grid-template-columns:repeat(4, 1fr); }
.page_tab_menu.tab05 { grid-template-columns:repeat(5, 1fr); }
.page_tab_menu.tab06 { grid-template-columns:repeat(6, 1fr); }
.page_tab_menu li { position:relative; border:1px solid #e5e5e5; border-bottom:none; box-sizing:border-box; border-radius:5px 5px 0 0; }
.page_tab_menu li.on { border:2px solid #000; border-bottom:none; }
.page_tab_menu li.on::after { content:""; display:block; position:absolute; top:0; right:-8px; border-bottom:70px solid #000; border-right:8px solid transparent; opacity:0.5; filter:blur(2px); }
.page_tab_menu li a { display:block; position:relative; z-index:10; height:70px; padding:0 10px; background-color:#f9f9f9; font-weight:400; text-align:center; color:#777; line-height:70px; word-break:keep-all; border-radius:5px 5px 0 0; box-sizing:border-box; }
.page_tab_menu li a.long { padding-top:15px; line-height:20px; }
.page_tab_menu li a .enter { display:block; width:0; height:0; font-size:0; }
.page_tab_menu li.on a { background-color:#fff; color:#000; }
.page_tab_menu li.on a::before { content:""; display:block; position:absolute; bottom:0; z-index:100; left:15%; width:70%; border-bottom:1px solid #000; }
.page_tab_menu li.on a::after { content:""; display:block; position:absolute; bottom:-2px; left:0; z-index:10; width:100%; border-bottom:4px solid #fff; }
.page_mobile_tel { display:none; }
.page_mobile_enter { display:none; }
.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_image_margin { margin-bottom:120px; }
.page_title_h4 { margin-bottom:40px; padding-left:45px; background:url("../wp_images/page_title_h4.gif") no-repeat left 5px; font-family:"Sebang_Gothic"; font-size:140%; font-weight:600; }

/* 메인메뉴1 (회사소개) */
.page01_01_greeting { width:1060px; max-width:100%; margin:0 auto; padding:20px 0 0 210px; background:url("../wp_images/01_01_01.gif") no-repeat left top; box-sizing:border-box; }
.page01_01_greeting .title { position:relative; padding:30px 0; font-size:190%; font-weight:600; text-align:center; }
.page01_01_greeting .title::before { content:""; display:block; position:absolute; top:0; left:calc(50% - 330px); width:34px; height:27px; background:url("../wp_images/01_01_02.gif") no-repeat 0 0; }
.page01_01_greeting .title::after { content:""; display:block; position:absolute; bottom:10px; right:calc(50% - 330px); width:34px; height:27px; background:url("../wp_images/01_01_02.gif") no-repeat 0 0; transform:rotate(180deg); }
.page01_01_greeting .text { position:relative; padding:50px 10px 50px 110px; border-top:1px solid #747474; border-bottom:1px solid #d2d2d2; font-size:110%; font-weight:450; line-height:190%; word-break:keep-all; }
.page01_01_greeting .text::before { content:""; display:block; position:absolute; top:-2px; left:0; width:60px; border-top:3px solid #003f98; }
.page01_01_greeting .text::after { content:""; display:block; position:absolute; right:0; bottom:-2px; width:60px; border-top:3px solid #003f98; }
.page01_01_greeting .text .name { display:block; margin:50px 0 0; padding:40px 0 0; background:url("../wp_images/01_01_03.gif") no-repeat center center; font-size:0; text-indent:-9999px; }
.page01_02_h4 { margin-bottom:50px; font-family:"Sebang_Gothic"; font-size:210%; font-weight:600; text-align:center; word-break:keep-all; }
.page01_02_overview { margin:0 0 150px; font-size:110%; font-weight:450; text-align:center; line-height:180%; word-break:keep-all; }
.page01_02_overview .text_big { display:block; margin:0 0 70px; font-family:"Sebang_Gothic"; font-size:170%; line-height:130%; }
.page01_02_overview .text_big strong { display:block; margin:15px 0 0; font-size:120%; font-weight:600; }
.page01_02_info { overflow:hidden; margin:0 0 150px; }
.page01_02_info .image { float:left; width:720px; height:450px; background:url("../wp_images/01_02_01.jpg") no-repeat center center; }
.page01_02_info .page_table { float:right; width:calc(100% - 790px); border-top:none; }
.page01_02_info .page_table thead { border-top:1px solid #d2d2d2; border-right:2px solid #000; border-bottom:2px solid #000; }
.page01_02_info .page_table thead tr th { position:relative; padding:30px 0; background-color:#fff; font-size:140%; font-weight:600; }
.page01_02_info .page_table thead tr th::before { content:""; display:block; position:absolute; top:-1px; right:0; width:50px; border-bottom:2px solid #000; }
.page01_02_info .page_table thead tr th::after { content:""; display:block; position:absolute; top:-1px; right:50px; width:20px; border-bottom:2px solid #fff; }
.page01_02_info .page_table tbody tr td { padding:14px 10px; }
.page01_02_info .page_table tbody tr td.bg_gray { padding:14px 30px; font-weight:500; text-align:justify; line-height:0; }
.page01_02_info .page_table tbody tr td.bg_gray::before { content:""; display:inline-block; width:100%; }
.page01_02_info .page_table tbody tr td.bg_gray::after { content:""; display:inline-block; width:100%; }
.page01_02_info .page_table tbody tr td.text_left { padding-left:30px; }
.page01_02_map { position:relative; margin-bottom:100px; }
.page01_02_map .map { position:relative; width:100%; padding-top:44%; background:url("../wp_images/01_02_map.gif") no-repeat center center; background-size:cover; }
.page01_02_map .map .pin { position:absolute; z-index:100; width:58px; height:58px; }
.page01_02_map .map .pin::before { content:""; display:block; position:absolute; top:calc(50% - 15px); left:calc(50% - 15px); z-index:-1; width:30px; height:30px; background-color:rgba(0, 0, 0, 0.2); border-radius:100%; animation:page01_02_pin 2s alternate infinite; }
.page01_02_map .map .pin::after { content:""; display:block; position:absolute; top:0; left:0; z-index:10; width:58px; height:58px; background:url("../wp_images/01_02_pin.png") no-repeat center center; }
.page01_02_map .map .pin.korea { top:calc(32% - 29px); left:calc(48% - 29px); }
.page01_02_map .map .pin.vietnam { top:calc(50% - 29px); left:calc(43% - 29px); }
.page01_02_map .info { position:absolute; width:440px; }
.page01_02_map .info.korea { top:10%; right:10%; }
.page01_02_map .info.vietnam { top:28%; left:3%; }
.page01_02_map .info .country { width:310px; height:82px; border-radius:80px; color:#fff; box-sizing:border-box; }
.page01_02_map .info .country::before { content:""; display:block; position:absolute; top:calc(50% - 4px); width:8px; height:8px; background-color:#3d3d3d; border-radius:8px; }
.page01_02_map .info .country::after { content:""; display:block; position:absolute; }
.page01_02_map .info .country strong { display:block; font-size:120%; line-height:120%; }
.page01_02_map .info .country strong .english { position:relative; margin-left:25px; font-family:"Play"; font-size:80%; font-weight:600; }
.page01_02_map .info .country strong .english::before { content:""; display:block; position:absolute; top:6px; left:-15px; width:5px; height:5px; background-color:#8b8b8b; border-radius:5px; }
.page01_02_map .info .country .gray { display:block; font-family:"Play"; font-size:90%; font-weight:600; color:#999; }
.page01_02_map .info.korea .country { position:relative; z-index:10; margin:0 auto -10px; padding:15px 10px 0 100px; background:#3d3d3d url("../wp_images/01_02_korea.png") no-repeat 7px center; }
.page01_02_map .info.korea .country::before { left:-4px; }
.page01_02_map .info.korea .country::after { top:40px; left:-120px; width:116px; height:60px; background:url("../wp_images/01_02_arrow.gif") no-repeat -20px bottom; transform:rotate(180deg); }
.page01_02_map .info.vietnam .country { position:absolute; bottom:-70px; left:calc(50% - 155px); padding:15px 100px 0 40px; background:#3d3d3d url("../wp_images/01_02_vietnam.png") no-repeat right 7px center; }
.page01_02_map .info.vietnam .country::before { right:-4px; }
.page01_02_map .info.vietnam .country::after { top:-18px; right:-120px; width:116px; height:60px; background:url("../wp_images/01_02_arrow.gif") no-repeat -20px bottom; }
.page01_02_map .info ul { padding:30px; border:1px solid #eaeaea; background-color:#fff; border-radius:10px; margin:0 auto; }
.page01_02_map .info ul li { overflow:hidden; font-size:90%; }
.page01_02_map .info ul li .title { float:left; width:120px; font-weight:550; letter-spacing:-1px; }
.page01_02_map .info ul li .text { float:left; width:calc(100% - 120px); font-weight:400; word-break:keep-all; }
.page01_02_video { overflow:hidden; display:block; max-width:100%; margin:0 auto; border-radius:20px; box-shadow:7px 7px 5px rgba(0, 0, 0, 0.5); box-sizing:border-box; }
.page01_03_safe { width:1000px; margin:0 auto; padding:80px 140px 280px; border:1px solid #efefef; background:url("../wp_images/01_03_02.jpg") no-repeat center bottom; font-family:"Maruburi"; font-weight:500; box-sizing:border-box; }
.page01_03_safe h4 { margin:0 0 50px; padding:60px 0 0; background:url("../wp_images/01_03_01.jpg") no-repeat center top; font-size:230%; font-weight:bold; text-align:center; }
.page01_03_safe .info { margin-bottom:70px; font-size:105%; text-align:center; line-height:180%; word-break:keep-all; }
.page01_03_safe .numbering { margin-bottom:80px; }
.page01_03_safe .numbering li { position:relative; padding:25px 0; border-top:1px solid #dcdcdc; word-break:keep-all; }
.page01_03_safe .numbering li::before { content:""; display:block; position:absolute; top:-1px; left:0; width:100px; border-bottom:1px solid #f7ab00; }
.page01_03_safe .numbering li::after { content:""; display:block; clear:both; }
.page01_03_safe .numbering li .step { float:left; width:100px; font-size:120%; text-align:center; letter-spacing:7px; }
.page01_03_safe .numbering li .text { float:left; width:calc(100% - 100px); padding-left:10px; box-sizing:border-box; }
.page01_03_safe .small_title { display:block; margin-bottom:40px; font-size:130%; font-weight:600; }
.page01_03_safe .what_todo li { position:relative; margin-bottom:10px; padding-left:15px; font-size:110%; word-break:keep-all; }
.page01_03_safe .what_todo li::before { content:""; display:block; position:absolute; top:12px; left:0; width:5px; height:5px; background-color:#003f98; }
.page01_05_map .map_box { margin-bottom:90px; box-shadow:2px 2px 10px #eaeaea; }
.page01_05_map .root_daum_roughmap { max-width:100%; }
.page01_05_map .info { position:relative; width:100%; padding:35px 150px 35px 340px; box-sizing:border-box; }
.page01_05_map .info::after { content:""; display:block; position:absolute; top:calc(50% - 30px); left:300px; height:60px; border-right:1px solid #e5e5e5; }
.page01_05_map .info .logo { position:absolute; top:calc(50% - 19px); left:50px; }
.page01_05_map .info p { font-weight:400; word-break:keep-all; }
.page01_05_map .info .address { display:block; margin-bottom:10px; font-size:120%; }
.page01_05_map .info .title { margin-right:5px; }
.page01_05_map .info .line { padding:0 15px; }
.page01_05_map .info .map_link { display:block; position:absolute; top:calc(50% - 30px); right:60px; width:62px; height:62px; background:url("../wp_images/page_map_naver.png") no-repeat center center; text-indent:-9999px; border-radius:100%; }
.page01_05_title { margin:0 0 20px; padding:15px 0 15px 70px; font-size:130%; font-weight:500; }
.page01_05_title.bus { background:url("../wp_images/page_map_bus.gif") no-repeat left center; }
.page01_05_title.car { background:url("../wp_images/page_map_car.gif") no-repeat left center; }
.page01_05_table.last { margin:0; padding:0; }
.page01_05_table tbody tr td { padding-left:20px; }
.page01_05_table tbody tr td:first-child { padding:10px; background-color:#f7f7f7; font-weight:400; }
.page01_05_table span { display:inline-block; margin-right:10px; padding:0 5px; font-size:80%; color:#fff; line-height:150%; }
.page01_05_table .red { background-color:#e70000; }
.page01_05_table .blue { background-color:#4c8ae8; }
.page01_05_table .green { background-color:#26b44b; }
.page01_05_table .green2 { background-color:#00e700; }
@keyframes page01_02_pin { 0% { transform:scale(0); } 100% { transform:scale(4); } }

/* 메인메뉴2 (제품소개) */
.page02_product { margin-bottom:150px; }
.page02_product::after { content:""; display:block; clear:both; }
.page02_product .image { overflow:hidden; float:left; position:relative; width:550px; }
.page02_product .image .swiper-slide img { display:block; max-width:100%; }
.page02_product .image .image_btn { position:absolute; top:calc(50% - 24px); z-index:100; cursor:pointer; }
.page02_product .image .image_prev { left:0; }
.page02_product .image .image_next { right:0; transform:rotate(180deg); }
.page02_product .image .image_pagination { position:absolute; bottom:0; left:0; z-index:100; width:100%; text-align:center; }
.page02_product .image .image_pagination .swiper-pagination-bullet { border-radius:0; }
.page02_product .image .image_pagination .swiper-pagination-bullet-active { background-color:#003f98; }
.page02_product .info { float:right; position:relative; width:calc(100% - 620px); }
.page02_product .info .title { margin:0 0 30px; padding:5px 0 15px; border-bottom:1px solid #000; font-family:"Sebang_Gothic"; font-size:150%; font-weight:600; }
.page02_product .info .title.long { padding-right:120px; font-size:140%; } 
.page02_product .text { overflow:hidden; margin-bottom:40px; }
.page02_product .text:last-of-type { margin:0; }
.page02_product .text dt { display:block; margin-bottom:10px; font-size:105%; font-weight:600; }
.page02_product .text dd { float:left; position:relative; width:50%; padding-left:20px; margin-bottom:5px; box-sizing:border-box; }
.page02_product .text dd::before { content:""; display:block; position:absolute; top:13px; left:10px; width:3px; height:3px; background-color:#000; border-radius:3px; }
.page02_product .info .consult { position:absolute; top:0; right:0; width:110px; padding:3px 0; border:1px solid #e0e0e0; background-color:#f8f8f8; font-size:95%; font-weight:450; text-align:center; color:#666; border-radius:5px; }
.page02_product.text_none { position:relative; margin-bottom:120px; padding-top:90px; }
.page02_product.text_none .image { display:block; float:none; margin:0 auto; }
.page02_product.text_none .info { float:none; position:absolute; top:0; left:0; width:100%; }
.page02_product.text_none .info .title { margin:0; }
.page02_title_button { margin-bottom:40px; }
.page02_title_button button { display:block; position:relative; width:100%; padding:0 0 15px 45px; border-bottom:1px solid #a0a0a0; background:url("../wp_images/page_title_h4.gif") no-repeat left 5px; font-family:"Sebang_Gothic"; font-size:140%; font-weight:600; text-align:left; }
.page02_title_button button::before { content:""; display:block; position:absolute; top:calc(50% - 6px); right:10px; width:25px; height:12px; background:url("../wp_images/02_button_arrow.gif") no-repeat 0 0; }
.page02_title_button.show button::before { transform:rotate(180deg); }
.page02_text { margin-bottom:120px; padding-left:45px; word-break:keep-all; }
.page02_table { display:none; margin-bottom:120px; }
.page02_table.last { margin-bottom:0; }
.page02_table.margin_low { margin-bottom:60px; }
.page02_table .page_table { margin:0; border:none; }
.page02_table .page_table thead { position:relative; }
.page02_table .page_table thead::before { content:""; display:block; position:absolute; top:0; left:0; border-top:64px solid #f7ab00; border-right:13px solid transparent; }
.page02_table .page_table thead::after { content:""; display:block; position:absolute; top:0; right:0; border-bottom:64px solid #f7ab00; border-left:13px solid transparent; }
.page02_table .page_table thead tr th { padding:17px 0; border:none; background-color:#003f98; color:#fff; }
.page02_table .page_table tbody tr td.bg_gray { background-color:#f5f5f5; }
.page02_table .page_table.two_head thead::before { border-top:72px solid #f7ab00; }
.page02_table .page_table.two_head thead::after { border-bottom:72px solid #f7ab00; }
.page02_table .page_table.two_head thead tr th { padding:3px 0; }
.page02_drawing { display:none; }
.page02_drawing_slide { overflow:hidden; display:none; position:relative; margin:0 0 120px; }
.page02_drawing_slide.last { margin:0; }
.page02_drawing_slide .swiper-slide { position:relative; }
.page02_drawing_slide .swiper-slide img { display:block; max-width:100%; }
.page02_drawing_slide .swiper-slide span { position:absolute; bottom:50px; left:calc(50% - 120px); width:240px; padding:5px 0; background-color:#8a8a8a; font-size:110%; font-weight:500; text-align:center; color:#fff; border-radius:30px; }
.page02_drawing_slide .drawing_btn { position:absolute; top:calc(50% - 24px); z-index:100; width:50px; height:50px; background:#fff url("../wp_images/02_drawing_btn.gif") no-repeat center center; border-radius:50px; box-shadow:5px 5px 10px rgba(0, 0, 0, 0.1); cursor:pointer; }
.page02_drawing_slide .drawing_prev { left:10px; }
.page02_drawing_slide .drawing_next { right:10px; transform:scaleX(-1); box-shadow:-5px 5px 10px rgba(0, 0, 0, 0.1); }
.page02_drawing_slide .drawing_pagination { position:absolute; bottom:10px; left:0; z-index:100; width:100%; text-align:center; }
.page02_drawing_slide .drawing_pagination .swiper-pagination-bullet { width:60px; height:3px; border-radius:0; }
.page02_drawing_slide .drawing_pagination .swiper-pagination-bullet-active { background-color:#003f98; }
.page02_qc { overflow:hidden; position:relative; margin-bottom:120px; }
.page02_qc::before { content:""; display:block; position:absolute; top:calc(50% - 1px); left:0; width:100%; border-bottom:2px solid #818181; }
.page02_qc li { float:left; position:relative; width:28.33%; height:520px; box-sizing:border-box; }
.page02_qc li:nth-child(1) { width:15%; }
.page02_qc li::before { content:""; display:block; position:absolute; top:calc(50% - 15px); left:calc(50% - 15px); z-index:10; width:30px; height:30px; border:9px solid #e5e5e5; background-color:#000; border-radius:20px; box-sizing:border-box; opacity:0.7; }
.page02_qc li::after { content:""; display:block; position:absolute; top:50%; left:calc(50% - 91px); z-index:-1; width:183px; height:108px; background:url("../wp_images/02_qc_line.gif") no-repeat center center; }
.page02_qc li img { display:block; margin:0 auto 160px; }
.page02_qc li strong { display:block; width:150px; margin:0 auto 20px; background-color:#f5f5f5; font-size:105%; font-weight:500; text-align:center; border-radius:30px; }
.page02_qc li span { display:block; font-size:105%; font-weight:450; text-align:center; }
.page02_qc li.down { padding-top:140px; }
.page02_qc li.down img { position:absolute; bottom:0; left:50%; margin:0; transform:translateX(-50%); }
.page02_qc li:nth-child(1)::after { top:auto; bottom:50%; left:50%; width:0; border-right:1px solid #cdcdcd; }
.page02_qc li:nth-child(3)::after { top:auto; bottom:50%; transform:rotate(180deg); }
.page02_adventage { display:grid; grid-template-columns:1fr 1fr 1fr; row-gap:60px; margin-bottom:120px; }
.page02_adventage li { padding-top:170px; border-top:1px solid #bfbfbf; background:url("../wp_images/02_adventage_01.gif") no-repeat center 40px; text-align:center; word-break:keep-all; }
.page02_adventage li:nth-child(2) { background-image:url("../wp_images/02_adventage_02.gif"); }
.page02_adventage li:nth-child(3) { background-image:url("../wp_images/02_adventage_03.gif"); }
.page02_adventage li:nth-child(4) { background-image:url("../wp_images/02_adventage_04.gif"); }
.page02_adventage li:nth-child(5) { background-image:url("../wp_images/02_adventage_05.gif"); }
.page02_adventage li:nth-child(6) { background-image:url("../wp_images/02_adventage_06.gif"); }
.page02_adventage li:nth-child(2n) { border-top:1px solid #000; }
.page02_adventage li .title { display:block; margin:0 0 20px; font-size:110%; font-weight:600; }
.page02_adventage li .text { display:block; width:80%; margin:0 auto; font-weight:450; }
.page02_trust { padding:75px; background-color:#f9f9f9; word-break:keep-all; }
.page02_trust .title { display:block; margin:0 0 60px; font-size:130%; font-weight:600; text-align:center; }
.page02_trust .info { width:950px; margin:0 auto 50px; padding:8px 0; background-color:#e7e7e7; text-align:center; border-radius:20px; }
.page02_trust .info li { display:inline-block; position:relative; margin:0 40px; font-size:110%; font-weight:500; }
.page02_trust .info li::after { content:""; display:block; position:absolute; top:50%; right:-42px; width:3px; height:3px; background-color:#000; border-radius:3px; }
.page02_trust .info li:last-child::after { display:none; }
.page02_trust .machine { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; margin-bottom:70px; }
.page02_trust .machine li img { display:block; margin:0 auto 15px; }
.page02_trust .machine li span { display:block; width:135px; margin:0 auto; border:1px solid #ddd; background-color:#fff; font-weight:500; text-align:center; border-radius:20px; }
.page02_trust .test_result { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; }
.page02_trust .test_result li img { display:block; margin:0 auto 15px; }
.page02_trust .test_result li strong { display:block; width:180px; margin:0 auto 15px; padding:0 0 5px; border-bottom:1px solid #b0b0b0; font-size:110%; font-weight:600; }
.page02_trust .test_result li span { display:block; position:relative; width:200px; margin:0 auto; padding:0 0 0 10px; font-size:90%; box-sizing:border-box; }
.page02_trust .test_result li span::after { content:""; display:block; position:absolute; top:10px; left:0; width:3px; height:3px; background-color:#000; border-radius:3px; }

/* 메인메뉴3 (연구개발) */
.page03_01_future { position:relative; padding:400px 0; }
.page03_01_future dt { position:relative; margin:0 auto; text-align:center; }
.page03_01_future dt::before { content:""; display:block; position:absolute; top:calc(50% - 125px); left:calc(50% - 125px); z-index:-1; width:250px; height:250px; background-color:#003f98; border-radius:80px; transform:rotate(45deg); box-shadow:3px 3px 10px rgba(0, 63, 152, 0.3); }
.page03_01_future dt::after { content:""; display:block; position:absolute; top:calc(50% - 325px); left:calc(50% - 325px); z-index:-1; width:650px; height:650px; border:1px solid #ddd; border-radius:650px; }
.page03_01_future dt span { display:block; margin-bottom:10px; font-size:110%; font-weight:450; color:#99b6df; }
.page03_01_future dt strong { display:block; font-size:130%; font-weight:600; color:#fff; }
.page03_01_future dd { position:absolute; }
.page03_01_future dd::before { content:""; display:block; position:absolute; width:236px; height:236px; background:url("../wp_images/03_01_03.png") no-repeat 0 0; }
.page03_01_future dd::after { content:""; display:block; position:absolute; width:130px; height:130px; background:#fff url("../wp_images/03_01_01.gif") no-repeat center center; border-radius:130px; box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2); }
.page03_01_future dd div { position:relative; width:330px; padding:20px 10px 20px 40px; background:#f9f9f9; border-radius:60px; box-sizing:border-box; }
.page03_01_future dd div::before { content:""; display:block; position:absolute; top:calc(50% - 4px); z-index:10; width:8px; height:8px; background-color:#959595; border-radius:8px; }
.page03_01_future dd div::after { content:""; display:block; position:absolute; width:300px; border-bottom:1px solid #dcdcdc; }
.page03_01_future dd div strong { display:block; font-size:120%; font-weight:600; }
.page03_01_future dd div span { display:block; position:relative; padding-left:10px; font-size:90%; font-weight:450; }
.page03_01_future dd div span::before { content:""; display:block; position:absolute; top:14px; left:0; width:3px; height:3px; background-color:#003f98; }
.page03_01_future .light { top:60px; right:10%; }
.page03_01_future .light::before { top:-40px; left:-480px; }
.page03_01_future .light::after { top:-20px; left:-270px; }
.page03_01_future .light div::before { left:-4px; }
.page03_01_future .light div::after { top:50%; left:-300px; }
.page03_01_future .monitoring { bottom:55px; left:5%; }
.page03_01_future .monitoring::before { bottom:-20px; right:-480px; background-image:url("../wp_images/03_01_04.png"); }
.page03_01_future .monitoring::after { bottom:-10px; right:-270px; background-image:url("../wp_images/03_01_02.gif"); }
.page03_01_future .monitoring div { width:360px; }
.page03_01_future .monitoring div::before { right:-4px; }
.page03_01_future .monitoring div::after { top:50%; right:-300px; }
.page03_02_project { display:grid; grid-template-columns:1fr 1fr 1fr; column-gap:50px; padding-top:50px; }
.page03_02_project div { position:relative; padding:100px 30px 30px; background-color:#f9f9f9; }
.page03_02_project div::after { content:""; display:block; position:absolute; top:-55px; left:calc(50% - 55px); width:110px; height:110px; background:#fff url("../wp_images/03_02_01.gif") no-repeat center center; border-radius:130px; box-shadow:5px 5px 10px rgba(0, 0, 0, 0.1); }
.page03_02_project div:nth-child(2)::after { background-image:url("../wp_images/03_02_02.gif"); }
.page03_02_project div:nth-child(3)::after { background-image:url("../wp_images/03_02_03.gif"); }
.page03_02_project div .title { display:block; font-size:120%; font-weight:600; text-align:center; }
.page03_02_project div .title_gray { display:block; margin-top:5px; font-size:95%; font-weight:500; color:#999; text-align:center; }
.page03_02_project div .text { margin:30px 0 0; padding:30px 20px 0; border-top:1px solid #ddd; font-weight:450; word-break:keep-all; }
.page03_02_project div p.text { text-align:center; }
.page03_02_project div ul.text li { position:relative; padding-left:10px; }
.page03_02_project div ul.text li::before { content:""; display:block; position:absolute; top:14px; left:0; width:3px; height:3px; background-color:#003f98; }
.page03_03_h4 { overflow:hidden; position:relative; margin:0 0 80px; font-size:200%; font-weight:700; text-align:center; }
.page03_03_h4::before { content:""; display:block; position:absolute; top:0; left:calc(50% - 650px); width:486px; height:18px; background:url("../wp_images/03_03_line.gif") no-repeat right 0; }
.page03_03_h4::after { content:""; display:block; position:absolute; top:0; right:calc(50% - 650px); width:486px; height:18px; background:url("../wp_images/03_03_line.gif") no-repeat right 0; transform:rotate(180deg); }
.page03_03_certification { display:grid; grid-template-columns:280px 280px; column-gap:50px; row-gap:70px; justify-content:center; margin-bottom:120px; text-align:center; }
.page03_03_certification.grid4 { grid-template-columns:1fr 1fr 1fr 1fr; margin:0; }
.page03_03_certification li { position:relative; width:280px; margin:0 auto; border:1px solid #bfbfbf; background-color:#fff; box-sizing:border-box; box-shadow:3px 3px 10px rgba(0, 0, 0, 0); transition:0.3s; }
.page03_03_certification li::after { content:""; display:block; position:absolute; bottom:0; left:0; z-index:-1; width:100%; height:20px; box-shadow:0 3px 10px rgba(0, 0, 0, 0.4); border-radius:100%; }
.page03_03_certification li a { display:block; padding:15px; transition:0.3s; }
.page03_03_certification li a img { display:block; width:100%; margin:0 0 10px; border:1px solid #e5e5e5; }
.page03_03_certification li a span { display:block; padding:6px 0; background-color:#b5b5b5; font-weight:500; color:#fff; transition:0.3s; }
.page03_03_certification li:hover { border:1px solid #003f98; box-shadow:10px 10px 10px rgba(0, 0, 0, 0.1); transition:0.3s; }
.page03_03_certification li:hover a span { background-color:#003f98; transition:0.3s; }

/* 연혁관리 */
.history_list { margin:0; padding:0; }
.history_list .decade { margin:0 0 70px; padding:0; }
.history_list .decade::after { content:""; display:block; clear:both; }
.history_list .decade:last-child { margin:0; }
.history_list .decade .title { float:left; position:relative; width:280px; height:230px; background:url("../wp_images/history_01.jpg") no-repeat center top; box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3); }
.history_list .decade:last-child .title { background-image:url("../wp_images/history_02.jpg"); }
.history_list .decade .title h4 { position:absolute; bottom:-50px; left:0; width:200px; margin:0; padding:25px 0 25px 20px; border-bottom:1px solid #000; background-color:#fff; line-height:90%; box-sizing:border-box; box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2); }
.history_list .decade .title h4 span { display:block; margin:0 0 15px; font-size:85%; font-weight:450; color:#666; }
.history_list .decade .title h4 strong { display:block; padding-left:10px; font-size:140%; font-weight:600; }
.history_list .decade .year { float:right; position:relative; width:calc(100% - 420px); padding:10px 0; border-bottom:1px solid #ededed; }
.history_list .decade .year::before { content:""; display:block; position:absolute; bottom:-1px; z-index:1900; width:75px; border-bottom:1px solid #222; }
.history_list .decade .year dt { float:left; width:75px; padding-top:10px; font-size:140%; font-weight:500; text-align:center; }
.history_list .decade .year dd { overflow:hidden; float:right; width:calc(100% - 100px); padding:10px 0; border-bottom:1px solid #ededed; }
.history_list .decade .year dd:last-child { border:none; }
.history_list .decade .year dd .month { display:none; }
.history_list .decade .year dd .text { display:block; width:100%; padding-left:40px; word-break:keep-all; box-sizing:border-box; }

/*****************************************************************************************************************
- 반응형웹 스크린 미디어: 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
*****************************************************************************************************************/

@media (max-width:1500px)
{
	/* 상단영역 콘텐츠 */
	#top_contents .top_division { padding-right:60px; }
	#sub_header #top_contents .sitemap_button { right:20px; }
	#top_contents .sitemap .inner { width:1300px; border:none; }

	/* 하단영역 콘텐츠 */
	#bottom_contents .top_move { right:5px; }
	#bottom_contents .main_top_move { right:5px; }
}
@media (max-height:900px)
{
	/* 상단영역 콘텐츠 */
	#top_contents.text_black { height:80px; }
	#top_contents.text_black .top_division { height:80px; }
	#top_contents.text_black .top_logo { top:10px; }
	#top_contents.text_black .main_menu > ul > li > a { height:80px; line-height:80px; }
	#top_contents.text_black .language { margin-top:27px; }
	#top_contents.text_black .sitemap_button { top:27px; transition:0.3s; filter:brightness(0%); }
	#menu_cover.text_black { top:80px; }

	/* 메인화면 콘텐츠 */
	#main_section .main_visual .visual_slide .text .fira { margin:0 0 50px; font-size:350%; }
	#main_section .main_visual .visual_slide .text .korean { font-size:120%; }
	#main_section .main_visual .visual_slide .text .small { margin:0 0 40px; font-size:130%; }
	#main_section .main_visual .visual_slide .text .big { margin:0 0 30px; font-size:270%; }
	#main_section .item_title { margin:0 0 25px; }
	#main_section .item_text { margin:0 0 60px; }
	#main_section .product .list li a { height:400px; }
	#main_section .photonics .item_text { margin:0 0 40px; }
	#main_section .photonics .list { column-gap:60px; }
	#main_section .photonics .list li a { padding:82% 20px 10px 30px; }
	#main_section .photonics .list li a .text { margin:0 0 5px; }
}
@media (max-width:1300px)
{
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents .top_division { width:100%; height:90px; padding-left:250px; }
	#top_contents .top_logo { top:20px; left:5px; }
	#top_contents .main_menu { float:left; width:calc(100% - 150px); }
	#top_contents .main_menu > ul > li > a { height:90px; font-size:105%; line-height:110px; }
	#top_contents .main_menu > ul > li > ul > li { margin:0 20px; line-height:130px; }
	#top_contents .main_menu > ul > li > ul > li a { font-size:95%; }
	#top_contents .language { float:left; margin-top:44px; }
	#top_contents .sitemap_button { position:absolute; top:40px; right:10px; }
	#top_contents .sitemap .inner { width:100%; }
	#top_contents .sitemap .logo { left:10px; }
	#top_contents .sitemap .menu > li { border:none; }
	#top_contents .sitemap .menu > li .title { margin:0 0 40px; font-size:160%; }
	#top_contents .sitemap .menu > li ul li { margin-bottom:30px; }
	#top_contents .sitemap .menu > li ul li a { font-size:100%; }
	#top_contents .sitemap .contact_us { top:calc(20vh + 313px); font-size:150%; }
	#top_contents.text_black .top_division { height:70px; }
	#top_contents.text_black .top_logo { top:10px; }
	#top_contents.text_black .main_menu > ul > li > a { height:70px; line-height:70px; }
	#top_contents.text_black .language { margin-top:25px; }
	#top_contents.text_black .sitemap_button { top:25px; }
	#menu_cover { top:90px; }
	#menu_cover.text_black { top:70px; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { width:100%; padding:25px 0 25px 260px; font-size:95%; }
	#bottom_contents .logo { top:15%; left:10px; width:230px; height:70%; background-size:200px; background-position:left center; }
	#bottom_contents .bottom_address .space { width:165px; }
	#bottom_contents .top_move { top:calc(100% - 75px); }
	#bottom_contents .main_top_move { top:calc(100% - 75px); }

	/* 메인화면 콘텐츠 */
	#main_section .main_visual .visual_slide .text { width:100%; padding:0 40px; box-sizing:border-box; }
	#main_section .main_visual .visual_slide .visual01 .text { top:40%; right:0; }
	#main_section .main_visual .visual_slide .visual02 .text { top:30%; left:0; }
	#main_section .main_visual .visual_slide .visual03 .text { top:40%; left:0; }
	#main_section .main_visual .visual_slide .visual04 .text { top:30%; left:0; }
	#main_section .main_visual .visual_slide .visual05 .text { top:30%; left:0; }
	#main_section .main_visual .visual_slide .text .fira { margin:0 0 40px; padding:0; font-size:340%; }
	#main_section .main_visual .visual_slide .text .korean { font-size:130%; }
	#main_section .main_visual .visual_slide .text .small { margin:0 0 40px; font-size:130%; }
	#main_section .main_visual .visual_slide .text .big { margin:0 0 30px; font-size:250%; }
	#main_section .main_visual .scroll_down { bottom:80px; left:calc(50% - 65px); width:130px; font-size:80%; }
	#main_section .item_inner { width:100%; padding:30px 10px 0; }
	#main_section .item_title { margin:0 0 10px; font-size:210%; }
	#main_section .item_text { margin:0 0 30px; font-size:100%; }
	#main_section .product .list li { padding:0 5px; }
	#main_section .product .list li a { height:350px; padding:30px 0 0 25px; }
	#main_section .product .list li a .title { font-size:130%; }
	#main_section .product .list li a .text { line-height:150%; }
	#main_section .product .list li:nth-child(1) a .image { top:150px; left:-50px; }
	#main_section .product .list li:nth-child(2) a .image { top:165px; left:28px; }
	#main_section .product .list li:nth-child(3) a .image { top:195px; left:15px; }
	#main_section .product .list li:nth-child(4) a .image { top:190px; left:-102px; }
	#main_section .product .list li:nth-child(5) a .image { top:179px; left:50px; }
	#main_section .product .list li.wide a { padding-left:35px; }
	#main_section .photonics { background-position:left 10%; background-size:300px; }
	#main_section .photonics .item_text { margin:0 0 30px; }
	#main_section .photonics .list { padding:0 40px; }
	#main_section .photonics .list li a { padding:86% 20px 10px 20px; }
	#main_section .photonics .list li a .title { margin-bottom:5px; font-size:125% }
	#main_section .photonics .list li a .text { font-size:80%; word-break:keep-all; }
	#main_section .photonics .list li a .text .enter { display:none; }
	#main_section .photonics .list li a .more { font-size:85%; }
	@keyframes visual_scroll { 0% { bottom:60px; } 100% { bottom:80px; } }

	/* 서브화면 콘텐츠 */
	#sub_nav { padding:120px 0 0; }
	#sub_nav h2 { margin-bottom:120px; font-size:250%; }
	#sub_nav ul { width:100%; }
	#sub_document { width:100%; padding:20px 10px 60px; }

	/* 페이지 공용 */
	.page_tab_menu { column-gap:5px; padding-right:5px; }
	.page_tab_menu li a { padding:0 5px; font-size:90%; }
	.page_tab_menu li a .enter { display:none; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting { width:100%; padding:20px 0 0 190px; }
	.page01_01_greeting .title { font-size:160%; }
	.page01_01_greeting .title::before { left:calc(50% - 300px); }
	.page01_01_greeting .title::after { right:calc(50% - 300px); }
	.page01_01_greeting .text { padding:50px 10px 50px 60px; font-size:100%; }
	.page01_02_h4 { font-size:190%; }
	.page01_02_overview { font-size:100%; }
	.page01_02_overview .text_big { font-size:150%; }
	.page01_02_info .image { width:48%; }
	.page01_02_info .page_table { width:50%; }
	.page01_02_map .info.korea { top:8%; right:0; }
	.page01_02_map .info.vietnam { top:auto; bottom:0; left:0; }
	.page01_02_map .info.vietnam .country { top:-70px; bottom:auto; }
	.page01_02_map .info.vietnam .country::after { right:-40px; width:40px; }

	/* 메인메뉴2 (제품소개) */
	.page02_product .image { width:500px; }
	.page02_product .info { width:calc(100% - 530px); }
	.page02_table .page_table { font-size:95%; }
	.page02_qc li img { max-width:95%; }
	.page02_trust { padding:80px 50px; }
	.page02_trust .info { width:100%; }
	.page02_trust .info li { margin:0 30px; }
	.page02_trust .info li::after { right:-31px; }

	/* 메인메뉴3 (연구개발) */
	.page03_01_future .light { right:0; }
	.page03_01_future .light::before { left:-120%; }
	.page03_01_future .light::after { left:-70%; }
	.page03_01_future .monitoring { bottom:40px; left:0; }
	.page03_01_future .monitoring::before { right:-120%; }
	.page03_01_future .monitoring::after { right:-70%; }
	.page03_02_project { column-gap:20px; }
	.page03_02_project div { padding:100px 20px 30px; }
	.page03_03_h4::before { left:0; width:40%; }
	.page03_03_h4::after { right:0; width:40%; }
	.page03_03_certification.grid4 { grid-template-columns:280px 280px; }
}
@media (max-width:1024px)
{
	#board_tab_menu ul { overflow:hidden; margin:0; padding:0; border:1px solid #ddd; }
	#board_tab_menu li { display:block; float:left; width:25%; margin:0; padding:0; border-right:1px solid #ddd; box-sizing:border-box; }
	#board_tab_menu li:last-child { border:none; }
	#board_tab_menu li a { display:block; padding:5px 0; border:none; background:none; text-align:center; border-radius:0; }
	#board_tab_menu li.on a { border:none; color:var(--form-check-color); }
	#board_tab_menu li.on a::before { content:""; display:block; position:absolute; bottom:0; left:0; width:100%; border-bottom:3px solid var(--form-check-color); }
	#board_tab_menu li.on a::after { content:""; display:block; position:absolute; bottom:3px; left:calc(50% - 6px); border-right:6px solid transparent; border-bottom:6px solid var(--form-check-color); border-left:6px solid transparent; }
	#board_list { border-top:1px solid #222; }
	#board_list .mobile_none { display:none; }
	#board_list td { padding:10px 5px; }
	#board_list .subject { width:100%; }
	#board_list .subject .icon_division { float:none; margin-right:5px; padding:0 10px; }
	#board_list .subject a { display:inline-block; overflow:hidden; max-width:700px; font-weight:400; text-overflow:ellipsis; white-space:nowrap; vertical-align:middle; }
	#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:85%; }
	#board_view_title .board_view_head .name_row { font-size:85%; }
	#board_view_title .board_view_head .name { margin-right:3px; }
	#board_view_title .board_view_head .icon_notice { font-size:85%; }
	#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:85%; }
	#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; top:0; right:0; }
	#member_input .input_box { float:none; width:100%; margin:0; outline:none; }
	#member_input .input_box#id { float:left; width:calc(100% - 100px); }
	#member_input .input_box#passwd { margin-bottom:5px; }
	#member_input .input_box#postcode { float:left; width:calc(100% - 100px); }
	#member_input .input_box#address1 { margin-bottom:5px; }
	#member_input .input_box#new_passwd { margin:0 0 5px; }
	#member_input .select_box { float:none; width:100%; outline:none; }
	#member_input .input_guide { margin:0; }
	#member_input .textarea_box { float:none; width:100%; }
	#member_input .click_button { margin:0 0 0 10px; }
	#member_input .change_pw { font-size:90%; }
	#member_login { width:470px; padding:40px; }
	#member_login h4 { font-size:170%; }
	#privacy .title { font-size:100%; }
	#privacy .comment { padding:15px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents { display:none; }
	#menu_cover { display:none; }
	#mobile_top_contents { display:block; position:relative; width:100%; height:70px; padding:16px 0 0; border-bottom:1px solid #ededed; background-color:#fff; box-sizing:border-box; }
	#mobile_top_contents .top_logo { width:200px; margin:0 auto; text-align:center; }
	#mobile_top_contents .top_logo a { display:block; }
	#mobile_top_contents .top_logo a img { display:block; width:100%; }
	#mobile_top_contents .top_menu { display:block; position:absolute; top:calc(50% - 11px); right:15px; width:30px; height:22px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 0; text-indent:-9999px; }
	#mobile_top_contents #mobile_main_menu { position:fixed; top:0%; right:-100%; z-index:9000; width:100%; height:100%; background-color:#fff; transition: All 0.4s ease; }
	#mobile_top_contents #mobile_main_menu.open { right:0; }
	#mobile_top_contents #mobile_main_menu .menu_top { overflow:hidden; position:relative; height:70px; padding:0 10px; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .menu_home { display:inline-block; max-width:calc(100% - 50px); padding-left:60px; background:url("../wp_default_image/logo.png") no-repeat left 5px; background-size:50px; font-size:130%; font-weight:500; color:#000; line-height:70px; }
	#mobile_top_contents #mobile_main_menu .menu_close { position:absolute; right:15px; top:calc(50% - 12px); width:24px; height:24px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -40px 0; text-indent:-9999px; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .language_list { overflow:hidden; height:80px; padding:0 20px; border-bottom:1px solid #ededed; list-style:none; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .language_list li { float:left; width:50%; padding:20px 0; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .language_list li a { display:block; width:95%; margin:0 auto; padding:7px 0; border:1px solid var(--mobile-point-color); font-size:110%; text-align:center; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .language_list li.on a { background-color:var(--mobile-point-color); color:#fff; }
	#mobile_top_contents #mobile_main_menu .menu_list { overflow:scroll; position:absolute; top:150px; z-index:1000; width:100%; height:calc(100% - 180px); padding:15px; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .menu_list li { box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .menu_list > li > a { display:block; position:relative; width:100%; padding:4% 0 4% 5%; border-bottom:1px solid #ddd; background-color:#fff; font-size:115%; font-weight:500; box-sizing:border-box; }
	#mobile_top_contents #mobile_main_menu .menu_list > li > a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; width:19px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; }
	#mobile_top_contents #mobile_main_menu .menu_list > li > a.on { color:var(--mobile-point-color); }
	#mobile_top_contents #mobile_main_menu .menu_list > li > a.on::before { background-position:-29px -34px; }
	#mobile_top_contents #mobile_main_menu .menu_list > li:first-child > a { border-top:none; }
	#mobile_top_contents #mobile_main_menu .menu_list ul { margin:0; padding:0 15px; border-bottom:1px solid #ddd; }
	#mobile_top_contents #mobile_main_menu .menu_list ul li { border-bottom:1px solid #dcdcdc; }
	#mobile_top_contents #mobile_main_menu .menu_list ul li:last-child { border-bottom:none; }
	#mobile_top_contents #mobile_main_menu .menu_list ul li a { display:block; position:relative; padding:15px 0 15px 7%; font-size:105%; }
	#mobile_top_contents #mobile_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; }
	#mobile_top_contents #mobile_main_menu .copyright { position:absolute; bottom:5px; left:0; width:100%; font-size:95%; text-align:center; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { display:none; }
	#mobile_bottom_contents { display:block; padding:20px 10px; background-color:#fff; font-size:80%; color:#333; }
	#mobile_bottom_contents .bottom_menu { display:none; }
	#mobile_bottom_contents .bottom_address { margin-bottom:5px; text-align:center; }
	#mobile_bottom_contents .bottom_address span { padding:0 10px; }
	#mobile_bottom_contents .copyright { text-align:center; }
	#mobile_bottom_contents .copyright span a { display:inline-block; width:70%; margin:10px auto 0; padding:5px; border:1px solid #7d7d7d; background-color:#434343; color:#fff; text-align:center; border-radius:20px; }
	#mobile_bottom_contents .top_move { display:none; position:fixed; right:10px; bottom:10px; z-index:1000; width:45px; height:45px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -58px -41px; text-indent:-9999px; }

	/* 메인화면 콘텐츠 */
	#main_section { overflow:hidden; }
	#main_section .main_visual { position:relative; }
	#main_section .main_visual .visual_slide { overflow:hidden; width:100%; height:inherit; }
	#main_section .main_visual .visual_slide .swiper-slide { height:0; padding-top:62.25%; }
	#main_section .main_visual .visual_slide .text .fira { margin:0 0 30px; font-size:280%; }
	#main_section .main_visual .visual_slide .text .korean { font-size:110%; }
	#main_section .main_visual .visual_slide .text .small { margin:0 0 20px; font-size:110%; }
	#main_section .main_visual .visual_slide .text .big { margin:0 0 10px; font-size:210%; }
	#main_section .main_visual .scroll_down { display:none; }
	#main_section .item_inner { padding:60px 10px; }
	#main_section .product .list li { float:none; top:0; width:600px; margin:0 auto 10px; padding:0; opacity:1; }
	#main_section .product .list li:last-child { margin:0 auto; }
	#main_section .product .list li a { height:inherit; padding:40px 30px; }
	#main_section .product .list li a::after { display:none; }
	#main_section .product .list li a .title {; height:inherit; }
	#main_section .product .list li a .title .enter { display:none; }
	#main_section .product .list li:nth-child(1) a .image { top:10px; left:auto; right:10px; width:200px; }
	#main_section .product .list li:nth-child(2) a .image { top:10px; left:auto; right:10px; width:200px; }
	#main_section .product .list li:nth-child(3) a .image { top:20px; left:auto; right:-20px; width:200px; }
	#main_section .product .list li:nth-child(4) a .image { top:10px; left:auto; right:-60px; width:300px; }
	#main_section .product .list li:nth-child(5) a .image { top:10px; left:auto; right:10px; width:180px; }
	#main_section .photonics .list { display:block; padding:0; }
	#main_section .photonics .list li { top:0; width:600px; margin:0 auto 20px; opacity:1; }
	#main_section .photonics .list li:nth-child(1) { background-position:left top; background-size:300px; }
	#main_section .photonics .list li:nth-child(2) { background-position:left top; background-size:300px; }
	#main_section .photonics .list li:nth-child(3) { margin:0 auto; background-position:left top; background-size:300px; }
	#main_section .photonics .list li a { padding:40px 10px 40px 55%; }

	/* 서브화면 콘텐츠 */
	#sub_nav { padding:100px 0 0; }
	#sub_nav h2 { margin-bottom:100px; font-size:220%; }
	#sub_nav ul { display:none; }
	#sub_position_title { padding:0 30px; font-size:180%; line-height:140%; }

	/* 페이지 공용 */
	.page_tab_menu { column-gap:1px; row-gap:1px; padding:0; border:1px solid #ddd; background-color:#ddd; }
	.page_tab_menu.tab05 { grid-template-columns:repeat(3, 1fr); }
	.page_tab_menu.tab06 { grid-template-columns:repeat(3, 1fr); }
	.page_tab_menu li { border:none; border-radius:0; }
	.page_tab_menu li.on { border:none; }
	.page_tab_menu li.on::after { display:none; }
	.page_tab_menu li a { height:60px; line-height:60px; border-radius:0; }
	.page_tab_menu li a.long { padding-top:10px; }
	.page_tab_menu li a .enter { display:block; }
	.page_tab_menu li.on a { font-weight:600; }
	.page_tab_menu li.on a::before { border-bottom:2px solid #000; }
	.page_mobile_tel { display:block; }
	.page_pc_tel { display:none; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting { padding:60px 0 0; background-position:left top }
	.page01_01_greeting .title { padding-left:130px; font-size:150%; }
	.page01_01_greeting .title::before { left:calc(50% - 200px); }
	.page01_01_greeting .title::after { right:calc(30% - 180px); }
	.page01_01_greeting .text { padding:50px 10px; text-align:center; }
	.page01_02_h4 { margin-bottom:40px; font-size:160%; }
	.page01_02_overview { margin:0 0 100px; }
	.page01_02_overview .text_big { font-size:130%; }
	.page01_02_info { margin:0 0 100px; }
	.page01_02_info .image { float:none; width:600px; height:350px; margin:0 auto 20px; background-size:cover; }
	.page01_02_info .page_table { float:none; width:600px; max-width:100%; margin:0 auto; }
	.page01_02_info .page_table tbody tr td { padding:10px 8px; }
	.page01_02_map .map .pin { width:45px; height:58px; }
	.page01_02_map .map .pin::before { display:none; }
	.page01_02_map .map .pin::after { display:none; }
	.page01_02_map .map .pin.korea { top:calc(32% - 29px); left:calc(48% - 23px); background:url("../wp_images/01_02_pin-korea.png") no-repeat 0 0; }
	.page01_02_map .map .pin.vietnam { top:calc(50% - 29px); left:calc(43% - 23px); background:url("../wp_images/01_02_pin-vietnam.png") no-repeat 0 0; }
	.page01_02_map .info { position:relative; width:440px; margin:0 auto 50px; }
	.page01_02_map .info.korea { top:0; right:0; }
	.page01_02_map .info.vietnam { top:0; bottom:0; left:0; }
	.page01_02_map .info .country { position:relative; width:100%; height:inherit; padding:15px; border:1px solid #ddd; border-bottom:none; text-align:center; border-radius:10px 10px 0 0; }
	.page01_02_map .info .country::before { display:none; }
	.page01_02_map .info .country::after { display:none; }
	.page01_02_map .info.korea .country { margin:0; padding:13px 15px 11px; background-color:#f5f5f5; background-image:none; }
	.page01_02_map .info.vietnam .country { position:relative; top:0; bottom:0; left:0; padding:13px 15px 11px; background-color:#f5f5f5; background-image:none; }
	.page01_02_map .info .country strong { display:inline-block; position:relative; margin-right:30px; font-size:110%; color:#000; }
	.page01_02_map .info .country strong::before { content:""; display:block; position:absolute; top:12px; right:-20px; width:5px; height:5px; background-color:#d2d2d2; border-radius:5px; }
	.page01_02_map .info .country strong .english { display:none; }
	.page01_02_map .info .country strong .english::before { display:none; }
	.page01_02_map .info .country .gray { display:inline-block; color:#777; }
	.page01_02_map .info ul { padding:20px 30px; border-radius:0 0 10px 10px; }
	.page01_03_safe { max-width:100%; padding:60px 8vw 150px; }
	.page01_03_safe h4 {font-size:200%; }
	.page01_03_safe .info { font-size:100%; }
	.page01_03_safe .numbering li { font-size:110%; }
	.page01_03_safe .what_todo li { font-size:100%; }
	.page01_05_map .root_daum_roughmap .wrap_map { height:300px !important; }
	.page01_05_map .info { padding:20px; }
	.page01_05_map .info::after { display:none; }
	.page01_05_map .info .logo { display:block; position:relative; top:0; left:0; margin:0 auto 20px; }
	.page01_05_map .info p { margin-bottom:20px; text-align:center; }
	.page01_05_map .info .address { margin-bottom:5px; font-size:120%; }
	.page01_05_map .info .title { margin-right:5px; }
	.page01_05_map .info .line { display:block; width:0; height:0; font-size:0; }
	.page01_05_map .info .map_link { position:relative; top:0; right:0; width:300px; height:40px; margin:0 auto; background-color:#04ce5c; background-image:none; font-size:120%; font-weight:400; text-align:center; color:#fff; text-indent:0; line-height:40px; border-radius:5px; }
	@keyframes page01_02_pin { 0% { transform:scale(0); } 100% { transform:scale(3); } }

	/* 메인메뉴2 (제품소개) */
	.page02_product .image { display:Block; float:none; width:550px; margin:0 auto 30px; }
	.page02_product .info { float:none; width:550px; margin:0 auto; }
	.page02_product.text_none { padding-top:0; }
	.page02_product.text_none .image { margin:0 auto 30px; }
	.page02_product.text_none .info { position:relative; }
	.page02_table { overflow:scroll; padding-bottom:5px; }
	.page02_table .page_table { width:1100px; }
	.page02_table.low_scroll .page_table { width:100%; }
	.page02_table.none_scroll { overflow:visible; padding:0; }
	.page02_table.none_scroll .page_table { width:100%; font-size:90%; }
	.page02_qc::before { display:none; }
	.page02_qc li { float:left; width:50%; height:inherit; margin:0; padding:0; }
	.page02_qc li::before { display:none; }
	.page02_qc li::after { display:none; }
	.page02_qc li:nth-child(1) { width:50%; margin:0 0 40px; }
	.page02_qc li:nth-child(2) { margin:0 0 40px; }
	.page02_qc li img { margin:0 auto 20px; }
	.page02_qc li span { font-size:100%; }
	.page02_qc li.down { padding:0; }
	.page02_qc li.down img { display:block; position:static; margin:0 auto 20px; transform:none; }
	.page02_qc li:last-child { margin:0 auto; }
	.page02_adventage li { padding-top:130px; background-position:center 20px; background-size:90px; }
	.page02_adventage li .title { font-size:100%; }
	.page02_adventage li .text { font-size:90%; }
	.page02_trust { padding:60px 30px; }
	.page02_trust .title { margin-bottom:40px; font-size:120%; }
	.page02_trust .info { width:100%; }
	.page02_trust .info li { margin:0 20px; font-size:100%; }
	.page02_trust .info li::after { right:-21px; }
	.page02_trust .machine li img { height:190px; }
	.page02_trust .test_result { grid-template-columns:1fr 1fr; row-gap:50px; }

	/* 메인메뉴3 (연구개발) */
	.page03_01_future { padding:0; }
	.page03_01_future::before { content:""; display:block; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ddd; }
	.page03_01_future dt { width:300px; margin:0 auto 80px; padding:10px 0; background-color:#003f98; border-radius:30px; box-shadow:3px 3px 10px rgba(0, 63, 152, 0.3); }
	.page03_01_future dt::before { display:none; }
	.page03_01_future dt::after { display:none; }
	.page03_01_future dd { position:relative; margin:0 auto 100px; }
	.page03_01_future dd::before { width:220px; height:220px; background-size:220px; }
	.page03_01_future dd::after { width:110px; height:110px; }
	.page03_01_future dd div { margin:0 auto; }
	.page03_01_future dd div::before { display:none; }
	.page03_01_future dd div::after { display:none; }
	.page03_01_future .light { top:0; right:0; }
	.page03_01_future .light::before { top:calc(50% - 110px); left:calc(50% - 350px); }
	.page03_01_future .light::after { top:calc(100% - 55px); left:calc(50% - 240px); }
	.page03_01_future .monitoring { bottom:0; left:0; margin:0 auto 50px; }
	.page03_01_future .monitoring::before { top:calc(50% - 110px); bottom:auto; right:calc(50% - 350px); }
	.page03_01_future .monitoring::after { top:calc(0% - 55px); bottom:auto; right:calc(50% - 240px); }
	.page03_02_project { display:block; padding-top:30px; }
	.page03_02_project div { width:380px; max-width:100%; margin:0 auto 100px; padding:90px 20px 30px; box-sizing:border-box; }
	.page03_02_project div:last-child { margin:0 auto; }
	.page03_02_project div .title { font-size:110%; }
	.page03_02_project div .text { font-size:90%; }

	/* 연혁관리 */
	.history_list .decade .title { float:none; height:200px; margin:0 auto 90px; }
	.history_list .decade .title h4 { left:calc(50% - 100px); }
	.history_list .decade .year { overflow:hidden; float:none; width:100%; }
	.history_list .decade .year dd .text { padding-left:0; }
}
@media (max-width:768px)
{
	.popup_box { width:400px !important; top:100px !important; left:calc(50% - 200px) !important; margin:0 !important; padding:0 !important; }
	.popup_box img { max-width:100%; height:auto; }
	#board_list .subject { font-size:95%; }
	#board_list .subject a { max-width:370px; }
	#board_gallery_list { grid-template-columns:1fr 1fr 1fr; }
	#board_faq_list li > h4 { padding:15px 55px 15px 50px; font-size:100%; }
	#board_blog_list .blog_image { float:none; width:300px; height:225px; margin:0 auto 20px; }
	#board_blog_list .blog_content { float:none; width:100%; height:inherit; text-align:center; }
	#board_blog_list .blog_content .date { position:relative; text-align:right; }
	#reply_box .reply_list .list_name .icon_notice { padding:0 5px; font-size:90%; }
	#reply_box .reply_list .list_name span { margin-right:0; }
	#reply_box .reply_list .list_name img { margin-right:1px; }
	#reply_box .reply_list .list_button a { padding:0 3px; font-size:85%; }
	#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:85%; }
	#reply_body .reply_modify { padding:5px; border:1px solid #ff8000; }
	#reply_box .reply_reply .arrow { width:40px; margin-right:5px; font-size:85%; }
	#reply_box .reply_reply .reply_input { width:calc(100% - 45px); border:1px solid #ff8000; }
	/*****************************************************************************************************************/

	/* 메인화면 콘텐츠 */
	#main_section .main_visual .visual_slide { display:none; }
	#main_section .main_visual .visual_slide_768 { display:block; }
	#main_section .main_visual .visual_slide_480 { display:none; }
	#main_section .main_visual .visual_slide .visual03 { background:url("../wp_images/m_visual_03-mobile.jpg") no-repeat center center; }
	#main_section .main_visual .visual_slide .visual02 .text { top:35%; }
	#main_section .main_visual .visual_slide .visual03 .text { top:40%; }
	#main_section .main_visual .visual_slide .visual05 .text { top:40%; }
	#main_section .main_visual .visual_slide .text .fira { font-size:5.5vw; }
	#main_section .main_visual .visual_slide .text .korean { font-size:2vw; }
	#main_section .main_visual .visual_slide .text .small { margin:0 0 10px; font-size:2.5vw; }
	#main_section .main_visual .visual_slide .text .big { margin:0; font-size:4vw; line-height:120%; }
	#main_section .main_visual .scroll_down { display:none; }
	#main_section .item_title { margin-bottom:3vw; font-size:6vw; }
	#main_section .item_text { font-size:90%; line-height:130%; }
	#main_section .item_text .enter { display:block; width:0; height:0; font-size:0; }
	#main_section .product .list li { width:100%; margin:0 auto 10px; padding:0; }
	#main_section .product .list li a { padding-left:10%; }
	#main_section .product .list li:nth-child(1) a .image { right:calc(25% - 100px); }
	#main_section .product .list li:nth-child(2) a .image { right:calc(25% - 100px); }
	#main_section .product .list li:nth-child(3) a .image { right:calc(25% - 125px); }
	#main_section .product .list li:nth-child(4) a .image { right:calc(25% - 150px); }
	#main_section .product .list li:nth-child(5) a .image { right:calc(25% - 90px); }
	#main_section .product .list li a .title { position:relative; z-index:10; }
	#main_section .photonics .list li { width:405px; margin:0 auto 20px; }
	#main_section .photonics .list li:nth-child(1) { background:#fff url("../wp_images/m_photonics_01-480.jpg") no-repeat center top; background-size:contain; }
	#main_section .photonics .list li:nth-child(2) { background:#fff url("../wp_images/m_photonics_02-480.jpg") no-repeat center top; background-size:contain; }
	#main_section .photonics .list li:nth-child(3) { background:#fff url("../wp_images/m_photonics_03-480.jpg") no-repeat center top; background-size:contain; }
	#main_section .photonics .list li a { padding:260px 10px 10px 40px; }

	/* 서브화면 콘텐츠 */
	#sub_visual { height:300px; background-size:150%; }
	#sub_nav { padding:80px 0 0; }
	#sub_nav h2 { margin-bottom:80px; padding:0; font-size:6vw; }
	#sub_section { padding:60px 0 0; }
	#sub_position { margin:0 0 50px; }
	#sub_position_title { font-size:150%; }
	@keyframes sub_visual_bg { 0% { background-size:170%; } 100% { background-size:150%; } }

	/* 페이지 공용 */
	.page_mobile_enter { display:block; width:0; height:0; font-size:0; }
	.page_pc_enter { display:none; }
	.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_tab_menu { margin:0 0 60px; }
	.page_tab_menu.tab03 { grid-template-columns:repeat(2, 1fr); }
	.page_tab_menu.tab05 { grid-template-columns:repeat(2, 1fr); }
	.page_tab_menu.tab06 { grid-template-columns:repeat(2, 1fr); }
	.page_tab_menu li a { height:50px; font-size:85%; line-height:50px; }
	.page_tab_menu li a.long { padding-top:5px; }
	.page_title_h4 { margin:0 0 20px; padding:0 0 0 35px; background-position:left 3px; font-size:130%; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting { padding:0; background:none; }
	.page01_01_greeting .title { padding-left:0; font-size:120%; }
	.page01_01_greeting .title::before { left:calc(50% - 220px); }
	.page01_01_greeting .title::after { right:calc(50% - 220px); }
	.page01_01_greeting .text { font-size:90%; }
	.page01_01_greeting .text .name { background-size:300px; }
	.page01_02_h4 { font-size:140%; }
	.page01_02_overview { font-size:90%; }
	.page01_02_overview .text_big { margin:0 0 50px; font-size:120%; }
	.page01_02_overview .text_big strong { font-size:110%; }
	.page01_02_info .image { max-width:100%; height:0; padding:40% 0 0; }
	.page01_02_info .page_table { font-size:90%; }
	.page01_02_info .page_table thead tr th { padding:15px 0; font-size:120%; }
	.page01_02_info .page_table tbody tr td.bg_gray { padding:7px; text-align:center; }
	.page01_02_info .page_table tbody tr td.bg_gray::before { display:none; }
	.page01_02_info .page_table tbody tr td.bg_gray::after { display:none; }
	.page01_02_info .page_table tbody tr td.text_left { padding:7px 0 7px 20px; }
	.page01_02_map .map { height:300px; margin-bottom:20px; padding-top:0; background-position:center -50px; background-size:1400px; }
	.page01_02_map .map .pin.korea { top:calc(39% - 29px); left:calc(46% - 23px); }
	.page01_02_map .map .pin.vietnam { top:calc(73% - 29px); left:calc(30% - 23px); }
	.page01_03_safe { max-width:100%; padding:60px 5vw 150px; }
	.page01_03_safe h4 {font-size:140%; }
	.page01_03_safe .info { font-size:90%; }
	.page01_03_safe .numbering li { font-size:95%; }
	.page01_03_safe .numbering li::before { width:80px; }
	.page01_03_safe .numbering li .step { width:80px; }
	.page01_03_safe .numbering li .text { width:calc(100% - 80px); }
	.page01_03_safe .what_todo li { font-size:90%; }
	@keyframes page01_02_pin { 0% { transform:scale(0); } 100% { transform:scale(2); } }

	/* 메인메뉴2 (제품소개) */
	.page02_product { margin-bottom:80px }
	.page02_product .image { max-width:100%; }
	.page02_product .info { max-width:100%; }
	.page02_product .info .title { font-size:130%; }
	.page02_product .text dd { float:none; width:100%; margin:0; font-size:90%; }
	.page02_product .info .consult { display:block; position:relative; top:0; width:100%; margin:20px 0 auto; padding:3px 0; font-size:100%; }
	.page02_product.text_none { margin-bottom:80px }
	.page02_title_button { margin-bottom:20px; }
	.page02_title_button button { padding:0 0 15px 35px; background-position:left 3px; font-size:130%; }
	.page02_table.low_scroll .page_table { width:800px; }
	.page02_drawing_slide .swiper-slide span { bottom:20px; left:calc(50% - 80px); width:160px; padding:0; font-size:90%; }
	.page02_drawing_slide .drawing_btn { width:40px; height:40px; }
	.page02_drawing_slide .drawing_pagination { bottom:0; }
	.page02_text { margin:0 0 80px; padding:0; }
	.page02_qc li { float:none; width:100%; margin:0 auto 40px; }
	.page02_qc li:nth-child(1) { width:100%; margin:0 auto 40px; }
	.page02_qc li:nth-child(2) { margin:0 auto 40px; }
	.page02_qc li:nth-child(4) { margin:0 auto; }
	.page02_qc li img { margin:0 auto 20px; }
	.page02_qc li strong { font-size:100%; }
	.page02_qc li span { font-size:90%; }
	.page02_adventage { grid-template-columns:1fr 1fr; row-gap:30px; }
	.page02_adventage li .text { width:90%; line-height:130%; }
	.page02_trust { padding:40px 20px; }
	.page02_trust .title { margin-bottom:30px; font-size:110%; }
	.page02_trust .info li { margin:0 10px; font-size:90%; }
	.page02_trust .info li::after { display:none; }
	.page02_trust .machine { grid-template-columns:1fr 1fr; row-gap:30px; }

	/* 메인메뉴3 (연구개발) */
	.page03_01_future::before { content:""; display:block; position:absolute; top:0; left:50%; height:100%; border-right:1px solid #ddd; }
	.page03_01_future dt { margin:0 auto 200px; }
	.page03_01_future dd { position:relative; margin:0 auto 200px; }
	.page03_01_future dd::before { width:200px; height:200px; background-size:200px; }
	.page03_01_future dd::after { width:90px; height:90px; }
	.page03_01_future .light::before { top:-150px; left:calc(50% - 100px); }
	.page03_01_future .light::after { top:-60px; left:calc(50% + 45px); background-size:45px; }
	.page03_01_future .monitoring { margin:0 auto; }
	.page03_01_future .monitoring::before { top:-150px; right:calc(50% - 100px); }
	.page03_01_future .monitoring::after { top:-60px; right:auto; left:calc(50% + 45px); background-size:45px; }
	.page03_03_h4 { margin-bottom:40px; font-size:150%; }
	.page03_03_h4::before { left:0; width:30%; }
	.page03_03_h4::after { right:0; width:30%; }
	.page03_03_certification { grid-template-columns:1fr 1fr; column-gap:20px; row-gap:40px; }
	.page03_03_certification.grid4 { grid-template-columns:1fr 1fr; column-gap:20px; row-gap:40px; }
	.page03_03_certification li { width:inherit; max-width:95%; }
	.page03_03_certification li a { padding:10px; }
	.page03_03_certification li a span { font-size:90%; word-break:keep-all; }

	/* 연혁관리 */
	.history_list .decade .year { margin:0 0 20px; }
	.history_list .decade .year::before { display:none; }
	.history_list .decade .year dt { float:none; margin:0 auto 10px; padding:0 0 10px; border-bottom:2px solid #222; }
	.history_list .decade .year dd { float:none; width:100%; text-align:center; }
}
@media (max-width:480px)
{
	.popup_box { width:300px !important; left:calc(50% - 150px) !important; }
	#form_button button { height:50px; width:120px; font-size:130%; line-height:50px; }
	#board_list .subject .icon_division { padding:0 5px; }
	#board_list .subject a { max-width:280px; }
	#board_auth { width:100%; padding:20px; }
	#board_gallery_list { grid-template-columns:1fr 1fr; }
	#member_guide { padding:15px 15px 15px 30px; font-size:95%; }
	#member_input .change_pw .guide { display:block; }
	#member_login { width:100%; padding:0 20px; border:none; }
	#member_login .account_button li { font-size:95%; margin:0 8px; }
	#member_login .account_button li::after { right:-10px; }
	#member_input .search_title { padding-left:20px; font-size:170%; }
	#member_input .search_guide { font-size:90%; }
	#member_input .search_field .title { float:none; text-align:left; }
	#member_input .search_field .input_box { float:none; width:100%; }
	#member_input .search_field .input_box#id { width:100%; }
	#member_search .search_title { padding-left:20px; font-size:170%; }
	#member_search .search_field { padding:0 5px; }
	#member_search .search_field li { padding:15px 0; }
	#member_search .search_field .title { width:110px; padding:0 10px 0 0; font-size:95%; }
	#member_search .search_field .form_input_box { float:left; width:calc(100% - 120px); }
	#privacy_agree .agree_list li { width:100%; }
	#privacy_agree .agree_list li label { font-size:95%; letter-spacing:-1px; }
	#paging_move_round .number { width:25px; height:25px; margin:0 2px; font-size:90%; line-height:23px; }
	#paging_move_round .number strong { height:25px; line-height:25px; }
	#paging_move_round .none { width:15px; height:25px; margin:0 5px; }
	#paging_move_round .none.prev { background-position:center 3px; }
	#paging_move_round .none.next { background-position:center -26px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#mobile_top_contents { height:65px; }
	#mobile_top_contents .top_logo { width:170px; }
	#mobile_top_contents #mobile_main_menu .menu_top { height:65px; }
	#mobile_top_contents #mobile_main_menu .menu_home { line-height:70px; font-size:5vw; }
	#mobile_top_contents #mobile_main_menu .language_list { height:60px; padding:8px 10px 0; }
	#mobile_top_contents #mobile_main_menu .language_list li { padding:0; }
	#mobile_top_contents #mobile_main_menu .language_list li a { height:44px; padding:0; font-size:5vw; line-height:44px; }
	#mobile_top_contents #mobile_main_menu .menu_list { top:125px; }
	#mobile_top_contents #mobile_main_menu .menu_list > li > a { padding:3% 0 3% 5%; font-size:5vw; }
	#mobile_top_contents #mobile_main_menu .menu_list ul li a { padding:10px 0 10px 7%; font-size:4vw; }

	/* 하단영역 콘텐츠 */
	#mobile_bottom_contents { padding:15px 5px; font-size:75%; line-height:140%; }

	/* 메인화면 콘텐츠 */
	#main_section .main_visual .visual_slide { display:none; }
	#main_section .main_visual .visual_slide_768 { display:none; }
	#main_section .main_visual .visual_slide_480 { display:block; }
	#main_section .main_visual .visual_slide .swiper-slide { padding-top:104%; }
	#main_section .main_visual .visual_slide .visual02 { background:url("../wp_images/m_visual_02-mobile.jpg") no-repeat center center; }
	#main_section .main_visual .visual_slide .visual03 { background:url("../wp_images/m_visual_03-480.jpg") no-repeat center center; }
	#main_section .main_visual .visual_slide .text .fira { font-size:7vw; }
	#main_section .main_visual .visual_slide .text .korean { font-size:3vw; }
	#main_section .main_visual .visual_slide .text .small { margin:0; font-size:3vw; text-shadow:none; }
	#main_section .main_visual .visual_slide .text .big { padding:0; font-size:6vw; word-break:keep-all; text-shadow:none; }
	#main_section .item_title { margin-bottom:3vw; font-size:7vw; }
	#main_section .item_text { font-size:4vw; line-height:130%; }
	#main_section .product .list li { width:90%; }
	#main_section .product .list li a { padding:30px 20px; }
	#main_section .product .list li a .title { font-size:4vw; }
	#main_section .product .list li a .text { font-size:3vw; }
	#main_section .product .list li a::after { display:none; }
	#main_section .product .list li:nth-child(1) a .image { top:10px; right:calc(25% - 60px); width:120px; }
	#main_section .product .list li:nth-child(2) a .image { top:20px; right:calc(25% - 65px); width:130px; }
	#main_section .product .list li:nth-child(3) a .image { top:25px; right:calc(25% - 80px); width:130px; }
	#main_section .product .list li:nth-child(4) a .image { top:20px; right:calc(25% - 75px); width:150px; }
	#main_section .product .list li:nth-child(5) a .image { top:15px; right:calc(25% - 50px); width:100px; }
	#main_section .photonics .list li { width:90%; }
	#main_section .photonics .list li a { padding:66% 10px 20px 20px; }
	#main_section .photonics .list li a .title { font-size:115%; }
	#main_section .photonics .list li a .text { margin-bottom:35px; font-size:75%; }

	/* 서브화면 콘텐츠 */
	#sub_nav { padding:60px 0 0; }
	#sub_nav h2 { margin-bottom:60px; padding:0; font-size:7vw; }
	#sub_section { padding:50px 0 0; }
	#sub_position { margin:0 0 40px; }
	#sub_position_title { font-size:6.5vw; }
	#sub_document { padding:0 10px 50px; }

	/* 페이지 공용 */
	.page_image_margin { margin-bottom:80px; }
	.page_title_h4 { font-size:120%; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting .title { font-size:110%; word-break:keep-all; }
	.page01_01_greeting .title::before { left:0; }
	.page01_01_greeting .title::after { right:0; bottom:3px; }
	.page01_01_greeting .text .name { padding:20px 0 0; background-size:200px; }
	.page01_02_map .map { height:200px; margin-bottom:50px; background-position:center -30px; background-size:900px; }
	.page01_02_map .map .pin.korea { top:calc(35% - 29px); left:calc(47% - 23px); }
	.page01_02_map .map .pin.vietnam { top:calc(73% - 29px); left:calc(35% - 23px); }
	.page01_02_map .info { max-width:100%; }
	.page01_02_map .info ul { padding:20px; font-size:90%; }
	.page01_02_map .info ul li .title { width:100px; }
	.page01_02_map .info ul li .text { width:calc(100% - 100px); }
	.page01_03_safe { font-size:90%; }
	.page01_05_map .info { font-size:90%; }
	.page01_05_map .info .address { font-size:110%; }
	.page01_05_table { font-size:80%; }
	.page01_05_table span { margin-right:5px; }

	/* 메인메뉴2 (제품소개) */
	.page02_product .image { margin-bottom:50px; }
	.page02_product .info .title { margin-bottom:10px; padding:5px; font-size:120%; text-align:center; }
	.page02_product .info .title.long { padding:5px; font-size:120%; }
	.page02_product.text_none .image { margin-bottom:50px; }
	.page02_title_button button { font-size:120%; }
	.page02_table { margin-bottom:80px }
	.page02_table .page_table { width:750px; font-size:80%; }
	.page02_table .page_table thead::before { display:none; }
	.page02_table .page_table thead::after { display:none; }
	.page02_table .page_table thead tr th { padding:13px 0; }
	.page02_table .page_table tbody tr td { padding:5px 4px; word-break:keep-all; line-height:160%; }
	.page02_table.low_scroll .page_table { width:600px; }
	.page02_table.none_scroll .page_table { font-size:80%; }
	.page02_text { margin-bottom:80px; font-size:90%; }
	.page02_drawing_slide { margin-bottom:80px; }
	.page02_drawing_slide .swiper-slide span { left:calc(50% - 50px); width:100px; font-size:80%; }
	.page02_qc { margin-bottom:80px; }
	.page02_qc li strong { margin:0 auto 5px; font-size:95%; }
	.page02_adventage { margin-bottom:80px; }
	.page02_adventage { grid-template-columns:1fr; row-gap:20px; }
	.page02_adventage li { padding-top:100px; background-size:70px; }
	.page02_adventage li .title { margin-bottom:10px; }
	.page02_adventage li .text { width:90%; line-height:130%; }
	.page02_trust .title { margin-bottom:20px; font-size:100%; }
	.page02_trust .machine li img { height:170px; }
	.page02_trust .machine li span { width:110px; font-size:90%; }
	.page02_trust .test_result { grid-template-columns:1fr; row-gap:30px; }
	.page02_trust .test_result li strong { width:250px; font-size:100%; }
	.page02_trust .test_result li span { width:250px; font-size:80%; }

	/* 메인메뉴3 (연구개발) */
	.page03_01_future dt { font-size:80%; }
	.page03_01_future dt span { margin:0; }
	.page03_01_future dd div strong { font-size:100%; }
	.page03_01_future dd div span { font-size:80%; }
	.page03_02_project div::after { left:calc(50% - 50px); width:100px; height:100px; }
	.page03_02_project div { padding:70px 20px 20px; }
	.page03_02_project div .text { margin:10px 0 0; padding:10px 0 0; font-size:80%; }
	.page03_03_certification { display:block; }
	.page03_03_certification li { width:280px; max-width:100%; margin:0 auto 50px; }
	.page03_03_certification.grid2 li:last-child { margin:0 auto; }
	.page03_03_certification li a { padding:10px; }
	.page03_03_certification li a span { font-size:90%; word-break:keep-all; }
	
	/* 연혁관리 */
	.history_list { font-size:90%; }
}
@media (max-width:375px)
{
	/*****************************************************************************************************************/

}