@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:300; font-display:swap; src:url("../wp_default_image/notosanskr_300.woff") format("woff"), url("../wp_default_image/notosanskr_300.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:400; font-display:swap; src:url("../wp_default_image/notosanskr_400.woff") format("woff"), url("../wp_default_image/notosanskr_400.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal;	font-weight:500; font-display:swap; src:url("../wp_default_image/notosanskr_500.woff") format("woff"), url("../wp_default_image/notosanskr_500.woff2") format("woff2"); }
@font-face { font-family:"Noto Sans KR"; font-style:normal; font-weight:600; font-display:swap; src:url("../wp_default_image/notosanskr_600.woff") format("woff"),url("../wp_default_image/notosanskr_600.woff2") format("woff2"); }
@font-face { font-family:"Spoqa Han Sans Neo"; font-style:normal; font-weight:700; url("../wp_default_image/SpoqaHanSansNeo-Bold.woff") format("woff"), src:url("../wp_default_image/SpoqaHanSansNeo-Bold.woff2") format("woff2"); }
@font-face { font-family:"Spoqa Han Sans Neo"; font-style:normal; font-weight:400; url("../wp_default_image/SpoqaHanSansNeo-Regular.woff") format("woff"), src:url("../wp_default_image/SpoqaHanSansNeo-Regular.woff2") format("woff2"); }
@font-face { font-family:"Ubuntu"; font-style:normal; font-weight:700; src:url("../wp_default_image/Ubuntu_700.woff2") format("woff2"); }
@font-face { font-family:"Ubuntu"; font-style:normal; font-weight:500; src:url("../wp_default_image/Ubuntu_500.woff2") format("woff2"); }
/*****************************************************************************************************************/
html { font-size:16px; }
body, header, footer, nav, section, article, aside, canvas, iframe, div, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, video, audio, span, strong, pre, del, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, summary, thead, tbody, tfoot, tr, th, td { margin:0; padding:0; border:0; }
header, section, nav, article, aside, hgroup, footer { display:block; }
body { font-family:"Noto Sans KR", "dotum", 돋움, Helvetica, sans-serif; font-size:1rem; font-weight:400; color:#222; line-height:1.7; letter-spacing:0.7px; }
img { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ul, ol { list-style:none; }
a { color:inherit; }
a:link, a:visited, a:active { text-decoration:none; }
a:hover { text-decoration:none; }
strong, b { font-weight:500; }
address { font-style:normal; }
legend { display:none; clear:both; }
textarea { resize:none; font-family:inherit; }
button { overflow:visible; padding:0; border:none; background:inherit; font-family:inherit; border-radius:0; box-shadow:none; cursor:pointer; }
table { border:0; border-collapse:collapse; }
table caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
select::-ms-expand { display:none; }
input, input::placeholder, input::file-selector-button, select { font-family:"Noto Sans KR"; font-size:95%; }
input::placeholder { color:#777; }
:root
{
	--form-check-color:#0e6ed9;
	--form-button-color:#0e6ed9;
	--mobile-point-color:#0e6ed9;
}
.display_none { display:none; }
.float_left { float:left; }
.float_right { float:right; }
.clear_both { clear:both; }
.text_big { font-size:120%; }
.text_small { font-size:90%; }
.text_xsmall { font-size:80%; }
.text_bold { font-weight:600; }
.text_thin { font-weight:300; }
.text_left { text-align:left; }
.text_right { text-align:right; }
.text_center { text-align:center; }
.text_blue { color:#0066cc; }
.text_red { color:#ff3333; }
.text_gray { color:#999; }
.text_emphasis { font-weight:500; color:#ff3333; }
.form_input_box { height:42px; padding:5px; border:1px solid #ddd; box-sizing:border-box; }
.form_input_file { height:42px; padding:5px; border:1px solid #ddd; box-sizing:border-box; }
.form_select_box { height:42px; padding:5px 20px 5px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; box-sizing:border-box; appearance:none; }
.form_textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
.form_textarea_chk { width:100%; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; }
.form_check_title { position:relative; }
.form_check_title input[type="radio"]::-ms-check { border:solid 1px #fff; }
.form_check_title input[type="radio"] { position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border:none; appearance:none; }
.form_check_title input[type="radio"] + label { padding-left:25px; }
.form_check_title input[type="radio"] + label:before { content:""; position:absolute; top:calc(50% - 10px); left:0; width:20px; height:20px; border:1px solid #ddd; background-color:#fff; border-radius:20px; box-sizing:border-box; }
.form_check_title input[type="radio"]:checked + label:before { border:6px solid var(--form-check-color); background-color:#fff; }
.form_check_title input[type="checkbox"]::-ms-check { border:solid 1px #fff; }
.form_check_title input[type="checkbox"] { position:absolute; top:calc(50% - 11px); left:0; width:22px; height:22px; margin:0; padding:0; border:none; appearance:none; }
.form_check_title input[type="checkbox"] + label { padding:0 0 0 30px; }
.form_check_title input[type="checkbox"] + label:before { content:""; display:block; position:absolute; top:calc(50% - 10px); left:1px; width:20px; height:20px; margin-right:10px; border:1px solid #ddd; background:#fff url("../wp_default_image/check_sprite.png") no-repeat 0 0; box-sizing:border-box; }
.form_check_title input[type="checkbox"]:checked + label:before { border:1px solid var(--form-check-color); background:var(--form-check-color) url("../wp_default_image/check_sprite.png") no-repeat 0 -20px; }
.form_check_choose { display:block; position:relative; width:22px; height:22px; margin:0 auto; }
.form_check_choose input[type="checkbox"]::-ms-check { border:solid 1px #fff; }
.form_check_choose input[type="checkbox"] { width:20px; height:20px; margin:0; padding:0; border:none; appearance:none; }
.form_check_choose input[type="checkbox"] + label { display:block; position:absolute; top:0; left:0; width:20px; height:20px; margin:0 auto; border:1px solid #ddd; background:#fff url("../wp_default_image/check_sprite.png") no-repeat 0 0; font-size:0; box-sizing:border-box; }
.form_check_choose input[type="checkbox"]:checked + label { border:1px solid var(--form-check-color); background:var(--form-check-color) url("../wp_default_image/check_sprite.png") no-repeat 0 -20px; }
#form_button { text-align:center; }
#form_button button { display:inline-block; height:48px; width:140px; margin:0 10px; background-color:var(--form-button-color); font-size:130%; font-weight:500; text-align:center; color:#fff; line-height:48px; box-sizing:border-box; }
#form_button button.cancel { background-color:#777; color:#fff; }
/*****************************************************************************************************************/
.popup_box .form_check_choose { display:inline-block; vertical-align:middle; }
.popup_box .close_ment { display:inline-block; height:22px; font-size:90%; font-weight:400; vertical-align:middle; line-height:22px; }
#board_tab_menu { margin:0 0 40px; }
#board_tab_menu .mobile_first { display:none; }
#board_tab_menu ul { margin:0; padding:0 10px; border-bottom:1px solid #222; }
#board_tab_menu li { display:inline-block; position:relative; margin-right:5px; }
#board_tab_menu li a { display:block; padding:5px 30px 5px 20px; border:1px solid #ddd; border-bottom:none; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 90% center; font-weight:400; color:#777; border-radius:10px 10px 0 0; }
#board_tab_menu li.on a { border:1px solid #222; border-bottom:none; font-weight:500; color:#000; }
#board_tab_menu li.on::after { content:""; display:block; position:absolute; bottom:-1px; left:1px; width:calc(100% - 2px); border-bottom:1px solid #fff; }
#board_list { width:100%; margin:0 0 50px; border:0; border-collapse:collapse; }
#board_list th { padding:15px 0; border-top:2px solid #222; border-bottom:1px solid #ddd; background-color:#fbfbfb; font-size:110%; font-weight:600; color:#000; white-space:nowrap; }
#board_list tr.notice td { border-bottom:1px solid #ddd; background-color:#fbfbfb; }
#board_list td { padding:12px 0; border-bottom:1px solid #ededed; text-align:center; vertical-align:middle; white-space:nowrap; }
#board_list .icon_notice { padding:0 8px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#board_list .subject { overflow:hidden; text-align:left; white-space:nowrap; text-overflow:ellipsis; }
#board_list .subject .icon_division { float:left; margin-right:10px; padding:0 12px; border:1px solid #777; background-color:#fff; font-size:90%; color:#777; border-radius:20px; }
#board_list .subject > a { position:relative; }
#board_list .subject > a::before { content:""; display:block; position:absolute; bottom:-4px; left:50%; width:0; border-bottom:1px solid #222; transition:0.3s; }
#board_list .subject > a::after { content:""; display:block; position:absolute; right:50%; bottom:-4px; width:0; border-bottom:1px solid #222; transition:0.3s; }
#board_list .subject > a:hover::before { width:50%; transition:0.3s; }
#board_list .subject > a:hover::after { width:50%; transition:0.3s; }
#board_list .file_download { position:relative; margin:0; padding:10px 20px; border:2px solid #ddd; font-size:95%; }
#board_list .file_download legend { display:block; padding:0 5px; font-weight:400; box-sizing:border-box; }
#board_list .file_download .down_button { position:absolute; top:0; right:5px; }
#board_list .file_download .down_button a { margin-left:3px; }
#board_list .file_download .close { padding:0 8px; border:1px solid #ddd; background-color:#fff; font-size:90%; color:#333; border-radius:20px; }
#board_list .list_button { padding:0 8px; border:1px solid #0066cc; background-color:#fff; font-size:90%; color:#0066cc; border-radius:20px; }
#board_list .list_button.delete { border:1px solid #ff3333; color:#ff3333; }
#board_view_title { border-top:2px solid #222; }
#board_view_title .board_view_head { position:relative; }
#board_view_title .board_view_head .board_title { overflow:hidden; margin:0; padding:10px; background-color:#fbfbfb; font-size:110%; font-weight:500; line-height:36px; white-space:nowrap; text-overflow:ellipsis; }
#board_view_title .board_view_head .icon_division { float:left; margin-right:10px; padding:0 12px; border:1px solid #777; background-color:#fff; font-size:80%; color:#777; border-radius:20px; }
#board_view_title .board_view_head .name_row { margin:0; padding:5px 10px; border-bottom:1px solid #ddd; font-size:90%; color:#777; }
#board_view_title .board_view_head .name_row img { vertical-align:middle; }
#board_view_title .board_view_head .name { margin-right:15px; font-weight:500; }
#board_view_title .board_view_head .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#board_view_title .board_view_head .time { margin:0; }
#board_view_title .board_view_head .ref { float:right; }
#board_view_title .board_view_head .ref img { vertical-align:middle; }
#board_view_comment { margin:0; padding:30px 0; }
#board_view_comment .smartOutput img { max-width:100%; height:inherit; }
#board_view_comment .smartOutput video { max-width:100%; height:inherit; }
#board_view_comment .image_view_box { margin-bottom:20px; text-align:center; }
#board_view_comment .image_view_box img { max-width:100%; height:inherit; }
#board_view_comment .image_view_box span { display:block; margin:0 auto; }
#board_view_comment .image_view_box video { max-width:100%; height:inherit; }
#board_view_comment .file_download { margin-top:20px; padding:10px 15px; border:1px solid #ededed; background-color:#fbfbfb; font-size:90%; text-align:left; }
#board_prev_next { margin:0 0 50px; padding:10px 20px; border:1px solid #ededed; font-size:95%; }
#board_prev_next li { overflow:hidden; margin:0; padding:3px 0; border-bottom:1px solid #ededed; }
#board_prev_next li:last-child { border:none; }
#board_prev_next li strong { display:block; float:left; width:50px; }
#board_prev_next li a { display:block; overflow:hidden; width:calc(100% - 50px); white-space:nowrap; text-overflow:ellipsis; }
#board_input { margin:0 0 40px; }
#board_input h4 { display:block; float:left; margin:0 0 10px; font-size:140%; font-weight:500; }
#board_input .compulsory_guide { float:right; font-size:95%; font-weight:400; text-align:right; box-sizing:border-box; }
#board_input .compulsory_guide span { font-size:150%; color:#fd7070; }
#board_input ul { clear:both; padding:15px 20px 0; border-top:2px solid #222; }
#board_input li { overflow:hidden; padding:20px 0; border-bottom:1px solid #ededed; vertical-align:middle; }
#board_input li:last-child { border:none; }
#board_input .title { display:block; float:left; position:relative; width:200px; padding:0 50px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#board_input .title span { position:absolute; top:-5px; right:35px; font-size:140%; color:#fd7070; }
#board_input .input_box { float:left; height:42px; margin-right:5px; padding:5px 10px; border:1px solid #ddd; font-weight:300; box-sizing:border-box; }
#board_input .input_file { height:42px; padding:5px 10px; border:1px solid #ddd; font-size:90%; line-height:32px; box-sizing:border-box; }
#board_input .input_file::file-selector-button { padding:3px 10px; border:1px solid #ddd; background-color:#fbfbfb; }
#board_input .input_guide { display:block; clear:both; margin:0 0 0 200px; padding:5px 0 0; font-size:90%; color:#777; }
#board_input .select_box { float:left; height:42px; padding:0 30px 0 10px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; color:#333; box-sizing:border-box; appearance:none; }
#board_input .form_check_title { float:left; height:42px; margin-right:20px; line-height:42px; }
#board_input .textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#board_input .attach_file { border:none; padding:0 20px; word-break:keep-all; }
#board_input .attach_file li { border-top:1px solid #ededed; }
#board_input .attach_modify { padding:10px; border:1px solid #ddd; }
#board_input .attach_modify li { overflow:hidden; padding:8px 0; }
#board_input .attach_modify li:last-child { border-bottom:none; }
#board_input .attach_modify .first_line { border-bottom:1px solid #ddd; font-weight:500; }
#board_input .attach_modify .first_line span { height:inherit; }
#board_input .attach_modify .first_line .attach_name { font-size:100%; }
#board_input .attach_modify .attach_sort { float:left; width:100px; text-align:center; }
#board_input .attach_modify .attach_sort input { float:none; width:40px; margin:0 auto; text-align:center; }
#board_input .attach_modify .attach_name { float:left; width:calc(100% - 200px); font-size:90%; text-align:left; }
#board_input .attach_modify .attach_name img { margin:0 5px 0 0; vertical-align:middle; }
#board_input .attach_modify .attach_name .input_box { float:none; margin-left:5px; }
#board_input .attach_modify .attach_delete { float:left; position:relative; width:100px; height:45px; margin:0; text-align:center; }
#board_input .attach_modify .attach_delete .form_check_choose { position:absolute; top:calc(50% - 11px); left:calc(50% - 11px); }
#board_auth { width:450px; margin:0 auto 60px; padding:30px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; }
#board_auth p { margin:0 0 10px; font-size:90%; font-weight:400; text-align:center; }
#board_auth label { float:left; width:100px; height:42px; padding-right:20px; font-weight:500; text-align:right; line-height:42px; box-sizing:border-box; }
#board_auth .form_input_box { float:left; width:calc(100% - 100px); }
#board_gallery_list { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; column-gap:20px; row-gap:30px; margin:0 0 30px; }
#board_gallery_list li { text-align:center; box-sizing:border-box; }
#board_gallery_list li a { display:block; }
#board_gallery_list .img_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; }
#board_gallery_list .img_box img { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; border-radius:5px; }
#board_gallery_list .background_box { overflow:hidden; position:relative; margin:0 0 15px; padding-top:75%; border-radius:3px; }
#board_gallery_list .gallery_subject { display:-webkit-box; overflow:hidden; height:60px; margin:0 0 10px; font-size:95%; font-weight:400; text-align:left; word-break:keep-all; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#board_gallery_list .date { display:block; overflow:hidden; margin:0; font-size:90%; font-weight:300; text-align:right; color:#777; }
#board_gallery_list .gallery_ref { font-size:90%; }
#board_gallery_list .gallery_ref span { position:relative; margin-right:10px; }
#board_gallery_list .gallery_ref span::after { content:""; display:block; position:absolute; top:6px; right:-9px; height:15px; border-right:1px solid #aaa; }
#board_faq_list li { margin-bottom:20px; }
#board_faq_list li > h4 { position:relative; padding:20px 20px 20px 60px; border:1px solid #ddd; font-size:120%; font-weight:500; word-break:keep-all; border-radius:10px; cursor:pointer; }
#board_faq_list li > h4::before { content:""; display:block; position:absolute; top:calc(50% - 14px); left:20px; width:26px; height:28px; background:url("../wp_default_image/page_faq_sprite.png") no-repeat 0 0; }
#board_faq_list li > h4::after { content:""; display:block; position:absolute; top:calc(50% - 9px); right:20px; width:35px; height:18px; background:url("../wp_default_image/page_faq_sprite.png") no-repeat -60px 0; }
#board_faq_list li > h4.on::before { background-position:-30px 0; }
#board_faq_list li > h4.on::after { background-position:-60px -18px; }
#board_faq_list li > h4 img { vertical-align:middle; }
#board_faq_list li > h4.on { border:1px solid var(--form-button-color); }
#board_faq_list li > div { display:none; position:relative; margin:20px 0 0; padding:40px; background-color:#ededed; border-radius:10px; word-break:keep-all; }
#board_faq_list li > div::before { content:""; display:block; position:absolute; top:-15px; left:60px; border-right:15px solid transparent; border-bottom:15px solid #ededed; border-left:15px solid transparent; }
#board_faq_list li > div p { word-break:keep-all; }
#board_faq_list li > div p .orange { color:#ff6600; }
#board_faq_list li > div p strong { font-weight:500; }
#board_faq_list .image_view_box { text-align:center; }
#board_faq_list .image_view_box img { max-width:100%; }
#board_faq_list .file_download { padding:10px; background-color:#fff; }
#board_blog_list { padding:0 10px; }
#board_blog_list li { margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ededed; }
#board_blog_list li:last-child { border-bottom:none; }
#board_blog_list li a { display:block; overflow:hidden; }
#board_blog_list .blog_image { display:block; float:left; width:250px; height:187px; font-size:0; text-indent:-9999px; }
#board_blog_list .blog_content { float:right; position:relative; width:calc(100% - 300px); height:187px; padding:10px 0 0; color:#000; word-break:keep-all; box-sizing:border-box; }
#board_blog_list .blog_content .title { display:block; margin-bottom:10px; font-size:120%; font-weight:500; }
#board_blog_list .blog_content p { display:-webkit-box; overflow:hidden; margin-bottom:10px; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
#board_blog_list .blog_content .date { display:block; position:absolute; bottom:0; left:0; font-size:90%; color:#777; }
#reply_iframe { margin:0; padding:0; }
#reply_iframe #replyFrame { width:100%; height:100%; margin:0; padding:0; border:0 solid transparent; }
#reply_body { overflow:hidden; margin:0; padding:0; }
#reply_title { padding:5px; border-bottom:#666 2px solid; font-size:95%; word-break:keep-all; }
#reply_box { clear:both; }
#reply_box .reply_list { clear:both; margin:0; padding:10px 0; border-bottom:1px dotted #ddd; font-size:95%; color:#444; }
#reply_box .reply_list .list_name { float:left; height:30px; line-height:30px; }
#reply_box .reply_list .list_name .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#reply_box .reply_list .list_name span { margin-right:5px; }
#reply_box .reply_list .list_name img { margin-right:3px; vertical-align:middle; }
#reply_box .reply_list .list_button { float:right; }
#reply_box .reply_list .list_button a { display:inline-block; padding:0 5px; border:1px solid #ddd; font-size:90%; line-height:140%; }
#reply_box .reply_list .list_comment { clear:both; margin:0; padding-top:10px; }
#reply_body .reply_input { border:1px solid #ddd; }
#reply_body .reply_input ul { padding:10px; }
#reply_body .reply_input li { overflow:hidden; padding:5px 0; border-bottom:1px dotted #ddd; }
#reply_body .reply_input li:last-child { border:none; }
#reply_body .reply_input li .title { float:left; width:70px; height:32px; font-size:90%; font-weight:500; line-height:32px; }
#reply_body .reply_input li .title span { color:#ff3333; }
#reply_body .reply_input li .input_box { float:left; height:32px; margin-right:10px; padding:5px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; }
#reply_body .reply_input li .input_guide { float:left; height:32px; font-size:90%; line-height:32px; }
#reply_body .reply_input li .textarea_box { float:left; width:calc(100% - 150px); height:65px; padding:5px; border:1px solid #ddd; vertical-align:middle; border-radius:3px; box-sizing:border-box; }
#reply_body .reply_input li button { display:block; float:right; width:70px; height:65px; background-color:#333; color:#fff; line-height:65px; border-radius:3px; }
#reply_body .reply_input li .form_check_title { margin-right:10px; }
#reply_body .reply_input li .form_check_title label { line-height:25px; }
#reply_body .reply_input li .form_check_title label img { vertical-align:baseline; }
#reply_body .reply_input li .cancel_button { float:right; padding:0 5px; border:1px solid #ff3333; font-size:95%; color:#ff3333; }
#reply_body .reply_modify { margin-top:10px; padding:10px; border:2px solid #ff8000; }
#reply_body .replay_delete { position:absolute; right:0; }
#reply_body .replay_delete div { position:relative; padding:25px 10px 10px; border:2px solid #999; background-color:#fff; text-align:right; border-radius:3px; }
#reply_body .replay_delete div a.delete_cancel { display:block; position:absolute; top:5px; right:10px; width:21px; height:21px; padding:0; border:none; background:url("../wp_default_image/colorbox_control.png") no-repeat -27px -2px; font-size:0; text-indent:-9999px; border-radius:10px; }
#reply_body .replay_delete input { height:23px; border:1px solid #ddd; box-sizing:border-box; }
#reply_body .replay_delete button { display:inline-block; padding:0 5px; border:1px solid #ddd; font-size:90%; line-height:140%; }
#reply_paging { clear:both; margin:0 auto; padding:20px; text-align:center; }
#reply_box .reply_reply { overflow:hidden; margin-top:10px; }
#reply_box .reply_reply .arrow { float:left; width:50px; margin-right:10px; font-weight:500; color:#444; }
#reply_box .reply_reply .reply_input { float:right; width:calc(100% - 60px); border:2px solid #ff8000; box-sizing:border-box; }
#board_bottom { overflow:hidden; clear:both; margin:0 auto; padding:0; }
#board_bottom .paging { height:40px; margin-bottom:10px; text-align:center; line-height:40px; box-sizing:border-box; }
#board_bottom .board_btn { display:inline-block; height:40px; margin:0 1px; padding:0 15px; border:1px solid #222; font-size:95%; font-weight:400; text-align:center; line-height:38px; box-sizing:border-box; transition:0.3s; }
#board_bottom .board_btn:hover { background-color:#222; color:#fff; transition:0.3s; }
#board_bottom .search { overflow:hidden; float:left; width:25%; }
#board_bottom .search .search_input { float:left; width:calc(100% - 65px); height:40px; padding:3px 10px; border:1px solid #222; background-color:#fbfbfb; font-size:90%; vertical-align:middle; box-sizing:border-box; }
#board_bottom .search .board_btn { display:block; float:right; width:60px; padding:0; }
#board_bottom .left_button { overflow:hidden; float:left; width:25%; }
#board_bottom .right_button { float:right; width:25%; text-align:right; }
#member_guide { margin-bottom:50px; padding:20px 20px 20px 50px; border:1px solid #ededed; background-color:#fbfbfb; word-break:keep-all; }
#member_guide li { position:relative; padding:2px 0; }
#member_guide li::before { content:""; display:block; position:absolute; top:14px; left:-10px; width:4px; height:4px; background-color:#222; border-radius:5px; }
#member_guide li a { padding:3px 10px; background-color:#222; font-size:90%; font-weight:430; color:#fff; border-radius:3px; }
#member_input { margin:0 0 40px; }
#member_input h4 { display:block; float:left; margin:0 0 10px; padding:0; font-size:140%; font-weight:500; }
#member_input .compulsory_guide { float:right; font-size:95%; font-weight:400; text-align:right; box-sizing:border-box; }
#member_input .compulsory_guide span { font-size:150%; color:#fd7070; }
#member_input ul { clear:both; margin:0 0 50px; padding:15px 20px 0; border-top:2px solid #222; }
#member_input ul:last-child { margin:0; }
#member_input li { overflow:hidden; padding:20px 0; border-bottom:1px solid #ededed; vertical-align:middle; }
#member_input li:last-child { border:none; }
#member_input .title { display:block; float:left; position:relative; width:200px; padding:0 50px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#member_input .title span { position:absolute; top:-5px; right:35px; font-size:140%; color:#fd7070; }
#member_input .input_box { float:left; height:42px; margin-right:5px; padding:5px 10px; border:1px solid #ddd; font-weight:300; box-sizing:border-box; }
#member_input .input_box#new_passwd { margin-left:200px; }
#member_input .select_box { float:left; height:42px; padding:0 30px 0 10px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; font-size:95%; box-sizing:border-box; appearance:none; }
#member_input .form_check_title { height:42px; margin-right:20px; line-height:42px; }
#member_input .input_guide { display:block; clear:both; margin:0 0 0 200px; padding:5px 0 0; font-size:90%; color:#999; }
#member_input .textarea_box { float:left; width:calc(100% - 200px); padding:5px 10px; border:1px solid #ddd; box-sizing:border-box; }
#member_input .click_button { display:block; float:left; width:90px; height:42px; margin-right:10px; background-color:#222; font-size:95%; font-weight:400; text-align:center; color:#fff; line-height:42px; box-sizing:border-box; }
#member_input .change_pw { display:block; }
#member_input strong { display:block; height:42px; line-height:42px; }
#member_login { width:580px; margin:0 auto; padding:80px; border:1px solid #ddd; box-sizing:border-box; }
#member_login h4 { margin:0 0 30px; padding:0; font-size:190%; font-weight:500; }
#member_login .login_account { margin:0 0 30px; padding:0; list-style:none; }
#member_login .login_account .input_box { width:100%; height:50px; margin:0 0 10px; padding:10px 20px; border:1px solid #ddd; font-size:95%; line-height:60px; box-sizing:border-box; }
#member_login .login_account .input_box::placeholder { font-size:90%; }
#member_login .login_account button { display:block; width:100%; height:50px; background-color:var(--form-button-color); font-size:110%; font-weight:500; text-align:center; color:#fff; }
#member_login .account_button { text-align:center; }
#member_login .account_button li { display:inline-block; position:relative; margin:0 15px; }
#member_login .account_button li a { font-weight:400; }
#member_login .account_button li::after { content:""; display:block; position:absolute; top:calc(50% - 7px); right:-17px; height:14px; border-right:2px solid #222; }
#member_login .account_button li:last-child::after { display:none; }
#member_search .search_title { position:relative; margin:0 0 10px; padding:25px 0; border-bottom:2px solid #222; font-size:180%; font-weight:500; text-align:center; }
#member_search .search_title::before { content:""; display:block; position:absolute; top:calc(50% - 19px); left:calc(50% - 125px); width:35px; height:35px; background:url("../wp_default_image/page_login_sprite.png") no-repeat 0 0; }
#member_search .search_title.pw::before { background-position:0 -35px; }
#member_search .search_guide { margin:0 0 10px; padding:10px 0; font-size:95%; text-align:center; word-break:keep-all; }
#member_search .search_field { width:100%; margin:0 0 30px; padding:0 20px; box-sizing:border-box; }
#member_search .search_field li { overflow:hidden; padding:15px; border-bottom:1px solid #ededed; vertical-align:middle; }
#member_search .search_field li:last-child { border:none; }
#member_search .search_field .title { display:block; float:left; position:relative; width:130px; padding:0 30px 0 0; font-weight:500; text-align:right; line-height:40px; box-sizing:border-box; }
#member_search .search_field .form_input_box { float:left; width:calc(100% - 140px); }
#privacy_agree .agree_list { margin:0 0 50px; padding:0; }
#privacy_agree .agree_list li { width:490px; margin:0 auto; padding:5px 0; }
#privacy_agree .agree_list li label { font-size:110%; }
#privacy_agree .agree_list li.agree_all { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ddd; }
#privacy_agree .agree_list li.agree_all label { font-size:130%; font-weight:500; color:#000; }
#privacy_agree .agree_list li button { float:right; margin-left:10px; padding:3px 10px; border:1px solid #ededed; border-radius:3px; vertical-align:middle; }
#privacy_agree .agree_text { display:none; overflow-y:scroll; clear:both; width:100%; max-height:300px; margin:10px 0; padding:10px; background-color:#fbfbfb; font-size:90%; word-break:keep-all; box-sizing:border-box; }
#privacy_agree ul.agree_text { height:inherit; margin:0; padding:20px; border:none; }
#privacy_agree ul.agree_text li { overflow:hidden; width:inherit; margin:0; padding:10px 0; border-bottom:1px solid #ddd; }
#privacy_agree ul.agree_text li:first-child { margin:0; }
#privacy_agree ul.agree_text li:last-child { border:none; }
#privacy_agree ul.agree_text li strong { display:block; float:left; width:160px; text-align:center; }
#privacy_agree ul.agree_text li span { display:block; float:left; width:calc(100% - 160px); }
#privacy .title { margin:0 0 40px; padding:0 0 20px; border-bottom:1px solid #ddd; font-size:110%; text-align:center; line-height:160%; word-break:keep-all; }
#privacy h4 { margin:0; padding:10px; border-bottom:2px solid #222; font-size:110%; font-weight:500; }
#privacy h4 .round { display:inline-block; margin-right:8px; padding:2px 10px; background-color:#222; color:#fff; border-radius:9px; }
#privacy .comment { margin-bottom:40px; padding:20px; border:1px solid #ededed; border-top:none; word-break:keep-all; }
#privacy .comment.last { margin-bottom:0; }
#privacy .comment p { margin:0; padding:0; }
#privacy .comment ul ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol ul li { padding:5px 0; list-style:disc; }
#privacy .comment ol > li { padding:5px 0; list-style:decimal; }
#privacy .comment ol > li > ul > li > ul > li { padding:5px 0; list-style:upper-roman; }
#privacy .comment ol { margin-left:0; padding-left:20px; }
#privacy .comment ul { margin-left:20px; padding-left:0; }
#paging_move_box { margin:0; padding:0; }
#paging_move_box .number { display:inline-block; margin:0 3px; font-weight:500; line-height:28px; }
#paging_move_box .number a { display:block; padding:0 5px; border:1px solid #e5e5e5; text-align:center; color:#333; }
#paging_move_box .number strong { display:block; padding:0 5px; border:1px solid #ff6600; color:#ff6600; }
#paging_move_box .number a:hover { border:1px solid #ff6600; color:#000; }
#paging_move_box span.none { margin:0 10px; color:#666; cursor:default; }
#paging_move_box .none a { font-weight:400; text-decoration:none; color:#000; }
#paging_move_box .none a:hover { text-decoration:underline; color:#ff6600; }
#paging_move_round { margin:0; padding:0; }
#paging_move_round .number { display:inline-block; margin:0 3px; width:30px; font-size:90%; font-weight:500; vertical-align:middle; line-height:30px; box-sizing:border-box; }
#paging_move_round .number a { display:block; height:30px; padding:0; color:#222; box-sizing:border-box; transition:0.2s; }
#paging_move_round .number strong { display:block; height:30px; background-color:#222; color:#fff; line-height:32px; border-radius:30px; box-sizing:border-box; }
#paging_move_round .number a:hover { background-color:#ddd; color:#333; border-radius:30px; transition:0.2s; }
#paging_move_round .none { display:inline-block; width:15px; height:30px; margin:0 10px; text-indent:-9999px; vertical-align:middle; }
#paging_move_round .none.prev { background:url("../wp_default_image/page_paging_sprite.png") no-repeat center 6px; }
#paging_move_round .none.next { background:url("../wp_default_image/page_paging_sprite.png") no-repeat center -23px; }
/*****************************************************************************************************************/
#admin_body { background-color:#e9edf2; }
#admin_login_wrap { width:100%; height:100%; }
#admin_login_wrap .login_box { position:absolute; top:calc(50% - 250px); left:calc(50% - 370px); width:740px; height:500px; padding:30px 0 0 30px; box-sizing:border-box; }
#admin_login_wrap .title_box { position:absolute; top:0; left:0; width:300px; height:400px; padding:90px 10px 0; background-color:#fff; text-align:center; box-shadow:5px 5px 10px rgba(0,0,0,0.1); box-sizing:border-box; }
#admin_login_wrap .title_box h1 { margin-bottom:40px; }
#admin_login_wrap .title_box .name { display:block; margin:0 0 20px; padding:10px; background-color:#535561; font-size:110%; color:#fff; }
#admin_login_wrap .title_box strong { display:block; font-size:180%; font-weight:600; }
#admin_login_wrap .form_box { width:710px; height:400px; margin-bottom:40px; padding:50px 50px 30px 320px; background-color:#fff; box-shadow:10px 10px 30px rgba(0,0,0,0.2); box-sizing:border-box; }
#admin_login_wrap .form_box .login_input { margin-bottom:40px; }
#admin_login_wrap .form_box .login_input li { position:relative; margin-bottom:15px; }
#admin_login_wrap .form_box .login_input li label { position:absolute; top:calc(50% - 8px); left:20px; width:16px; height:16px; text-indent:-9999px; }
#admin_login_wrap .form_box .login_input li input { width:100%; padding:13px 10px 13px 60px; border:1px solid #d2d2d2; background-color:#e8f0fe; font-size:110%; color:#333; box-sizing:border-box; }
#admin_login_wrap .form_box .login_input .id_label { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 0; }
#admin_login_wrap .form_box .login_input .pw_label { background:url("../wp_default_image/admin_sprite.png") no-repeat -20px 0; }
#admin_login_wrap .form_box .login_input .btn { display:block; width:100%; margin-top:35px; padding:13px 0; border:2px solid #222; background-color:#fff; font-size:160%; font-weight:600; text-align:center; }
#admin_login_wrap .form_box .link_btn { overflow:hidden; border-top:1px solid #ededed; border-bottom:1px solid #ededed; text-align:center; }
#admin_login_wrap .form_box .link_btn li { display:inline-block; margin:0 40px; }
#admin_login_wrap .form_box .link_btn li a { display:block; position:relative; padding:15px 20px 15px 0; letter-spacing:2px; }
#admin_login_wrap .form_box .link_btn li a::before { content:""; display:block; position:absolute; top:calc(50% - 7px); right:0; width:13px; height:13px; }
#admin_login_wrap .form_box .link_btn .homepage a::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -40px 0; }
#admin_login_wrap .form_box .link_btn .bookmark a::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -60px 0; }
#admin_login_wrap .copyright { font-size:105%; text-align:center; color:#666; }
#admin_login_wrap .copyright span { font-weight:500; color:#333; }
#admin_header { overflow:hidden; margin-bottom:30px; background-color:#535561; }
#admin_header .top_logo { float:left; margin:10px; }
#admin_header .top_logo a { display:block; overflow:hidden; width:195px; height:45px; font-size:160%; font-weight:600; }
#admin_header .top_logo a img { float:left; width:35px; height:35px; margin-right:10px; border:5px solid #fff; background-color:#fff; border-radius:3px; }
#admin_header .top_logo a span { display:block; float:left; color:#fff; line-height:45px; }
#admin_header .top_menu { overflow:hidden; float:right; padding-right:40px; }
#admin_header .top_menu li { float:left; margin-left:5px; }
#admin_header .top_menu li a { display:block; position:relative; padding:7px 30px 9px 40px; border:1px solid #262833; border-top:none; background-color:#e9edf2; font-size:110%; color:#333; border-radius:0 0 10px 10px; transition:0.3s; }
#admin_header .top_menu li a::before { content:""; display:block; position:absolute; left:20px; }
#admin_header .top_menu li:hover a { padding:12px 30px 14px 40px; transition:0.3s; }
#admin_header .top_menu .main_go a::before { top:calc(50% - 7px); width:11px; height:11px; background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -20px; }
#admin_header .top_menu .home_go a::before { top:calc(50% - 7px); width:14px; height:14px; background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -20px; }
#admin_header .top_menu .maintenance_go a { background-color:#ff3333; color:#fff; }
#admin_header .top_menu .maintenance_go a::before { top:calc(50% - 7px); width:14px; height:12px; background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -20px; }
#admin_header .top_menu .maintenance_go a::after { content:""; display:block; position:absolute; top:5px; right:10px; width:13px; height:13px; background:url("../wp_default_image/admin_sprite.png") no-repeat -60px -20px; }
#admin_header .top_menu .logout a { padding:5px 20px 5px 40px; background-color:#939393; color:#fff; }
#admin_header .top_menu .logout:hover a { padding:8px 20px 8px 40px; transition:0.3s; }
#admin_header .top_menu .logout a::before { top:calc(50% - 7px); width:14px; height:11px; background:url("../wp_default_image/admin_sprite.png") no-repeat -80px -20px; }
#admin_header .main_menu { clear:both; }
#admin_header .main_menu .menu_box { overflow:hidden; position:relative; width:100%; height:85px; border-top:1px solid #262833; border-bottom:1px solid #bfbfbf; background-color:#434551; }
#admin_header .main_menu .menu_box::after { content:""; display:block; position:relative; bottom:-45px; width:100%; height:40px; background-color:#d7dfea; }
#admin_header .main_menu .menu_box > li { float:left; border-right:1px solid #262833; }
#admin_header .main_menu .menu_box > li > a { display:block; position:relative; width:200px; height:45px; padding-left:10px; font-size:120%; text-align:center; color:#fff; line-height:45px; box-sizing:border-box; }
#admin_header .main_menu .menu_box > li > a.on { background-color:#ff3333; }
#admin_header .main_menu .menu_box > li > a.on::after { content:""; display:block; position:absolute; bottom:-6px; left:calc(50% - 6px); z-index:2000; border-top:6px solid #262833; border-right:6px solid transparent; border-left:6px solid transparent; }
#admin_header .main_menu .menu_box > li > a::before { content:""; display:block; position:absolute; top:calc(50% - 8px); left:40px; width:16px; height:16px; background:url("../wp_default_image/admin_sprite.png") no-repeat -100px 0; }
#admin_header .main_menu .menu_box > li .member::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -100px -20px; }
#admin_header .main_menu .menu_box > li .menu::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -80px 0; }
#admin_header .main_menu .menu_box > li .setting::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -60px; }
#admin_header .main_menu .sub_menu { overflow:hidden; position:absolute; top:45px; left:0; z-index:1000; width:100%; height:40px; padding-left:20px; border-top:1px solid #262833; background-color:#d7dfea; }
#admin_header .main_menu .sub_menu li { float:left; margin-right:25px; line-height:40px; }
#admin_header .main_menu .sub_menu li a { display:block; line-height:40px; }
#admin_header .main_menu .sub_menu li.wp_menu a { color:#ff3333; }
#admin_aside { float:left; width:170px; margin:0 30px 70px 0; padding:30px 20px; background-color:#fff; border-radius:0 5px 5px 0; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_aside .today_date { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; }
#admin_aside .today_date #live_time { display:block; font-size:120%; color:#ff3333; }
#admin_aside .aside_title { display:block; margin-bottom:5px; word-break:keep-all; }
#admin_aside .aside_title span { font-size:90%; color:#666; }
#admin_aside .login_ment { display:block; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; color:#777; }
#admin_aside .aside_state { margin-bottom:15px; padding:0 0 15px 10px; border-bottom:1px solid #e5e5e5; list-style-image:url("../wp_default_image/admin_gray_dot.png"); }
#admin_aside .aside_state.last { margin-bottom:0; padding:0 0 0 10px; border:none; }
#admin_aside .aside_search { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ededed; }
#admin_aside .aside_search select { width:100%; margin-bottom:5px; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 95% center; box-sizing:border-box; appearance:none; }
#admin_aside .input_box { position:relative; }
#admin_aside .input_box input { width:100%; padding:5px; border:1px solid #999; background-color:#ededed; box-sizing:border-box; }
#admin_aside .input_box button { position:absolute; top:calc(50% - 8px); right:5px; width:16px; height:16px; background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -60px; text-indent:-9999px; }
#admin_footer { clear:both; width:100%; margin:0; padding:20px 0; border-top:1px solid #a0a0a0; background-color:#fff; font-size:120%; text-align:center; }
#admin_footer .null_frame { width:0; height:0; margin:0; padding:0; }
#admin_main_section { overflow:hidden; float:left; width:calc(100% - 200px); padding-right:30px; box-sizing:border-box; }
#admin_main_section .left { float:left; width:49%; margin-right:2%; }
#admin_main_section .right { float:left; width:49%; }
#admin_main_section .main_box { overflow:hidden; position:relative; padding:30px; margin-bottom:30px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_main_section .main_box .box_title { position:relative; margin-bottom:20px; padding-left:25px; font-size:130%; font-weight:500; }
#admin_main_section .main_box .box_title::before { content:""; display:block; position:absolute; top:10px; left:0; width:16px; height:16px; }
#admin_main_section .main_box .more { display:block; position:absolute; top:30px; right:30px; width:10px; height:10px; background:url("../wp_default_image/admin_sprite.png") no-repeat -60px -40px; text-indent:-9999px; }
#admin_main_section .main_volume { float:left; width:68%; height:160px; margin:0 2% 30px 0; }
#admin_main_section .main_volume .since { display:block; float:left; width:100px; height:100px; margin-right:3%; padding-top:15px; background:url("../wp_default_image/admin_sprite.png") no-repeat -120px 0; text-align:center; color:#fff; line-height:1.3; word-break:keep-all; border-radius:100px; box-sizing:border-box; }
#admin_main_section .main_volume .since span { display:block; margin-top:7px; padding:0 15px; font-size:80%; color:#ffcc33; }
#admin_main_section .main_volume .volume_box { float:left; width:calc(30.33% - 33.33px); margin-right:3%; padding-top:10px; }
#admin_main_section .main_volume .volume_box.last { margin-right:0; }
#admin_main_section .main_volume .volume_box .title { font-size:110%; }
#admin_main_section .main_volume .volume_box .use { font-size:90%; color:#ff3333; letter-spacing:0; }
#admin_main_section .main_volume .volume_box .small { font-size:90%; }
#admin_main_section .main_volume .volume_box .capacity { font-size:90%; color:#666; letter-spacing:0; }
#admin_main_section .main_volume .graph_box { overflow:hidden; position:relative; width:100%; height:8px; margin-top:10px; background-color:#e5e5e5; border-radius:5px; }
#admin_main_section .main_volume .graph_box .percent { position:absolute; top:0; left:0; height:8px; background-color:#ff3333; text-indent:-9999px; }
#admin_main_section .main_volume .graph_text { position:relative; width:100%; font-size:80%; color:#666; }
#admin_main_section .main_volume .graph_text .percent_50 { position:absolute; left:0; width:100%; text-align:center; }
#admin_main_section .main_volume .graph_text .percent_100 { position:absolute; right:0; }
#admin_main_section .volume_guide { overflow-x:auto; float:right; width:30%; height:160px; margin-bottom:30px; padding:20px 20px 20px 40px; }
#admin_main_section .volume_guide ul { list-style:url("../wp_default_image/admin_gray_dot.png"); }
#admin_main_section .volume_guide ul li { min-width:360px; margin-bottom:5px; }
#admin_main_section .member .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 0; }
#admin_main_section .member ul { overflow:hidden; }
#admin_main_section .member ul li { float:left; width:25%; }
#admin_main_section .member ul li a { display:block; width:90px; height:90px; margin:0 auto; padding-top:18px; background-color:#e9edf2; text-align:center; color:#333; border-radius:90px; box-sizing:border-box; }
#admin_main_section .member ul li.gray a { background-color:#e5e5e5; }
#admin_main_section .member ul li a strong { display:block; font-size:130%; }
#admin_main_section .member ul li a strong span { font-size:60%; }
#admin_main_section .state .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -100px -40px; }
#admin_main_section .admin_main_table { width:100%; font-size:110%; text-align:center; }
#admin_main_section .admin_main_table thead { border-bottom:2px solid #ddd; }
#admin_main_section .admin_main_table thead th { padding:5px 0; border:1px solid #dcdcdc; border-right:none; background-color:#efefef; font-weight:400; }
#admin_main_section .admin_main_table thead th:first-child { border-left:none; }
#admin_main_section .admin_main_table tbody td { padding:10px 0; border:1px solid #dcdcdc; border-right:none; }
#admin_main_section .admin_main_table tbody tr td:first-child { border-left:none; }
#admin_main_section .admin_main_table .red { color:#ff3333; }
#admin_main_section .admin_main_table strong { font-size:140%; font-weight:500; }
#admin_main_section .plan .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -80px -40px; }
#admin_main_section .plan ul li { overflow:hidden; padding:10px 0; border-top:1px solid #ededed; }
#admin_main_section .plan ul li .date { display:block; float:left; width:130px; word-break:keep-all; }
#admin_main_section .plan ul li .subject { display:block; float:left; width:calc(100% - 130px); word-break:keep-all; }
#admin_main_section .maintenance .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -40px; }
#admin_main_section .maintenance #webplusFrame { width:100%; height:280px; border:none; }
#admin_main_section .notice_box .box_title::before { background:url("../wp_default_image/admin_sprite.png") no-repeat 0 -40px; }
#admin_main_section .notice_box ul li { overflow:hidden; padding:4px 0 4px 10px; background:url("../wp_default_image/admin_gray_dot.png") no-repeat left 60%; }
#admin_main_section .notice_box ul li .icon_notice { display:block; overflow:hidden; float:left; width:60px; margin-right:5px; background-color:#222; font-size:95%; text-align:center; color:#fff; border-radius:5px; }
#admin_main_section .notice_box ul li .subject { display:block; overflow:hidden; float:left; width:calc(100% - 150px); font-size:105%; white-space:nowrap; text-overflow:ellipsis; word-break:keep-all; }
#admin_main_section .notice_box ul li .reply { float:left; }
#admin_main_section .notice_box ul li .date { display:block; float:right; width:70px; text-align:right; color:#666; word-break:keep-all; }
#admin_main_section .gallery .box_title::before { width:17px; background:url("../wp_default_image/admin_sprite.png") no-repeat -40px -40px; }
#admin_main_section .gallery ul { overflow:hidden; text-align:center; }
#admin_main_section .gallery ul li { float:left; width:19.2%; margin:0 1% 20px 0; }
#admin_main_section .gallery ul li:nth-child(5n) { margin-right:0; }
#admin_main_section .gallery ul li .image { display:block; margin:0 auto 5px; width:100%; padding-top:75%; }
#admin_main_section .gallery ul li span { display:block; overflow:hidden; margin:0 auto; width:100%; text-align:center; white-space:nowrap; text-overflow:ellipsis; }
#admin_main_section .gallery ul li .ref { font-size:90%; }
#admin_sub_section { overflow:hidden; margin:0 30px 30px 0; padding:25px 20px; background-color:#fff; border-radius:5px; box-shadow:2px 2px 5px #bbc6d3; box-sizing:border-box; }
#admin_sub_section .button_big { display:inline-block; padding:0 10px; border:1px solid #ddd; background-color:#fff; vertical-align:middle; box-sizing:border-box; transition:0.3s; }
#admin_sub_section .button_big.button_excel { position:relative; padding-left:30px; background-color:#fbfbfb; }
#admin_sub_section .button_big.button_excel::before { content:""; display:block; position:absolute; top:calc(50% - 10px); left:5px; width:20px; height:20px; background:url("../wp_default_image/admin_sprite.png") no-repeat -20px -60px; }
#admin_sub_section .button_big.search { padding:3px 10px; font-size:95%; }
#admin_sub_section .button_big.text_blue { color:#0066cc; }
#admin_sub_section .button_big.text_red { color:#ff3333; }
#admin_sub_section .button_big:hover { background-color:#efefef; transition:0.3s; }
#admin_sub_section .button_small { display:inline-block; height:22px; padding:0 5px; border:1px solid #ddd; background-color:#fff; font-size:90%; vertical-align:middle; line-height:20px; box-sizing:border-box; }
#admin_position { overflow:hidden; margin-bottom:20px; }
#admin_position .home_buttom { overflow:hidden; float:left; margin-right:20px; }
#admin_position .home_buttom a { float:left; margin-left:5px; }
#admin_position .text_red { color:#ff3333; }
#admin_position .title { float:left; margin-right:20px; padding-left:15px; border-left:2px solid #666; font-size:150%; font-weight:600; line-height:26px; }
#admin_position .etc_menu { float:right; }
#admin_position .sub_menu { overflow:hidden; float:left; }
#admin_position .sub_menu li { float:left; position:relative; margin-right:20px; font-size:105%; line-height:26px; }
#admin_position .sub_menu li::after { content:""; display:block; position:absolute; top:9px; right:-10px; width:0; height:10px; border-right:2px solid #666; }
#admin_position .sub_menu li:last-child::after { display:none; }
#admin_position .sub_menu a.on { font-weight:500; color:#dd0000; }
#admin_sub_search { margin-bottom:20px; border-top:2px solid #9b9b9b; border-bottom:2px solid #ddd; }
#admin_sub_search h3 { padding:10px 10px; background-color:#f2f2f2; }
#admin_sub_search h3 strong { display:inline-block; margin-right:10px; font-size:130%; font-weight:500; vertical-align:middle; }
#admin_sub_search #search_area { padding:5px 10px; }
#admin_sub_search #search_area li { padding:4px 0; }
#admin_sub_search #search_area li .title { display:inline-block; margin-right:5px; padding-left:10px; background:url("../wp_default_image/admin_gray_dot.png") no-repeat left 15px; font-weight:500; vertical-align:middle; line-height:30px; }
#admin_sub_search #search_area .form_check_title { display:inline-block; height:26px; margin-right:10px; vertical-align:middle; line-height:26px; }
#admin_document input.input_box { padding:3px 5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#admin_document input.input_chk { padding:3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document select.input_box { padding:3px 25px 3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document select.input_chk { padding:3px 25px 3px 5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top, url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; vertical-align:middle; box-sizing:border-box; appearance:none; }
#admin_document .textarea_box { width:100%; padding:5px; border:1px solid #ddd; vertical-align:middle; box-sizing:border-box; }
#admin_document .textarea_chk { width:100%; padding:5px; border:1px solid #ddd; background:url("../wp_default_image/admin_require_arrow.gif") no-repeat left top; vertical-align:middle; box-sizing:border-box; }
#admin_document .icon_notice { padding:0 6px; border:1px solid #ff3333; font-size:95%; font-weight:500; color:#ff3333; border-radius:20px; }
#admin_document .icon_item { padding:0 5px; border:1px solid #666; background-color:#666; font-size:80%; color:#fff; border-radius:5px; }
#admin_document .step_select1 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#666; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select2 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#ffff00; font-size:90%; color:#0000ff; line-height:16px; }
#admin_document .step_select3 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#3399ff; font-size:90%; color:#fff; line-height:16px; }
#admin_document .step_select9 { padding:2px 3px; border:1px solid #b7b7b7; border-right-color:#efefef; border-bottom-color:#efefef; background-color:#000; font-size:90%; color:#fff; line-height:16px; }
#admin_document #subFrame { width:100%; height:800px; }
#admin_document .select_box { float:left; position:relative; width:300px; margin-right:10px; }
#admin_document .select_box ul,.select_box li,.select_box dl,.select_box dt,.select_box dd,.select_box p { margin:0; padding:0; }
#admin_document .select_box .select_label { height:26px; padding:0 20px 0 5px; border:1px solid #ddd; background:#fff url("../wp_default_image/admin_select_arrow.png") no-repeat 93% center; box-sizing:border-box; cursor:pointer; }
#admin_document .select_box .select_label span { display:block; overflow:hidden; width:100%; height:100%; line-height:24px; white-space:nowrap; text-overflow:ellipsis; }
#admin_document .select_box .select_data { display:none; position:absolute; top:25px; left:0; width:100%; background-color:#fff; }
#admin_document .select_box .select_data ul { border:1px solid #ddd; border-top:0; padding:1px 2px 2px; }
#admin_document .select_box .select_data ul li { display:inline-block; width:100%; vertical-align:top; }
#admin_document .select_box .select_data ul li dl dt { display:inline-block; overflow:hidden; width:100%; margin-top:1px; color:#666; line-height:100%; cursor:pointer; }
#admin_document .select_box .select_data ul li dl dt span { display:block; overflow:hidden; padding:4px 3px 3px; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl { position:relative; }
#admin_document .select_box .select_data ul li dl dd { display:none; position:absolute; top:-2px; left:100%; margin-left:-5px; padding-left:14px; color:#fff; line-height:15px; }
#admin_document .select_box .select_data ul li dl dd::before { content:""; display:block; position:absolute; top:8px; left:10px; border-top:4px solid transparent; border-right:4px solid #222; border-bottom:4px solid transparent; }
#admin_document .select_box .select_data ul li dl dd p { padding:4px; border:1px solid #222; border-left:0; background:#4d4d4d; white-space:nowrap; }
#admin_document .select_box .select_data ul li dl dd img { vertical-align:top; }
#admin_document .select_box .select_data ul li.on dl dd { display:block; }
#admin_document .select_box .select_data ul li.on dl dt { background-color:#ededed; color:#000; }
#admin_document .table_list { width:100%; border:0; border-collapse:collapse; }
#admin_document .table_list caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_list th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; color:#444; vertical-align:middle; white-space:normal; }
#admin_document .table_list th p { display:inline-block; margin:0; padding:0; text-align:left; vertical-align:middle; }
#admin_document .table_list th p.order_by { line-height:0; }
#admin_document .table_list th p.order_by a { display:block; }
#admin_document .table_list td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; white-space:normal; word-break:break-all; }
#admin_document .table_list td.text_left { text-align:left; }
#admin_document .table_list td.text_right { text-align:right; }
#admin_document .table_list td.text_center { text-align:center; }
#admin_document .table_view { width:100%; margin:0 0 10px; border:0; border-collapse:collapse; }
#admin_document .table_view caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_view th { width:8%; padding:5px; border:1px solid #c9c9c9; border-right:2px solid #9b9b9b; background-color:#ececec; color:#444; text-align:left; vertical-align:middle; white-space:normal; }
#admin_document .table_view td { padding:5px; border:1px solid #c9c9c9; background-color:#fff; vertical-align:middle; }
#admin_document .table_view .bottom_line { border-bottom:1px solid #8e8e8e; }
#admin_document .table_view .smartOutput img { max-width:100%; height:inherit; }
#admin_document .table_view .smartOutput video { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box { margin-bottom:20px; text-align:center; }
#admin_document .table_view .image_view_box img { max-width:100%; height:inherit; }
#admin_document .table_view .image_view_box span { display:block; margin:0 auto; }
#admin_document .table_view .image_view_box video { max-width:100%; height:inherit; }
#admin_document .table_view .file_download { margin-top:10px; padding:10px; border:3px solid #ededed; background-color:#fbfbfb; text-align:left; }
#admin_document .table_view .inner_table { width:100%; border:0; border-collapse:collapse; table-layout:fixed; }
#admin_document .table_view .inner_table th { padding:5px 0; border:1px solid #c9c9c9; border-bottom:2px solid #9b9b9b; background-color:#ececec; text-align:center; color:#444; vertical-align:middle; }
#admin_document .table_view .inner_table td { padding:5px; border:1px solid #c9c9c9; text-align:center; vertical-align:middle; white-space:normal; word-break:break-all; }
#admin_document .table_view .inner_table td.text_left { text-align:left; }
#admin_document .table_view .inner_table img { vertical-align:middle; }
#admin_document .board_prev_next { margin:0 0 50px; padding:10px 20px; border:1px solid #c9c9c9; font-size:95%; }
#admin_document .board_prev_next li { overflow:hidden; margin:0; padding:3px 0; border-bottom:1px dotted #ddd; }
#admin_document .board_prev_next li:last-child { border:none; }
#admin_document .board_prev_next li strong { display:block; float:left; width:50px; }
#admin_document .board_prev_next li a { display:block; overflow:hidden; width:calc(100% - 50px); white-space:nowrap; text-overflow:ellipsis; }
#admin_document .table_input { width:100%; border:0; border-collapse:collapse; }
#admin_document .table_input caption { overflow:hidden; width:0; height:0; font-size:0; line-height:0; }
#admin_document .table_input th { width:8%; padding:5px; border:1px solid #c9c9c9; border-right:2px solid #9b9b9b; background-color:#ececec; text-align:left; color:#444; vertical-align:middle; white-space:normal; }
#admin_document .table_input td { padding:5px; border:1px solid #c9c9c9; background-color:#fff; vertical-align:middle; }
#admin_document .table_input img { vertical-align:middle; }
#admin_document .table_input p { margin:0; padding:0; }
#admin_document .table_input .bottom_line { border-bottom:1px solid #8e8e8e; }
#admin_document .table_input .form_check_title { display:inline-block; height:26px; margin-right:10px; vertical-align:middle; line-height:26px; }
#admin_document .table_input .sub_title { display:inline-block; height:26px; vertical-align:middle; line-height:26px; }
#admin_document .table_input .attach_file { padding:10px; }
#admin_document .table_input .attach_file li { margin-bottom:5px; }
#admin_document .table_input .attach_file li:last-child { margin-bottom:0; }
#admin_document .table_input .attach_modify { margin:0; padding:5px; border:1px solid #b7babc; list-style:none; }
#admin_document .table_input .attach_modify li { overflow:hidden; padding:5px 0; border-bottom:1px dotted #ddd; }
#admin_document .table_input .attach_modify .first_line { border-bottom:1px solid #ddd; }
#admin_document .table_input .attach_modify .attach_sort { float:left; width:80px; text-align:center; }
#admin_document .table_input .attach_modify .attach_sort input { width:24px; text-align:center; }
#admin_document .table_input .attach_modify .attach_name { float:left; width:calc(100% - 180px); text-align:left; }
#admin_document .table_input .attach_modify .attach_name img { margin:0 5px 5px 0; }
#admin_document .table_input .attach_modify .attach_delete { float:left; width:100px; margin:0; text-align:center; }
#admin_document .table_input .attach_modify .attach_delete .form_check_title { width:20px; margin:0 auto; }
#admin_document .table_input .attach_modify .attach_delete label { font-size:0; }
#admin_document .table_input .attach_modify .attach_delete label::before { margin:0; left:0; }
#admin_document #statistic_graph h4 { padding-bottom:5px; border-bottom:1px solid #666; font-size:120%; font-weight:600; }
#admin_document #statistic_graph ul { padding-left:180px; border-bottom:1px solid #ddd; }
#admin_document #statistic_graph li { position:relative; height:40px; padding:8px 0 0; border-left:1px solid #ddd; vertical-align:top; white-space:nowrap; box-sizing:border-box; }
#admin_document #statistic_graph .graph_name { position:absolute; top:0; left:-180px; width:180px; height:40px; text-align:center; color:#3a3a3a; line-height:40px; }
#admin_document #statistic_graph .graph_bar { display:inline-block; position:relative; height:20px; border:1px solid #ddd; border-left:0; background-color:#ededed; }
#admin_document #statistic_graph .graph_bar span { position:absolute; top:0; right:-160px; width:150px; color:#777; line-height:20px; }
#admin_document .board_setting li { margin:3px 0; }
#admin_document .board_setting strong { margin-right:5px; }
#admin_document #bottom { overflow:hidden; clear:both; padding:20px 0; }
#admin_document #bottom .paging { width:100%; text-align:center; vertical-align:middle; }
#admin_document #bottom .left_button { float:left; }
#admin_document #bottom .right_button { float:right; text-align:right; }
#admin_document #bottom .center_button { text-align:center; }
#admin_document #bottom .center_button button { margin:0 5px; padding:10px 25px; border:1px solid #ff3333; background-color:#ff3333; font-size:110%; font-weight:500; color:#fff; border-radius:3px; }
#admin_document #bottom .center_button button.cancel { border:1px solid #ddd; background-color:#fbfbfb; color:#000; }
#admin_document #bottom #keyword_search { clear:both; text-align:center; }
/*****************************************************************************************************************
- 개발자가 개발범위에 맞는 Class 및 ID 값을 작성규칙에 의거하여 새롭게 정의한다. (네이밍 수정불가)
*****************************************************************************************************************/

/* Body */
#popup_body { margin:0; padding:0; }
#main_body { margin:0; padding:0; }
#sub_body { margin:0; padding:0; }

/* 메인화면 레이아웃 */
#main_wrap { overflow:hidden; margin:0; padding:0; }
#main_header { margin:0; padding:0; }
#main_section { margin:0; padding:0; }
#main_footer { clear:both; }

/* 서브화면 레이아웃 */
#sub_wrap { overflow:hidden; margin:0; padding:0; }
#sub_header { margin:0; padding:0; }
#sub_container { margin:0; padding:0; }
#sub_footer { clear:both; }

/* 상단영역 콘텐츠 */
#top_contents { position:fixed; top:0; left:0; z-index:10000; width:100%; height:100px; transition:0.5s; }
#top_contents::before { content:""; position:absolute; bottom:0; left:50%; width:70%; height:1px; background-color:#ffffff99; transform:translatex(-50%); }
#top_contents:hover::before { display:none; }
#top_contents:hover { background-color:#fff; transition:0.5s; }
#top_contents:hover .top_logo .main_logo { display:none; }
#top_contents:hover .top_logo .fixed_logo { display:inline-block; }
#top_contents:hover .main_menu .menu_list > li > a { color:#222; }
#top_contents:hover .main_menu .menu_hover { display:inline-block; }
#top_contents.on { background-color:#fff; transition:0.5s; }
#top_contents.on::before { display:none; }
#top_contents.on .top_logo .main_logo { display:none; }
#top_contents.on .top_logo .fixed_logo { display:inline-block; }
#top_contents.on .main_menu .menu_list > li > a { color:#222; }
#top_contents.on .main_menu .menu_hover { display:inline-block; }
#top_contents .top_division { display:flex; justify-content:space-between; align-items:center; width:1200px; height:100%; margin:0 auto; }
#top_contents .top_logo { float:left; margin:0; padding:0; }
#top_contents .top_logo .fixed_logo { display:none; }
#top_contents .mobile_menu_open { display:none; }
#top_contents .top_nav { width:680px; }
#top_contents .mobile_menu_top { display:none; }
#top_contents .main_menu { position:relative; z-index:2000; }
#top_contents .main_menu .menu_list { display:flex; margin:0; padding:0; }
#top_contents .main_menu .menu_list::after { content:""; display:block; clear:both; }
#top_contents .main_menu .menu_list > li { position:relative; width:18.3%; text-align:center; }
#top_contents .main_menu .menu_list > li:nth-child(2) { width:35%; }
#top_contents .main_menu .menu_list > li:nth-child(5) { width:10%; }
#top_contents .main_menu .menu_list > li > a { display:block; font-family:"Spoqa Han Sans Neo"; font-size:1.188rem; font-weight:700; color:#fff; }
#top_contents .main_menu .menu_list > li:hover > a { color:#0e6ed9; }
#top_contents .main_menu .menu_list > li > button { display:none; }
#top_contents .main_menu .menu_list ul { display:none; position:absolute; top:100px; left:0; width:100%; box-sizing:border-box; }
#top_contents .main_menu .menu_list ul li { margin:0; padding:0 0 3px; }
#top_contents .main_menu .menu_list ul li.hybrid { letter-spacing:-1px; }
#top_contents .main_menu .menu_list ul li a { font-family:"Spoqa Han Sans Neo"; font-size:1rem; font-weight:400; white-space:nowrap; }
#top_contents .main_menu .menu_list ul li:hover a { font-weight:700; color:#0e6ed9; }
#top_contents .main_menu .copyright { display:none; }
#menu_cover { display:none; position:fixed; top:100px; left:0; z-index:1000; width:100%; height:190px; background:#fff url("../wp_images/menu_cover_bg.png") no-repeat bottom left calc(50% - 450px); box-sizing:border-box; }
#menu_cover::before { content:""; position:absolute; top:0px; left:50%; width:70%; height:1px; background-color:#d2d2d2; transform:translatex(-50%); }

/* 하단영역 콘텐츠 */
#bottom_contents { padding:50px 0 65px; background-color:#313131; box-sizing:border-box; }
#bottom_contents .top_move { position:fixed; bottom:70px; right:10%; z-index:1000; width:55px; height:55px; background:#00000080 url("../wp_images/top_move.png") no-repeat center center; border-radius:50%; text-indent:-9999px; }
#bottom_contents .area { position:relative; width:1200px; margin:0 auto; font-size:0.875rem; }
#bottom_contents .area::before { content:""; position:absolute; top:50%; left:295px; width:1px; height:73px; background-color:#5a5a5a; transform:translatey(-50%); }
#bottom_contents .area .logo { position:absolute; top:0; left:0; }
#bottom_contents .area .comment { position:absolute; top:52px; left:64px; padding:3px 13px; background:#00000033; color:#fff; box-sizing:border-box; border-radius:50px; }
#bottom_contents .area .bottom_address { padding:10px 0 0 340px; color:#bfbfbf; word-break:keep-all; box-sizing:border-box; }
#bottom_contents .area .bottom_address .title { margin-right:3px; font-weight:600; color:#fff; }
#bottom_contents .area .bottom_address .space { position:relative; margin-right:30px; }
#bottom_contents .area .bottom_address .mobile_tel { display:none; }
#bottom_contents .area .copyright { padding:5px 0 0 340px; color:#bebebe; box-sizing:border-box; }

/* 메인화면 콘텐츠 */
#main_visual { overflow:hidden; position:relative; height:100vh; white-space:normal; word-break:keep-all; }
#main_visual .visual_slide { width:100%; height:100%; }
#main_visual .visual_slide .swiper-slide { position:relative; width:100%; height:100%; }
#main_visual .visual_slide .visual_01 { background:url("../wp_images/m_visual_01.jpg") no-repeat center center; background-size:cover; }
#main_visual .visual_slide .visual_01.swiper-slide-active::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url("../wp_images/m_visual_01.jpg") no-repeat center center; background-size:cover; transform:scale(1.1); animation:visual_size 1.5s 0.5s forwards; }
@keyframes visual_size
{
	0%
	{
		transform:scale(1.1);
	}
	100%
	{
		transform:scale(1);
	}
}
#main_visual .visual_slide .swiper-slide .text { position:absolute; top:50%; left:calc(50% - 600px); font-size:3.75rem; font-weight:800; color:#fff; line-height:1.4; transform:translatey(-50%); }
#main_visual .scroll_down { display:flex; flex-direction:column; align-items:center; gap:15px; position:absolute; bottom:35px; left:50%; z-index:1000; font-family:"Ubuntu"; font-size:0.938rem; font-weight:500; color:#fff; letter-spacing:-0.5px; transform:translatex(-50%); }
#main_visual .scroll_down .arrow { width:34px; height:42px; background:url("../wp_images/m_scroll_down.png") no-repeat center center; animation:scroll 1.2s infinite; }
@keyframes scroll
{
	0%
	{
		transform:translatey(0);
	}
	50%
	{
		transform:translatey(10px);
	}
	100%
	{
		transform:translatey(0);
	}
}
#main_item { margin:0; padding:0; white-space:normal; word-break:keep-all; }
#main_item .hds { position:relative; width:1200px; margin:120px auto 150px; }
#main_item .hds .title { margin-bottom:50px; font-size:2.375rem; font-weight:500; line-height:1.6; letter-spacing:-0.6px; }
#main_item .hds .title span { display:block; font-family:"Ubuntu"; font-size:1.125rem; font-weight:700; color:#0e6ed9; }
#main_item .hds .title strong { font-weight:800; }
#main_item .hds .more { overflow:hidden; display:block; position:absolute; top:35px; right:0; width:150px; height:50px; border:1px solid #959595; font-weight:500; border-radius:50px; box-sizing:border-box; transition:0.6s cubic-bezier(0.77, 0, 0.175, 1); }
#main_item .hds .more:hover { border:1px solid #0e6ed9; color:#fff; background-color:transparent; }
#main_item .hds .more::before { content:""; position:absolute; top:0; left:0; z-index:-1; width:100%; height:100%; background-color:#0e6ed9; transform:scalex(0); transform-origin:right; transition:transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
#main_item .hds .more:hover::before { transform:scalex(1); transform-origin:left; }
#main_item .hds .more span { display:block; padding:10px 0 0 35px; background:url("../wp_images/m_more_arrow.png") no-repeat bottom 6px right 25px; box-sizing:border-box; transition:background 0.6s; }
#main_item .hds .more:hover span { background:url("../wp_images/m_more_arrow-on.png") no-repeat bottom 6px right 25px; transition:background 0.6s; }
#main_item .hds .more_mobile { display:none; }
#main_item .hds .item { display:flex; gap:20px; }
#main_item .hds .item li { width:25%; height:450px; padding:145px 20px 0 20px; background-color:#d9d9d9; color:#fff; text-align:center; border-radius:5px; box-sizing:border-box; transition:0.3s; cursor:pointer; }
#main_item .hds .item li.narrow { width:21.3%; transition:0.3s; }
#main_item .hds .item li.wide { width:36%; transition:0.3s; }
#main_item .hds .item li.eco { background:url("../wp_images/m_hds_01.jpg") no-repeat center center; }
#main_item .hds .item li.satisfaction { background:url("../wp_images/m_hds_02.jpg") no-repeat center center; }
#main_item .hds .item li.innovation { background:url("../wp_images/m_hds_03.jpg") no-repeat center center; }
#main_item .hds .item li.global { background:url("../wp_images/m_hds_04.jpg") no-repeat center center; }
#main_item .hds .item li span { font-family:"Ubuntu"; font-size:1.125rem; font-weight:500; letter-spacing:-0.6px; text-shadow:0 0 3px rgb(0 0 0 / 50%); }
#main_item .hds .item li strong { display:block; font-size:2.063rem; font-weight:800; text-shadow:0 0 3px rgb(0 0 0 / 50%); }
#main_item .hds .item li .comment { display:none; margin-top:80px; }
#main_item > .construction { padding:76px 0 305px; background:#f7fafe url("../wp_images/m_construction_bg.jpg") no-repeat bottom center; }
#main_item > .construction .title { margin-bottom:20px; font-size:2.375rem; font-weight:500; text-align:center; line-height:1.6; letter-spacing:-0.6px; }
#main_item > .construction .title span { display:block; font-family:"Ubuntu"; font-size:1.125rem; font-weight:700; color:#0e6ed9; }
#main_item > .construction .title strong { font-weight:800; }
#main_item > .construction .comment { margin-bottom:55px; font-size:1.125rem; font-weight:500; text-align:center; }
#main_item > .construction .area { overflow:hidden; display:flex; width:1100px; margin:0 auto; background-color:#fff; border-radius:30px; }
#main_item > .construction .area li { position:relative; width:25%; padding:16px 16px; text-align:center; box-sizing:border-box; }
#main_item > .construction .area li::before { content:""; position:absolute; top:50%; right:0; width:1px; height:177px; background-color:#dcdcdc; transform:translatey(-50%); }
#main_item > .construction .area li:last-child::before { display:none; }
#main_item > .construction .area li .image { width:244px; height:150px; margin-bottom:10px; background:#d9d9d9; border-radius:20px; }
#main_item > .construction .area li.h_tech .image { background:url("../wp_images/m_construction_01.jpg") no-repeat center center; background-size:cover; }
#main_item > .construction .area li.hybrid .image { background:url("../wp_images/m_construction_02.jpg") no-repeat center center; background-size:cover; }
#main_item > .construction .area li.shingle .image { background:url("../wp_images/m_construction_03.jpg") no-repeat center center; background-size:cover; }
#main_item > .construction .area li.hk .image { background:url("../wp_images/m_construction_04.jpg") no-repeat center center; background-size:cover; }
#main_item > .construction .area li p { font-size:1.156rem; font-weight:500; }
/* 24.12.20 MHJ: 업체 요청으로 주석처리 한다.
#main_item > .construction .area li.on { background:#0e6ed9; }
#main_item > .construction .area li.on::before { display:none; }
#main_item > .construction .area li.on .image { display:none; }
#main_item > .construction .area li.on p { padding-top:135px; color:#fff; box-sizing:border-box; }
#main_item > .construction .area li.on.h_tech p { background:url("../wp_images/m_construction_01-on.png") no-repeat top 30px center; }
#main_item > .construction .area li.on.hybrid p { background:url("../wp_images/m_construction_02-on.png") no-repeat top 37px center; }
#main_item > .construction .area li.on.shingle p { background:url("../wp_images/m_construction_03-on.png") no-repeat top 30px center; }
#main_item > .construction .area li.on.hk p { background:url("../wp_images/m_construction_04-on.png") no-repeat top 61px center; }
*/
#main_item .world { padding-top:150px; background-color:#f9f9f9; box-sizing:border-box; }
#main_item .world > .area { display:flex; justify-content:space-between; align-items:center; width:1200px; margin:0 auto 70px; }
#main_item .world > .area .title { font-size:2.375rem; font-weight:500; line-height:1.4; letter-spacing:-0.6px; }
#main_item .world > .area .title span { display:block; margin-bottom:16px; font-family:"Ubuntu"; font-size:1.125rem; font-weight:700; color:#0e6ed9; }
#main_item .world > .area .title strong { display:block; font-weight:800; }
#main_item .world > .area .comment { padding-top:15px; font-size:1.125rem; letter-spacing:-0.1px; }
#main_item .world .map { position:relative; height:550px; background:url("../wp_images/m_world_bg.png") no-repeat bottom center; box-sizing:border-box; }
#main_item .world .map .spot { position:absolute; }
#main_item .world .map .spot_01 { top:calc(50% - 180px); left:calc(50% - 420px); }
#main_item .world .map .spot_02 { top:calc(50% - 160px); left:calc(50% - 304px); }
#main_item .world .map .spot_03 { top:calc(50% - 113px); left:calc(50% - 215px); }
#main_item .world .map .spot_04 { top:calc(50% - 110px); left:calc(50% - 465px); }
#main_item .world .map .spot_05 { top:calc(50% + 50px); left:calc(50% - 419px); }
#main_item .world .map .spot_06 { top:calc(50% - 251px); left:calc(50% + 447px); }
#main_item .world .map .spot_07 { top:calc(50% + 44px); left:calc(50% + 477px); }
#main_item .world .map .spot .item { position:relative; z-index:1; width:34px; height:34px; }
#main_item .world .map .spot .item span { opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; border-radius:50%; background:#0e6ed9; animation:spot_wave 4s cubic-bezier(1, 2, 0.66, 3) infinite; }
#main_item .world .map .spot .item span:nth-child(1) { animation-delay:1s; }
#main_item .world .map .spot .item span:nth-child(2) { animation-delay:1.5s; }
#main_item .world .map .spot .item span:nth-child(3) { animation-delay:2.5s; }
#main_item .world .map .spot .item i { display:block; position:absolute; top:50%; left:50%; width:7px; height:7px; background:#0e6ed9; border-radius:50%; transform:translate(-50%, -50%); }
#main_item .world .map .spot_center { top:27%; left:49%; transform:translate(-50%, -50%); }
#main_item .world .map .spot_center .item { width:200px; height:200px; }
#main_item .world .map .spot_center .item i { width:12px; height:12px; }
@keyframes spot_wave
{
	0%
	{
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0.02;
	}
	50%
	{
		opacity:0.08;
	}
	100%
	{
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0;
	}
}
#main_item .introduction { display:flex; width:1200px; margin:90px auto 100px; }
#main_item .introduction .item { display:block; position:relative; width:33.3%; padding:35px 45px 90px; background:url("../wp_images/m_introduction_arrow.png") no-repeat bottom 40px left 45px; box-sizing:border-box; transition:0.6s; }
#main_item .introduction .item::before { content:""; position:absolute; top:50%; right:0; width:1px; height:170px; background:#dcdcdc; transform:translatey(-50%); }
#main_item .introduction .item:last-child::before { display:none; }
#main_item .introduction .item span { font-family:"Ubuntu"; font-size:1.125rem; font-weight:700; color:#0e6ed9; letter-spacing:-0.6px; }
#main_item .introduction .item p { margin-top:20px; font-size:1.25rem; font-weight:500; line-height:1.4; }
#main_item .introduction .item:hover { background:#0e6ed9 url("../wp_images/m_introduction_arrow-on.png") no-repeat bottom 40px left 80px; transition:0.6s; }
#main_item .introduction .item:hover span { color:#95bce7; }
#main_item .introduction .item:hover p { color:#fff; }
#main_item .introduction .item:hover::before { display:none; }

/* 서브화면 콘텐츠 */
#sub_visual { height:400px; margin:0; padding:0; }
#sub_nav { position:relative; width:1200px; margin:0 auto; }
#sub_nav p { position:absolute; top:-250px; width:100%; font-family:"Ubuntu"; font-size:1.125rem; font-weight:700; color:#fff; text-align:center; letter-spacing:-0.6px; }
#sub_nav h2 { position:absolute; top:-225px; width:100%; font-size:3.125rem; font-weight:800; color:#fff; text-align:center; }
#sub_nav ul { display:flex; justify-content:center; margin-top:50px; box-sizing:border-box; }
#sub_nav li { position:relative; font-family:"Spoqa Han Sans Neo"; font-size:1.344rem; font-weight:500; color:#777; text-align:center; }
#sub_nav li::before { content:""; position:absolute; top:50%; right:0; width:1px; height:20px; background-color:#d2d2d2; transform:translatey(-50%); }
#sub_nav li:last-child::before { display:none; }
#sub_nav li a { display:block; padding:12px 50px; }
#sub_nav li.on { font-weight:700; color:#222; }
#sub_nav li.on::after { content:""; position:absolute; bottom:0; left:50%; width:60%; height:2px; background-color:#0e6ed9; transform:translatex(-50%); }
#sub_nav.page_no_nav ul { display:none; }
#sub_nav.page_no_nav p { top:-280px; }
#sub_nav.page_no_nav h2 { top:-255px; }
#sub_aside { display:none; }
#sub_aside ul { display:none; }
#sub_aside li { display:none; }
#sub_section { width:1200px; margin:0 auto; }
#sub_section.page02_01_section { width:100%; }
#sub_section.page03_04_section { width:100%; }
#sub_section.page03_04_section #sub_document { padding:0; }
#sub_position { display:block; margin:80px 0 65px; }
#sub_position_title { font-family:"Spoqa Han Sans Neo"; font-weight:700; font-size:2.375rem; text-align:center; }
#sub_position_text { display:none; }
#sub_document { padding:0 0 80px; table-layout:fixed; }
#sub_page_preparation { width:100%; height:240px; margin:0 auto; background:url("../wp_default_image/page_preparation.gif") no-repeat center center; background-size:contain; }
#sub_page_update { width:100%; height:240px; margin:0 auto; background:url("../wp_default_image/page_update.gif") no-repeat center center; background-size:contain; }

/*****************************************************************************************************************
- 아래 라인부터는 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
- 자주 사용될 수 있는 Class는 관리자 승인 후 공통설정으로 지정하여 사용한다.
*****************************************************************************************************************/

/* 페이지 공용 */
.accessibility_skip_nav a { display:block; overflow:hidden; position:absolute; top:0; left:0; width:100%; height:0; background-color:#676767; color:#fff; text-align:center; }
.accessibility_skip_nav a:focus { position:absolute; z-index:9999; width:100%; height:auto; margin:0; padding:10px 0; color:#fff; font-weight:500; }
.accessibility_ir { overflow:hidden; position:absolute; top:auto; left:-10000px; height:1px; }
#page_loading { display:block; position:fixed; top:0; left:0; z-index:1000; width:100%; height:100%; background-color:#fff; text-align:center; opacity:0.8; }
#page_loading > img { position:absolute; top:50%; left:50%; z-index:10000; }
.page_scroll_none { position:fixed; top:0; left:0; width:100%; height:100%; }
.page_table { 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:keep-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 { margin:0 0 75px; }
.page_tab_menu ul { display:flex; justify-content:center; flex-wrap:wrap; column-gap:10px; row-gap:5px; }
.page_tab_menu li { box-sizing:border-box; }
.page_tab_menu li a { display:block; position:relative; padding:5px 53px; background-color:#f9f9f9; font-family:"Spoqa Han Sans Neo"; font-size:1.25rem; font-weight:500; text-align:center; color:#777; border-radius:50px; box-sizing:border-box; }
.page_tab_menu li.on a { background-color:#0e6ed9; color:#fff; }
.page_mobile_tel { display:none; }
.page_mobile_enter { width:0; height:0; font-size:0; }
.page_pc_enter { display:block; width:0; height:0; font-size:0; }
.page_image_pc { display:block; max-width:100%; margin:0 auto; }
.page_image_mobile { display:none; max-width:100%; margin:0 auto; }
.page_title_h4 { margin-bottom:30px; font-size:1.563rem; font-weight:600; }

/* 메인메뉴1 (회사소개) */
.page01_01_greeting { display:flex; justify-content:space-between; }
.page01_01_greeting .area .title { font-size:1.438rem; letter-spacing:-0.1px; }
.page01_01_greeting .area .title strong { font-size:2.75rem; font-weight:800; line-height:1.4; letter-spacing:0; }
.page01_01_greeting .area .image { width:390px; height:560px; margin-top:40px; background:url("../wp_images/01_01_01.jpg") no-repeat center center; border-radius:10px; }
.page01_01_greeting .text { padding-top:25px; font-size:1rem; line-height:1.6; letter-spacing:-0.2px; word-break:keep-all; box-sizing:border-box; }
.page01_01_greeting .text strong { font-weight:500; }
.page01_01_greeting .text .name { display:block; margin-top:30px; font-weight:500; text-align:right; }
.page01_03_certification { display:grid; grid-template-columns:repeat(4, 260px); column-gap:45px; row-gap:40px; position:relative; justify-content:center; }
.page01_03_certification li { background-color:#fff; border:1px solid #dcdcdc; }
.page01_03_certification li a { display:block; padding:10px; }
.page01_03_certification li a img { display:block; width:100%; margin:0 0 21px; border:1px solid #e5e5e5; }
.page01_03_certification li a span { display:block; position:relative; width:100%; padding:12.5px 5px; background-color:#bfbfbf; font-size:1rem; font-weight:500; text-align:center; color:#fff; line-height:130%; word-break:keep-all; box-sizing:border-box; }
.page01_03_certification li a span::after { content:""; display:block; position:absolute; left:calc(50% - 7px); top:-8px; border-bottom:10px solid #bfbfbf; border-left:6px solid transparent; border-right:6px solid transparent; }
.page01_03_certification li:hover { border:1px solid #0e6ed9; }
.page01_03_certification li:hover a span { background-color:#0e6ed9; }
.page01_03_certification li:hover a span::after { border-bottom-color:#0e6ed9; }
.page01_03_patent { display:grid; grid-template-columns:repeat(4, 260px); column-gap:45px; row-gap:40px; position:relative; justify-content:center; }
.page01_03_patent li { background-color:#fff; border:1px solid #dcdcdc; }
.page01_03_patent li a { display:block; padding:10px; }
.page01_03_patent li a img { display:block; width:100%; margin:0 0 21px; border:1px solid #e5e5e5; }
.page01_03_patent li a span { display:block; position:relative; width:100%; padding:12.5px 5px; background-color:#bfbfbf; font-size:1rem; font-weight:500; text-align:center; color:#fff; line-height:130%; word-break:keep-all; box-sizing:border-box; }
.page01_03_patent li a span::after { content:""; display:block; position:absolute; left:calc(50% - 7px); top:-8px; border-bottom:10px solid #bfbfbf; border-left:6px solid transparent; border-right:6px solid transparent; }
.page01_03_patent li:hover { border:1px solid #0e6ed9; }
.page01_03_patent li:hover a span { background-color:#0e6ed9; }
.page01_03_patent li:hover a span::after { border-bottom-color:#0e6ed9; }
.page01_04_score { display:grid; grid-template-columns:repeat(4, 260px); column-gap:45px; row-gap:40px; position:relative; justify-content:center; }
.page01_04_score li { background-color:#fff; border:1px solid #dcdcdc; }
.page01_04_score li a { display:block; padding:10px; }
.page01_04_score li a img { display:block; width:100%; margin:0 0 21px; border:1px solid #e5e5e5; }
.page01_04_score li a span { display:block; position:relative; width:100%; padding:12.5px 5px; background-color:#bfbfbf; font-size:1rem; font-weight:500; text-align:center; color:#fff; line-height:130%; word-break:keep-all; box-sizing:border-box; }
.page01_04_score li a span::after { content:""; display:block; position:absolute; left:calc(50% - 7px); top:-8px; border-bottom:10px solid #bfbfbf; border-left:6px solid transparent; border-right:6px solid transparent; }
.page01_04_score li:hover { border:1px solid #0e6ed9; }
.page01_04_score li:hover a span { background-color:#0e6ed9; }
.page01_04_score li:hover a span::after { border-bottom-color:#0e6ed9; }

/* 메인메뉴2 (고분자연성적층방수시트) */
.page02_01_layer { position:relative; width:1200px; height:580px; margin:0 auto 110px; background:#f9f9f9 url("../wp_images/02_01_01.jpg") no-repeat left 130px center; }
.page02_01_layer.mobile { display:none; }
.page02_01_layer .item { position:absolute; font-size:0.938rem; font-weight:400; letter-spacing:-0.6px; }
.page02_01_layer .item:nth-child(1) { top:calc(50% - 215px); right:calc(50% - 275px); }
.page02_01_layer .item:nth-child(2) { top:calc(50% - 125px); right:calc(50% - 365px); }
.page02_01_layer .item:nth-child(3) { top:calc(50% - 40px); right:calc(50% - 455px); }
.page02_01_layer .item:nth-child(4) { top:calc(50% + 50px); right:calc(50% - 205px); }
.page02_01_layer .item:nth-child(5) { top:calc(50% + 150px); right:calc(50% - 210px); }
.page02_title { margin-bottom:50px; font-size:1.75rem; font-weight:600; text-align:center; word-break:keep-all; }
.page02_title .comment { display:block; font-size:1.125rem; font-weight:400; }
.page02_01_merit { width:1200px; margin:0 auto 120px; }
.page02_01_merit .item { display:flex; justify-content:space-between; align-items:center; margin-bottom:60px; }
.page02_01_merit .item:nth-child(2) { flex-flow:row-reverse; }
.page02_01_merit .item .image { width:370px; height:205px; border-radius:5px; }
.page02_01_merit .item:nth-child(1) .image { background:url("../wp_images/02_01_02.jpg") no-repeat center center; }
.page02_01_merit .item:nth-child(2) .image { background:url("../wp_images/02_01_03.jpg") no-repeat center center; }
.page02_01_merit .item:nth-child(3) .image { background:url("../wp_images/02_01_04.jpg") no-repeat center center; }
.page02_01_merit .item .text { width:calc(100% - 410px); padding:0 0 40px 10px; border-bottom:1px solid #959595; box-sizing:border-box; }
.page02_01_merit .item:nth-child(2) .text { padding-left:21.5%; }
.page02_01_merit .item .text .title { display:block; margin-bottom:10px; font-size:1.563rem; font-weight:600; }
.page02_01_merit .item .text .comment { margin-bottom:25px; font-size:1.063rem; line-height:1.6; word-break:keep-all; }
.page02_01_merit .item .text .hash { display:flex; flex-wrap:wrap; gap:10px; }
.page02_01_merit .item .text .hash li { padding:3px 15px; background-color:#e6f0fb; font-weight:500; border-radius:50px; box-sizing:border-box; }
.page02_01_stability { margin-bottom:120px; padding:70px 0 85px; background:#f3f7f9 url("../wp_images/02_01_bg.jpg") no-repeat bottom right; box-sizing:border-box; }
.page02_01_stability .explanation { display:flex; width:1200px; margin:0 auto; padding-bottom:40px; border-bottom:1px solid #959595; box-sizing:border-box;  }
.page02_01_stability .explanation .text { width:calc(100% - 625px); }
.page02_01_stability .explanation .text .title { display:block; margin-bottom:30px; font-size:1.75rem; font-weight:600; }
.page02_01_stability .explanation .text .comment { font-size:1.125rem; line-height:1.4; word-break:keep-all; letter-spacing:-0.1px; }
.page02_01_stability .explanation .area { display:flex; gap:20px; }
.page02_01_stability .explanation .area .image { overflow:hidden; border-radius:10px; }
.page02_01_stability .explanation .area .image:nth-child(1) { width:200px; height:180px; background:url("../wp_images/02_01_05.jpg") no-repeat center center; }
.page02_01_stability .explanation .area .image:nth-child(2) { width:405px; height:180px; background:url("../wp_images/02_01_06.jpg") no-repeat center center; }
.page02_01_stability .scheme { display:flex; justify-content:space-around; width:1200px; margin:40px auto 20px; }
.page02_01_stability .scheme .area .title { font-size:1.25rem; font-weight:600; text-align:center; }
.page02_01_stability .scheme .area:nth-child(1) .image { width:472px; height:404px; margin:25px auto 0; background:url("../wp_images/02_01_07.jpg") no-repeat center center; }
.page02_01_stability .scheme .area:nth-child(2) .image { width:472px; height:404px; margin:25px auto 0; background:url("../wp_images/02_01_08.jpg") no-repeat center center; }
.page02_01_performance { width:1200px; margin:0 auto; }
.page02_01_performance .before_after { display:flex; padding-bottom:80px; border-bottom:1px solid #959595; box-sizing:border-box;  }
.page02_01_performance .before_after .text { width:calc(100% - 670px); word-break:keep-all; }
.page02_01_performance .before_after .text .title { display:block; margin-bottom:30px; font-size:1.75rem; font-weight:600; line-height:1.5; }
.page02_01_performance .before_after .text .comment { font-size:1.125rem; line-height:1.4; }
.page02_01_performance .before_after .area { display:flex; gap:60px; position:relative; }
.page02_01_performance .before_after .area::before { content:""; position:absolute; top:45%; left:50%; width:45px; height:45px; background:#f9f9f9 url("../wp_images/02_01_arrow.png") no-repeat center center; border-radius:50%; transform:translate(-50%, -50%); }
.page02_01_performance .before_after .area > div .image { width:305px; height:245px; margin:0 auto 15px; }
.page02_01_performance .before_after .area .before .image { background:url("../wp_images/02_01_09.jpg") no-repeat center center; }
.page02_01_performance .before_after .area .after .image { background:url("../wp_images/02_01_10.jpg") no-repeat center center; }
.page02_01_performance .before_after .area > div p { font-size:1.25rem; font-weight:500; text-align:center; }
.page02_01_performance .energe { display:flex; margin-bottom:30px; padding-top:80px; box-sizing:border-box; }
.page02_01_performance .energe .text { width:calc(100% - 722px); }
.page02_01_performance .energe .text .title { display:block; margin-bottom:30px; font-size:1.375rem; font-weight:600; word-break:keep-all; }
.page02_01_performance .energe .text .comment { font-size:1.125rem; line-height:1.4; word-break:keep-all; }
.page02_01_performance .energe .image { width:722px; height:275px; background:url("../wp_images/02_01_11.jpg") no-repeat center center; }
.page02_01_performance .energy_effect { margin-bottom:90px; }
.page02_01_performance .energy_effect li { width:100%; padding:20px 15px 30px 115px; border-bottom:1px solid #dcdcdc; line-height:1.9; box-sizing:border-box; }
.page02_01_performance .energy_effect li:nth-child(1) { background:url("../wp_images/02_01_12.gif") no-repeat center left; }
.page02_01_performance .energy_effect li:nth-child(2) { background:url("../wp_images/02_01_13.gif") no-repeat center left; }
.page02_01_performance .energy_effect li:nth-child(3) { background:url("../wp_images/02_01_14.gif") no-repeat center left; }
.page02_01_performance .energy_effect li strong { font-size:1.25rem; }
.page02_01_performance .energy_effect li p { font-size:1.063rem; }
.page02_01_performance .insulation { margin-bottom:40px; }
.page02_01_performance .insulation .title { display:block; margin-bottom:30px; font-size:1.375rem; text-align:center; }
.page02_01_performance .insulation .area { display:flex; justify-content:space-around; }
.page02_01_performance .insulation .area .item .image { width:355px; height:316px; margin-bottom:20px; }
.page02_01_performance .insulation .area .item:nth-child(1) .image { background:url("../wp_images/02_01_15.jpg") no-repeat center center; }
.page02_01_performance .insulation .area .item:nth-child(2) .image { background:url("../wp_images/02_01_16.jpg") no-repeat center center; }
.page02_01_performance .insulation .area .item:nth-child(3) .image { background:url("../wp_images/02_01_17.jpg") no-repeat center center; }
.page02_01_performance .insulation .area .item p { font-size:1.125rem; font-weight:500; text-align:center; word-break:keep-all; }
.page02_01_performance .insulation_effect { margin-bottom:120px; }
.page02_01_performance .insulation_effect li { width:100%; padding:20px 15px 30px 115px; border-bottom:1px solid #dcdcdc; line-height:1.9; box-sizing:border-box; }
.page02_01_performance .insulation_effect li:nth-child(1) { background:url("../wp_images/02_01_18.gif") no-repeat center left; }
.page02_01_performance .insulation_effect li:nth-child(2) { background:url("../wp_images/02_01_19.gif") no-repeat center left; }
.page02_01_performance .insulation_effect li strong { display:block; margin-bottom:10px; font-size:1.25rem; }
.page02_01_performance .insulation_effect li p { padding-left:15px; background:url("../wp_images/page_black_dot.png") no-repeat top 15px left 4px; font-size:1.063rem; line-height:1.6; word-break:keep-all; box-sizing:border-box; }
.page02_01_eco { position:relative; margin-bottom:120px; }
.page02_01_eco::before { content:""; position:absolute; bottom:0; left:0; z-index:-200; width:100%; height:390px; background:#f9fbf5; }
.page02_01_eco::after { content:""; position:absolute; top:0; left:0; z-index:-100; width:42.5%; height:520px; background:url("../wp_images/02_01_bg-02.jpg") no-repeat center center; }
.page02_01_eco .area { display:flex; width:1200px; margin:0 auto; padding:45px 0 85px; }
.page02_01_eco .area .certification { width:294px; height:429px; margin-left:310px; box-shadow:3px 3px 10px rgb(8 6 7 / 10%); }
.page02_01_eco .area .text { padding:35px 0 0 60px; box-sizing:border-box; }
.page02_01_eco .area .text .title { display:block; margin-bottom:80px; font-size:2.188rem; font-weight:600; }
.page02_01_eco .area .text .comment p { margin-bottom:30px; padding-left:30px; background:url("../wp_images/02_01_check.png") no-repeat top 6px left; font-size:1.125rem; word-break:keep-all; letter-spacing:-0.1px; box-sizing:border-box; }
.page02_01_eco .area .text .comment p:last-child { margin-bottom:0; }
.page02_01_coolroof { width:1200px; margin:0 auto; }
.page02_01_coolroof > .title { display:block; margin-bottom:30px; font-size:1.75rem; font-weight:600; text-align:center; word-break:keep-all; }
.page02_01_coolroof > .area { display:flex; justify-content:space-around; margin-bottom:55px; padding-top:45px; border-top:1px solid #dcdcdc; }
.page02_01_coolroof > .area .item { text-align:center; }
.page02_01_coolroof > .area .item p { margin-bottom:40px; padding:8px 30px; background-color:#f9f9f9; font-weight:500; border-radius:50px; box-sizing:border-box; }
.page02_01_coolroof > .area .item p .arrow { display:inline-block; width:92px; height:100%; margin:0 15px; background:url("../wp_images/02_01_arrow-yellow.gif") no-repeat center center; text-indent:-9999px; box-sizing:border-box; }
.page02_01_coolroof > .area .item:nth-child(2) p .arrow { background:url("../wp_images/02_01_arrow-red.gif") no-repeat center center; }
.page02_01_coolroof > .area .item .image { width:388px; height:278px; }
.page02_01_coolroof > .summary { padding-bottom:40px; border-bottom:1px solid #dcdcdc; font-size:1.125rem; font-weight:500; text-align:center; word-break:keep-all; }
.page02_01_coolroof > .summary span { padding-left:35px; background:url("../wp_images/02_01_check-blue.gif") no-repeat center left; }
.page02_01_coolroof .combination { margin-top:50px; padding-bottom:75px; border-bottom:1px solid #959595; }
.page02_01_coolroof .combination .area { display:flex; justify-content:space-around; margin-bottom:28px; }
.page02_01_coolroof .combination .item:nth-child(1) { position:relative; width:490px; }
.page02_01_coolroof .combination .item:nth-child(1)::before { content:""; position:absolute; top:50%; right:-46px; width:24px; height:24px; background:url("../wp_images/page_gray_plus.gif") no-repeat center center; transform:translatey(-50%); }
.page02_01_coolroof .combination .item p { margin-bottom:10px; padding:8px 0; background-color:#0e6ed9; font-size:1.25rem; font-weight:600; color:#fff; text-align:center; border-radius:5px; box-sizing:border-box; }
.page02_01_coolroof .combination .item ul { padding:45px; background-color:#f9f9f9; border-radius:5px; box-sizing:border-box; }
.page02_01_coolroof .combination .item ul li { padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; font-size:1.063rem; word-break:keep-all; letter-spacing:-0.2px; }
.page02_01_coolroof .combination .item:nth-child(2) { width:575px; }
.page02_01_coolroof .combination .item:nth-child(2) ul { padding:30.5px 45px; }
.page02_01_coolroof .combination .summary { position:relative; width:94.5%; margin:0 auto; padding:35px 0; background:#f9f9f9; font-size:1.25rem; font-weight:500; text-align:center; line-height:1.6; word-break:keep-all; border-radius:5px; box-sizing:border-box; }
.page02_01_coolroof .combination .summary > .circle { position:absolute; top:50%; left:45px; width:98px; height:98px; padding-top:20px; background-color:#0e6ed9; font-size:1.375rem; font-weight:600; color:#fff; line-height:1.3; border-radius:50%; box-sizing:border-box; transform:translatey(-50%); }
.page02_01_greenroof { width:1200px; margin:0 auto; padding-top:75px; }
.page02_01_greenroof > .title { display:block; margin-bottom:30px; font-size:1.75rem; font-weight:600; text-align:center; word-break:keep-all; }
.page02_01_greenroof .combination .item { width:94.5%; margin:0 auto; }
.page02_01_greenroof .combination .item p { margin-bottom:10px; padding:8px 0; background-color:#85c300; font-size:1.25rem; font-weight:600; color:#fff; text-align:center; border-radius:5px; box-sizing:border-box; }
.page02_01_greenroof .combination .item .inner_item { display:flex; gap:50px; padding:40px 55px; background-color:#f9f9f9; border-radius:5px; box-sizing:border-box; }
.page02_01_greenroof .combination .item .inner_item .image { margin-top:15px; height:533px; border-radius:10px; }
.page02_01_greenroof .combination .item .inner_item ul .text { padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; word-break:keep-all; letter-spacing:-0.6px; }
.page02_01_greenroof .combination .item:nth-child(1) { position:relative; margin-bottom:60px; }
.page02_01_greenroof .combination .item:nth-child(1)::before { content:""; position:absolute; bottom:-42px; left:50%; width:24px; height:24px; background:url("../wp_images/page_gray_plus.gif") no-repeat center center; transform:translatex(-50%); }
.page02_01_greenroof .combination .item:nth-child(1) ul { display:flex; justify-content:center; align-items:center; gap:180px; padding:40px 0; background-color:#f9f9f9; }
.page02_01_greenroof .combination .item:nth-child(1) ul .text { line-height:1.4; }
.page02_01_greenroof .combination .item:nth-child(1) ul .certification { box-shadow:3px 3px 10px rgb(8 6 7 / 10%); }
.page02_01_greenroof .combination .item:nth-child(2) { margin-bottom:110px; }
.page02_01_greenroof .combination .item:nth-child(2) p { background-color:#0e6ed9; }
.page02_01_greenroof .combination .item:nth-child(2) ul li { font-size:1rem; margin-bottom:20px; }
.page02_01_greenroof .combination .item:nth-child(2) ul li:last-child { margin-bottom:0; }
.page02_01_table { margin-bottom:0; border-top:2px solid #898989; }
.page02_01_table thead th { background-color:#f7f7f7; font-size:1rem; }
.page02_01_table thead tr th { padding:19px 5px; }
.page02_01_table tbody tr td { padding:19px 5px; }
.page02_01_table tbody tr:last-child td { border-bottom:none; }
.page02_01_standard { margin-bottom:110px; }
.page02_01_standard .page02_01_table thead tr th { padding:8px 5px; }
.page02_01_material { display:flex; gap:35px; }
.page02_01_material .table_01 { width:350px; }
.page02_01_material .table_01 .page02_01_table tbody tr td { padding:6px 5px; }
.page02_01_material .table_01 .page02_01_table tbody tr .title { background-color:#f7f7f7; font-weight:600; }
.page02_01_material .table_02 { width:calc(100% - 350px); }
.page02_01_quality .page02_01_table tbody tr td:first-child { border-left:1px solid #ddd; }
.page02_01_quality .page02_01_table tbody tr .title { border-left:none !important; }
.page02_01_quality .page02_01_table tbody tr .last_data { border-bottom:none; }

/* 메인메뉴3 (공법소개) */
.page03_01_overview { display:flex; align-items:center; gap:65px; margin-bottom:120px; padding-bottom:30px; border-bottom:1px solid #c9c9c9; word-break:keep-all; box-sizing:border-box; }
.page03_01_overview .image { border-radius:10px; }
.page03_01_overview .text { width:calc(100% - 400px); box-sizing:border-box; }
.page03_01_overview .text .title { display:block; margin-bottom:15px; font-family:"Ubuntu"; font-size:1.875rem; font-weight:700; letter-spacing:-0.6px; }
.page03_01_overview .text .comment { font-size:1.125rem; line-height:1.6; letter-spacing:-0.6px; }
.page03_01_title { margin-bottom:50px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_01_sequence { display:flex; flex-wrap:wrap; justify-content:space-between; width:1100px; margin:0 auto 100px; word-break:keep-all; }
.page03_01_sequence:last-child { margin:0 auto; }
.page03_01_sequence .item { position:relative; padding:20px 10px 70px 10px; border-top:1px solid #555; box-sizing:border-box; }
.page03_01_sequence .item::before { content:""; position:absolute; top:50%; right:-40px; width:11px; height:18px; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; }
.page03_01_sequence .item:nth-child(3n):before { display:none; }
.page03_01_sequence .item:last-child:before { display:none; }
.page03_01_sequence .item .title { margin-bottom:20px; font-size:1.375rem; font-weight:600; }
.page03_01_sequence .item .title .number { display:block; margin-bottom:5px; font-family:"Noto Sans KR"; font-size:1.125rem; color:#bfbfbf; }
.page03_01_sequence .item .title .small { font-size:1rem; }
.page03_01_sequence .item .detail { margin-top:13px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_01_sequence .item .image { width:100%; }
.page03_01_sequence.hds_100s { width:700px; }
.page03_01_sequence.hds_100s .item:nth-child(3n):before { display:inline; }
.page03_01_sequence.hds_100s .item:nth-child(2n):before { display:none; }
.page03_02_overview { display:flex; align-items:center; gap:65px; margin-bottom:120px; padding-bottom:30px; border-bottom:1px solid #c9c9c9; word-break:keep-all; box-sizing:border-box; }
.page03_02_overview .image { border-radius:10px; }
.page03_02_overview .text { width:calc(100% - 400px); box-sizing:border-box; }
.page03_02_overview .text .title { display:block; margin-bottom:15px; font-family:"Ubuntu"; font-size:1.875rem; font-weight:700; letter-spacing:-0.6px; }
.page03_02_overview .text .comment { font-size:1.125rem; line-height:1.6; letter-spacing:-0.6px; }
.page03_02_title { margin-bottom:50px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_02_sequence { display:flex; flex-wrap:wrap; justify-content:space-between; width:1100px; margin:0 auto 100px; word-break:keep-all; }
.page03_02_sequence:last-child { margin:0 auto; }
.page03_02_sequence .item { position:relative; padding:20px 10px 70px 10px; border-top:1px solid #555; box-sizing:border-box; }
.page03_02_sequence .item::before { content:""; position:absolute; top:50%; right:-40px; width:11px; height:18px; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; }
.page03_02_sequence .item:nth-child(3n):before { display:none; }
.page03_02_sequence .item:last-child:before { display:none; }
.page03_02_sequence .item .title { margin-bottom:20px; font-size:1.375rem; font-weight:600; }
.page03_02_sequence .item .title .number { display:block; margin-bottom:5px; font-size:1.125rem; color:#bfbfbf; }
.page03_02_sequence .item .title .small { font-size:1rem; }
.page03_02_sequence .item .image { width:100%; }
.page03_03_overview { display:flex; align-items:center; gap:65px; margin-bottom:120px; padding-bottom:30px; border-bottom:1px solid #c9c9c9; word-break:keep-all; box-sizing:border-box; }
.page03_03_overview .image { border-radius:10px; }
.page03_03_overview .text { width:calc(100% - 400px); box-sizing:border-box; }
.page03_03_overview .text .title { display:block; margin-bottom:15px; font-family:"Ubuntu"; font-size:1.875rem; font-weight:700; letter-spacing:-0.6px; }
.page03_03_overview .text .comment { font-size:1.125rem; line-height:1.6; letter-spacing:-0.6px; }
.page03_03_title { margin-bottom:50px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_03_sequence { display:flex; flex-wrap:wrap; justify-content:space-between; width:1100px; margin:0 auto 100px; word-break:keep-all; }
.page03_03_sequence:last-child { margin:0 auto; }
.page03_03_sequence .item { position:relative; padding:20px 10px 70px 10px; border-top:1px solid #555; box-sizing:border-box; }
.page03_03_sequence .item::before { content:""; position:absolute; top:50%; right:-40px; width:11px; height:18px; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; }
.page03_03_sequence .item:nth-child(3n):before { display:none; }
.page03_03_sequence .item:last-child:before { display:none; }
.page03_03_sequence .item:nth-child(5) { letter-spacing:-1px; }
.page03_03_sequence .item .title { margin-bottom:20px; font-size:1.375rem; font-weight:600; }
.page03_03_sequence .item .title .number { display:block; margin-bottom:5px; font-size:1.125rem; color:#bfbfbf; }
.page03_03_sequence .item .title .small { font-size:1rem; }
.page03_03_sequence .item .image { width:100%; }
.page03_04_overview { display:flex; align-items:center; gap:65px; width:1200px; margin:0 auto 120px; padding-bottom:30px; border-bottom:1px solid #c9c9c9; word-break:keep-all; box-sizing:border-box; }
.page03_04_overview .image { border-radius:10px; }
.page03_04_overview .text { width:calc(100% - 400px); box-sizing:border-box; }
.page03_04_overview .text .title { display:block; margin-bottom:15px; font-family:"Ubuntu"; font-size:1.875rem; font-weight:700; letter-spacing:-0.6px; }
.page03_04_overview .text .comment { font-size:1.125rem; line-height:1.6; letter-spacing:-0.6px; }
.page03_04_tab li a { padding:5px 25px;}
.page03_04_title { margin-bottom:85px; font-size:1.875rem; font-weight:600; text-align:center; line-height:1.5; word-break:keep-all; }
.page03_04_title .page_pc_enter { display:none; }
.page03_04_title .comment { display:block; margin-top:25px; font-size:1.125rem; font-weight:400; }
.page03_04_background { width:1200px; margin:0 auto 100px; word-break:keep-all; }
.page03_04_background .number_title { margin-bottom:20px; font-size:1.75rem; font-weight:600; }
.page03_04_background .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_background .area { display:flex; flex-wrap:wrap; padding:50px 0; border:1px solid #dcdcdc; border-radius:10px; box-sizing:border-box; }
.page03_04_background .area .item { width:50%; box-sizing:border-box; }
.page03_04_background .area .item .subject { margin-bottom:20px; font-size:1.375rem; font-weight:600; text-align:center; }
.page03_04_background .area .cause { border-right:1px solid #dcdcdc; }
.page03_04_background .area .cause .text { padding-left:80px; box-sizing:border-box; word-break:keep-all; }
.page03_04_background .area .react { text-align:center; }
.page03_04_background .area .conclusion { width:100%; margin-top:50px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_background .area .conclusion span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_outerwall { margin-bottom:120px; background-color:#f3f7f9; word-break:keep-all; }
.page03_04_outerwall .area { position:relative; width:1200px; margin:0 auto; padding:60px 0; box-sizing:border-box; }
.page03_04_outerwall .area .number_title { margin-bottom:10px; font-size:1.75rem; font-weight:600; }
.page03_04_outerwall .area .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_outerwall .area .comment { margin-bottom:70px; font-size:1.125rem; }
.page03_04_outerwall .area > .image { position:absolute; top:70px; right:0; border-radius:10px; }
.page03_04_outerwall .area .title { margin-bottom:35px; font-size:1.75rem; font-weight:600; }
.page03_04_outerwall .area .water_seal_overview { display:flex; gap:50px; word-break:keep-all; box-sizing:border-box; }
.page03_04_outerwall .area .water_seal_overview .image { border-radius:10px; }
.page03_04_outerwall .area .water_seal_overview .text { width:calc(100% - 370px); }
.page03_04_outerwall .area .water_seal_overview .text p { margin-bottom:20px; font-size:1.125rem; line-height:1.6; letter-spacing:-1px; }
.page03_04_outerwall .area .water_seal_overview .text p:last-child { margin-bottom:0; }
.page03_04_outerwall .area .water_seal_overview .text p strong { display:block; margin-bottom:10px; font-size:1.25rem; font-weight:600; }
.page03_04_waterseal { width:1200px; margin:0 auto; word-break:keep-all; }
.page03_04_waterseal .merit { margin-bottom:110px; }
.page03_04_waterseal .merit .title { margin-bottom:65px; font-size:1.75rem; font-weight:600; }
.page03_04_waterseal .merit .area { display:flex; gap:30px; }
.page03_04_waterseal .merit .area .item { position:relative; width:25%; text-align:center; box-sizing:border-box; }
.page03_04_waterseal .merit .area .item .icon { position:absolute; top:-35px; left:50%; width:85px; height:85px; border-radius:50%; box-sizing:border-box; transform:translatex(-50%); }
.page03_04_waterseal .merit .area .item:nth-child(1) .icon { background:url("../wp_images/03_04_05.png") no-repeat center center; }
.page03_04_waterseal .merit .area .item:nth-child(2) .icon { background:url("../wp_images/03_04_06.png") no-repeat center center; }
.page03_04_waterseal .merit .area .item:nth-child(3) .icon { background:url("../wp_images/03_04_07.png") no-repeat center center; }
.page03_04_waterseal .merit .area .item:nth-child(4) .icon { background:url("../wp_images/03_04_08.png") no-repeat center center; }
.page03_04_waterseal .merit .area .item .subject { display:flex; align-items:center; min-height:135px; padding:0 50px; background-color:#0e6ed9; font-size:1.25rem; font-weight:600; color:#fff; line-height:1.6; border-radius:10px 10px 0 0; box-sizing:border-box; }
.page03_04_waterseal .merit .area .item .subject p { width:100%; padding-top:40px; }
.page03_04_waterseal .merit .area .item .detail { display:flex; align-items:center; min-height:150px; background-color:#f3f7f9; line-height:1.6; border-radius:0 0 10px 10px; box-sizing:border-box; }
.page03_04_waterseal .merit .area .item .detail p { width:100%; }
.page03_04_waterseal .ingredient { padding-bottom:80px; border-bottom:1px solid #959595; box-sizing:border-box; }
.page03_04_waterseal .ingredient .title { margin-bottom:30px; font-size:1.75rem; font-weight:600; }
.page03_04_waterseal .ingredient .title_table { margin-bottom:20px; font-size:1.125rem; font-weight:600; }
.page03_04_table { border-top:2px solid #898989; }
.page03_04_table thead th { padding:15px 5px; background-color:#f7f7f7; font-size:1rem; }
.page03_04_table tbody tr td { padding:13px 5px; }
.page03_04_waterseal .ingredient .composition .page03_04_table { margin-bottom:0; }
.page03_04_waterseal .test { margin:70px auto 110px; }
.page03_04_waterseal .test .title { margin-bottom:30px; font-size:1.875rem; font-weight:600; text-align:center; }
.page03_04_waterseal .test .area { display:flex; gap:40px; width:1140px; margin:0 auto; }
.page03_04_waterseal .test .area .item { overflow:hidden; position:relative; width:50%; margin:0 auto; border-radius:13px; }
.page03_04_waterseal .test .area .item .video_button { position:absolute; top:45%; left:50%; z-index:100; display:block; width:70px; height:79px; text-indent:-9999px; background:url("../wp_images/03_04_play.png") no-repeat center center; transform:translate(-50%, -50%); }
.page03_04_waterseal .test .area .item video { width:100%; border-radius:13px; }
.page03_04_waterseal .test .area .item .comment { margin-top:15px; font-size:1.25rem; font-weight:500; text-align:center; }
.page03_04_putty { padding:90px 0 110px; background-color:#f3f7f9; word-break:keep-all; box-sizing:border-box; }
.page03_04_putty .area { width:1200px; margin:0 auto; }
.page03_04_putty .area .title { margin-bottom:30px; font-size:1.75rem; font-weight:600; }
.page03_04_putty .area > .comment { margin-bottom:60px; font-size:1.125rem; line-height:1.6; letter-spacing:-0.6px; }
.page03_04_putty .area > .comment .small { display:block; margin-top:20px; font-size:1rem; }
.page03_04_putty .area .item { margin:0 0 55px 10px; }
.page03_04_putty .area .item .comment { margin-top:20px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_putty .area .item:nth-of-type(1) .comment { padding-left:75px; text-align:left; }
.page03_04_putty .area .item:nth-of-type(2) { display:flex; gap:75px }
.page03_04_putty .area .conclusion { margin-left:10px; font-size:1.125rem; font-weight:500; }
.page03_04_putty .area .conclusion span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_hksheet { width:1200px; margin:120px auto; word-break:keep-all; }
.page03_04_hksheet .number_title { margin-bottom:20px; font-size:1.75rem; font-weight:600; }
.page03_04_hksheet .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_hksheet > .comment { margin-bottom:15px; padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; font-size:1.125rem; word-break:keep-all; letter-spacing:-0.6px; }
.page03_04_hksheet > .comment:last-child { margin-bottom:0; }
.page03_04_hksheet > .comment .small { display:block; font-size:1rem; }
.page03_04_hksheet .combination { width:1140px; margin:50px auto 0; }
.page03_04_hksheet .combination .area { display:flex; justify-content:space-between; margin-bottom:28px; }
.page03_04_hksheet .combination .item:nth-child(1) { position:relative; width:490px; }
.page03_04_hksheet .combination .item:nth-child(1)::before { content:""; position:absolute; top:62%; right:-52px; width:24px; height:24px; background:url("../wp_images/page_gray_plus.gif") no-repeat center center; transform:translatey(-50%); }
.page03_04_hksheet .combination .item p { margin-bottom:10px; padding:8px 0; background-color:#0e6ed9; font-size:1.25rem; font-weight:600; color:#fff; text-align:center; border-radius:5px; box-sizing:border-box; }
.page03_04_hksheet .combination .item ul { padding:45px; background-color:#f9f9f9; border-radius:5px; box-sizing:border-box; }
.page03_04_hksheet .combination .item ul li { padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; font-size:1.063rem; word-break:keep-all; letter-spacing:-0.2px; }
.page03_04_hksheet .combination .item:nth-child(2) { width:570px; }
.page03_04_hksheet .combination .summary { position:relative; padding:45px 0; background:#f9f9f9; border-radius:5px; box-sizing:border-box; }
.page03_04_hksheet .combination .summary .circle { position:absolute; top:50%; left:45px; width:98px; height:98px; padding-top:34px; background-color:#0e6ed9; font-size:1.375rem; font-weight:600; color:#fff; text-align:center; line-height:1.3; border-radius:50%; box-sizing:border-box; transform:translatey(-50%); }
.page03_04_hksheet .combination .summary .item { width:100%; padding-left:190px; box-sizing:border-box; }
.page03_04_hksheet .combination .summary .item li { margin-bottom:15px; padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; font-size:1.125rem; word-break:keep-all; letter-spacing:-0.6px; }
.page03_04_hksheet .combination .summary .item li .small { display:block; font-size:1rem; }
.page03_04_hksequence { padding:65px 0 45px; background-color:#f3f7f9; word-break:keep-all; box-sizing:border-box; }
.page03_04_hksequence .title { margin-bottom:20px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_04_hksequence > .comment { width:100%; margin-bottom:25px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_hksequence > .comment span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_hksequence .item { display:flex; gap:45px; width:1200px; margin:0 auto; }
.page03_04_hksequence .item li { position:relative; width:25%; text-align:center; }
.page03_04_hksequence .item li::before { content:""; position:absolute; top:37%; right:-30px; width:11px; height:17px; background:url("../wp_images/03_04_arrow.png") no-repeat center center; transform:translatey(-50%); }
.page03_04_hksequence .item li:last-child::before { display:none; }
.page03_04_hksequence .item li .comment { margin-top:20px; font-size:1.125rem; font-weight:500; line-height:1.6; letter-spacing:-0.6px; }
.page03_04_hksequence .item li .comment .small { display:block; font-size:1rem; }
.page03_04_hkdifference { width:1200px; margin:90px auto 80px; word-break:keep-all; }
.page03_04_hkdifference .title { margin-bottom:20px; font-size:1.563rem; font-weight:600; }
.page03_04_hkdifference .item_title { margin-bottom:10px; }
.page03_04_hkdifference > .comment { width:100%; margin-bottom:25px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_hkdifference > .comment span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_hkdifference .item { margin-bottom:35px; }
.page03_04_hkdifference .item li { margin-bottom:5px; padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; font-size:1.125rem; word-break:keep-all; letter-spacing:-0.6px; }
.page03_04_hkdifference .schema { padding:85px 0 65px; border:1px solid #dcdcdc; text-align:center; border-radius:10px; box-sizing:border-box; }
.page03_04_hkdifference .schema > .image { margin-bottom:85px; }
.page03_04_hkdifference .schema .ocher { display:flex; gap:30px; width:835px; margin:0 auto 40px; }
.page03_04_hkdifference .schema .ocher li { display:flex; align-items:center; width:33.3%; }
.page03_04_hkdifference .schema .ocher li .image { width:113px; height:113px; border-radius:50%; box-sizing:border-box; }
.page03_04_hkdifference .schema .ocher li:nth-child(1) .image { background:url("../wp_images/03_04_17.jpg") no-repeat center center; }
.page03_04_hkdifference .schema .ocher li:nth-child(2) .image { background:url("../wp_images/03_04_18.jpg") no-repeat center center; }
.page03_04_hkdifference .schema .ocher li:nth-child(3) .image { background:url("../wp_images/03_04_19.jpg") no-repeat center center; }
.page03_04_hkdifference .schema .ocher li .text { width:calc(100% - 113px); font-size:1.25rem; font-weight:600; }
.page03_04_hkdifference .schema .ocher li .text .detail { display:inline-block; min-width:105px; padding:4px 10px; background-color:#e6f0fb; font-size:1rem; font-weight:500; border-radius:50px; box-sizing:border-box; }
.page03_04_hkdifference .schema > .comment { width:100%; margin-bottom:70px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_hkdifference .schema > .comment span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_hkdifference .schema .crack { display:flex; justify-content:center; gap:20px; }
.page03_04_hkdifference .schema .crack .image { border-radius:10px; }
.page03_04_rooftop { padding:65px 0; background-color:#f3f7f9; word-break:keep-all; box-sizing:border-box; }
.page03_04_rooftop .area { width:1200px; margin:0 auto; }
.page03_04_rooftop .area .number_title { margin-bottom:70px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_04_rooftop .area .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_rooftop .area .title { margin-bottom:30px; font-size:1.375rem; font-weight:600; text-align:center; }
.page03_04_rooftop .area .item { display:flex; justify-content:center; gap:110px; }
.page03_04_rooftop .area .item .image { border-radius:10px; }
.page03_04_rooftop .area .item .comment { margin-top:20px; font-size:1.125rem; font-weight:500; text-align:center; letter-spacing:-0.6px; }
.page03_04_repaint { width:1200px; margin:140px auto 100px; word-break:keep-all; }
.page03_04_repaint .title { margin-bottom:80px; font-size:1.875rem; font-weight:600; text-align:center; }
.page03_04_repaint .title .page_pc_enter { display:inline; }
.page03_04_repaint .number_title { margin-bottom:15px; font-size:1.75rem; font-weight:600; }
.page03_04_repaint .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_repaint .comment { margin-bottom:40px; font-size:1.125rem; letter-spacing:-0.6px; }
.page03_04_repaint .schema { padding:80px 0 70px; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; text-align:center; box-sizing:border-box; }
.page03_04_repaint .paint > .item { display:flex; margin:115px 0 100px; }
.page03_04_repaint .paint > .item .text { width:calc(100% - 605px); }
.page03_04_repaint .paint > .item .text .detail { font-size:1.063rem; letter-spacing:-0.6px; }
.page03_04_repaint .paint > .item .text .detail .detail_title { display:block; font-size:1.25rem; font-weight:600; }
.page03_04_repaint .paint > .item .image { display:flex; align-items:start; gap:15px; width:605px; }
.page03_04_repaint .paint > .item .image .image_comment { margin-top:25px; font-size:1.125rem; font-weight:500; text-align:center; letter-spacing:-0.6px; }
.page03_04_repaint .paint .performance li { display:flex; align-items:center; margin-bottom:5px; }
.page03_04_repaint .paint .performance li:last-child { margin-bottom:0; }
.page03_04_repaint .paint .performance li .subject { width:320px; min-height:80px; padding:21px 0; background-color:#0e6ed9; font-size:1.375rem; font-weight:500; color:#fff; text-align:center; border-radius:5px; box-sizing:border-box; }
.page03_04_repaint .paint .performance li .item { display:flex; flex-direction:column; justify-content:center; width:calc(100% - 320px); min-height:80px; padding-left:50px; background-color:#f9f9f9; border-radius:0 5px 5px 0; box-sizing:border-box; }
.page03_04_repaint .paint .performance li .item p { width:100%; padding-left:10px; background:url("../wp_images/page_black_dot.png") no-repeat top 13px left; word-break:keep-all; letter-spacing:-0.6px; }
.page03_04_change { padding:60px 0; background-color:#f3f7f9; word-break:keep-all; box-sizing:border-box; }
.page03_04_change .area { width:1200px; margin:0 auto; }
.page03_04_change .area .item { display:flex; justify-content:center; gap:70px; }
.page03_04_change .area .item li { position:relative; width:150px; height:150px; padding:65px 20px 0 20px; background-color:#fff; font-size:1.125rem; font-weight:500; text-align:center; line-height:1.4; border-radius:50%; box-sizing:border-box; }
.page03_04_change .area .item li::before { content:""; position:absolute; top:50%; right:-42px; width:11px; height:17px; background:url("../wp_images/03_04_gray-arrow.png") no-repeat center center; transform:translatey(-50%); }
.page03_04_change .area .item li:last-child { padding:55px 20px 0 20px; background-color:#0e6ed9; color:#fff; }
.page03_04_change .area .item li:last-child::before { display:none; }
.page03_04_change .area .conclusion { margin:40px 0 0 10px; font-size:1.125rem; font-weight:500; text-align:center; }
.page03_04_change .area .conclusion span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_hkcaretex { width:1200px; margin:110px auto 0; padding-bottom:70px; border-bottom:1px solid #959595; word-break:keep-all; box-sizing:border-box; }
.page03_04_hkcaretex .title { margin-bottom:50px; font-size:1.875rem; font-weight:600; text-align:center; }
.page03_04_hkcaretex .area { display:flex; gap:40px; width:1140px; margin:0 auto; }
.page03_04_hkcaretex .area .item { overflow:hidden; position:relative; width:50%; margin:0 auto; border-radius:13px; }
.page03_04_hkcaretex .area .item .video_button { position:absolute; top:45%; left:50%; z-index:100; display:block; width:70px; height:79px; text-indent:-9999px; background:url("../wp_images/03_04_play.png") no-repeat center center; transform:translate(-50%, -50%); }
.page03_04_hkcaretex .area .item video { width:100%; border-radius:13px; }
.page03_04_hkcaretex .area .item .comment { margin-top:15px; font-size:1.25rem; font-weight:500; text-align:center; }
.page03_04_mortar { width:1200px; margin:70px auto 0; padding-bottom:80px; border-bottom:1px solid #959595; box-sizing:border-box; }
.page03_04_mortar .number_title { margin-bottom:15px; font-size:1.75rem; font-weight:600; }
.page03_04_mortar .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_mortar .mortar .page03_04_table { margin-bottom:40px; }
.page03_04_mortar .detail { padding:70px 0; border:1px solid #dcdcdc; border-radius:10px; box-sizing:border-box; }
.page03_04_mortar .detail .area { display:flex; gap:15px; width:990px; margin:0 auto; text-align:center; }
.page03_04_mortar .detail .area .exist { width:690px; }
.page03_04_mortar .detail .area .exist p { margin-top:16px; padding:3px 0; background-color:#bfbfbf; font-size:1.125rem; font-weight:600; color:#fff; border-radius:50px; box-sizing:border-box; }
.page03_04_mortar .detail .area .addition { width:calc(100% - 690px); }
.page03_04_mortar .detail .area .addition p { margin-top:183px; padding:3px 0; background-color:#0e6ed9; font-size:1.125rem; font-weight:600; color:#fff; border-radius:50px; box-sizing:border-box; }
.page03_04_mortar .detail .conclusion { margin:40px 0 0; font-size:1.125rem; font-weight:500; text-align:center; word-break:keep-all; }
.page03_04_mortar .detail .conclusion span { padding-left:35px; background:url("../wp_images/page_blue_arrow.png") no-repeat center left; }
.page03_04_enforce { width:1200px; margin:70px auto 120px; box-sizing:border-box; word-break:keep-all; }
.page03_04_enforce .number_title { margin-bottom:15px; font-size:1.75rem; font-weight:600; }
.page03_04_enforce .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_enforce .comment { margin-bottom:40px; font-size:1.125rem; letter-spacing:-0.6px; }
.page03_04_enforce .area { padding:40px 40px 35px 40px; border:1px solid #dcdcdc; text-align:center; border-radius:10px; box-sizing:border-box; }
.page03_04_enforce .area .image { margin-bottom:35px; }
.page03_04_enforce .enforce .page03_04_table { margin-bottom:0; }
.page03_04_enforce .enforce .page03_04_table tbody tr td { font-size:0.938rem; letter-spacing:-0.6px; }
.page03_04_enforce .enforce .page03_04_table tbody tr:last-child td { padding:13px 0 13px 35px; text-align:left; }
.page03_04_enforce .enforce .page03_04_table tbody tr:last-child td:first-child { padding:13px 5px; text-align:center; }
.page03_04_smart { padding:70px 0 120px; background:#f3f7f9 url("../wp_images/03_04_bg.jpg") no-repeat bottom right; box-sizing:border-box; }
.page03_04_smart .number_title { margin-bottom:15px; font-size:1.75rem; font-weight:600; text-align:center; }
.page03_04_smart .number_title .number { font-family:"Noto Sans KR"; letter-spacing:-3px; }
.page03_04_smart .comment { margin-bottom:40px; font-size:1.125rem; text-align:center; letter-spacing:-0.6px; word-break:keep-all; }
.page03_04_smart .area { width:1200px; margin:0 auto; }
.page03_04_smart .area .slide_area { width:800px; margin:0 auto; }
.page03_04_smart .area .slide_area .smart_slide { position:relative; margin-bottom:30px; }
.page03_04_smart .area .slide_area .smart_slide .smart_btn { display:block; position:absolute; top:50%; z-index:500; width:40px; height:40px; transform:translatey(-50%); }
.page03_04_smart .area .slide_area .smart_slide .smart_prev { left:-80px; background:url("../wp_images/03_04_prev.png") no-repeat center center; }
.page03_04_smart .area .slide_area .smart_slide .smart_next { right:-80px; background:url("../wp_images/03_04_next.png") no-repeat center center; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .swiper-slide { height:480px; border-radius:10px; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .slide_01 { background:url("../wp_images/03_04_slide-01.jpg") no-repeat center center; background-size:cover; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .slide_02 { background:url("../wp_images/03_04_slide-02.jpg") no-repeat center center; background-size:cover; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .slide_03 { background:url("../wp_images/03_04_slide-03.jpg") no-repeat center center; background-size:cover; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .slide_04 { background:url("../wp_images/03_04_slide-04.jpg") no-repeat center center; background-size:cover; }
.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .slide_05 { background:url("../wp_images/03_04_slide-05.jpg") no-repeat center center; background-size:cover; }
.page03_04_smart .area .slide_comment { font-size:1.375rem; font-weight:600; text-align:center; }
.page03_04_smart .area .pr_comment { margin-top:70px; font-size:1.563rem; font-weight:600; text-align:center; line-height:1.6; word-break:keep-all; }

/* 연혁관리 */
.history_list { margin:0; padding:0; }
.history_list .decade { overflow:hidden; margin:0 0 130px; padding:0; }
.history_list .decade:last-child { margin:0; }
.history_list .decade .title { float:left; width:280px; height:260px; background:url("../wp_images/history_01.jpg") no-repeat center center; border-radius:5px; }
.history_list .decade .title h4 { overflow:hidden; width:200px; height:160px; margin:160px 0 0 100px; background-color:#0e6ed9; font-size:1.438rem; color:#fff; text-align:center; border-radius:10px; box-shadow:5px 5px 10px rgb(7 7 7 / 10%); }
.history_list .decade .title h4 .history { display:block; padding:12px 0; background-color:#0d68ce; font-size:0.938rem; font-weight:500; color:#ffffffcc; box-sizing:border-box; }
.history_list .decade .title h4 strong { display:block; padding-top:15px; font-weight:600; line-height:1.1; }
.history_list .decade .title h4 strong span { font-size:1.25rem; font-weight:400; }
.history_list .decade:last-child .title { background:url("../wp_images/history_02.jpg") no-repeat center center; }
.history_list .decade:last-child .title h4 { background-color:#409aff; }
.history_list .decade:last-child .title h4 .history { background-color:#3d92f2; }
.history_list .decade .year { float:right; position:relative; width:calc(100% - 400px); border-bottom:1px solid #e6e6e6; }
.history_list .decade .year::before { content:""; display:block; position:absolute; bottom:-1px; z-index:1900; width:80px; border-bottom:1px solid #393939; }
.history_list .decade .year dt { float:left; width:80px; padding-top:10px; font-size:1.563rem; font-weight:500; color:#333; text-align:center; }
.history_list .decade .year dd { overflow:hidden; float:right; width:calc(100% - 100px); padding:18px 0; border-bottom:1px solid #f1f1f1; font-size:1.063rem; color:#333; word-break:keep-all; }
.history_list .decade .year dd:last-child { border:none; }
.history_list .decade .year dd .month { float:left; width:100px; padding-left:15px; text-align:left; font-weight:400; box-sizing:border-box; }
.history_list .decade .year dd .text { float:left; width:calc(100% - 100px); padding-right:15px; word-break:keep-all; box-sizing:border-box; }

/* 실적현황 */
.result_year_tab { margin:0 0 50px; }
.result_year_tab li { display:table-cell; width:1%; padding:0 10px; box-sizing:border-box; }
.result_year_tab li:first-child { padding-left:0; }
.result_year_tab li:last-child { padding-right:0; }
.result_year_tab li a { display:block; position:relative; padding:10px 0; border:1px solid #ddd; font-size:110%; font-weight:500; text-align:center; border-radius:5px; }
.result_year_tab li.on a { border:1px solid #222; background-color:#222; color:#fff; }
.result_year_tab li.on a::before { content:""; display:block; position:absolute; left:-3px; top:calc(50% - 12px); width:11px; height:25px; background:url("../wp_images/page_year_on.gif") no-repeat 0 0; }
.result_list { display:grid; grid-template-columns:1fr 1fr; column-gap:30px; row-gap:30px; margin:0 0 60px; }
.result_list li { position:relative; padding:15px; border:1px solid #ddd; background-color:#fbfbfb; box-sizing:border-box; }
.result_list li::after { content:""; display:block; position:absolute; right:0; top:30px; width:4px; height:23px; background-color:#222; }
.result_list li .image { float:left; width:295px; }
.result_list li .image div { width:100%; height:0; padding-top:56.25%; font-size:0; text-indent:-9999px; }
.result_list li .text { float:left; width:calc(100% - 295px); padding:15px 5px 0; text-align:center; box-sizing:border-box; }
.result_list li .text .buyer { display:block; margin:0 0 5px; font-size:135%; font-weight:600; }
.result_list li .text .period { position:relative; display:block; margin:0 0 30px; color:#666; }
.result_list li .text .period::after { content:""; display:block; position:absolute; bottom:-15px; left:calc(50% - 17px); width:34px; border-top:1px solid #222; }
.result_list li .text .subject { display:block; font-size:90%; word-break:keep-all; }
.result_division_box { display:inline-block; margin:0 5px 5px 0; padding:2px 5px; border:1px solid #ccc; background-color:#fafafa; }
.result_image_list { margin:0; padding:0; }
.result_image_list li { float:left; margin:3px; padding:5px; border:1px solid #ccc; list-style:none; }
.result_table { width:100%; border-top:none; table-layout:fixed; }
.result_table thead::after {content:""; display:block; height:10px; }
.result_table thead tr { border-radius:50px; outline:1px solid #626262; }
.result_table thead tr th { position:relative; padding:11px 5px; border:none; background-color:#f9f9f9; font-size:1.188rem; }
.result_table thead tr th:first-child { border-radius:50px 0 0 50px; }
.result_table thead tr th:last-child { border-radius:0 50px 50px 0; }
.result_table thead tr th::before { content:""; position:absolute; top:50%; right:0; width:1px; height:29px; background-color:#626262; transform:translatey(-50%); }
.result_table thead tr th:last-child::before { display:none; }
.result_table tbody tr td { padding:12px 5px; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; font-size:1.125rem; word-wrap:break-word; }
.result_table tbody tr .construction { padding-left:50px; text-align:left; }

/*****************************************************************************************************************
- 반응형웹 스크린 미디어: 개발자가 필요할 경우 Class 및 ID를 작성규칙에 의거하여 자유롭게 정의하여 사용한다.
*****************************************************************************************************************/
@media (max-width:1300px)
{
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents::before { width:95%; }
	#top_contents .top_division { width:95%; }
	#menu_cover::before { width:95%; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_slide .swiper-slide .text { left:70px; }
	#main_item .hds { width:95%; }
	#main_item > .construction .area { width:1024px; }
	#main_item > .construction .area li .image { width:220px; height:135px; }
	#main_item .world > .area { width:95%; }
	#main_item .world .map { height:465px; background:url("../wp_images/m_world_bg.png") no-repeat bottom center; background-size:1170px; }
	#main_item .world .map .spot_01 { top:calc(50% - 138px); left:calc(50% - 346px); }
	#main_item .world .map .spot_02 { top:calc(50% - 118px); left:calc(50% - 250px); }
	#main_item .world .map .spot_03 { top:calc(50% - 84px); left:calc(50% - 180px); }
	#main_item .world .map .spot_04 { top:calc(50% - 82px); left:calc(50% - 382px); }
	#main_item .world .map .spot_05 { top:calc(50% + 49px); left:calc(50% - 344px); }
	#main_item .world .map .spot_06 { top:calc(50% - 197px); left:calc(50% + 361px); }
	#main_item .world .map .spot_07 { top:calc(50% + 39px); left:calc(50% + 384px); }
	#main_item .world .map .spot_center { top:29%; }
	#main_item .introduction { width:95%; }

	/* 하단영역 콘텐츠 */
	#bottom_contents .top_move { bottom:25px; right:35px; }
	#bottom_contents .area { width:95%; }

	/* 서브화면 콘텐츠 */
	#sub_nav { width:95%; }
	#sub_section { width:95%; }
	#sub_section.page02_01_section { width:95%; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting { justify-content:center; gap:100px; }
	.page01_01_greeting .area .title strong { font-size:2.688rem; }
	.page01_01_greeting .text .page_pc_enter { display:inline; }
	.page01_03_certification { grid-template-columns:repeat(auto-fit, 260px); }
	.page01_03_patent { grid-template-columns:repeat(auto-fit, 260px); }
	.page01_04_score { grid-template-columns:repeat(auto-fit, 260px); }

	/* 메인메뉴2 (고분자연성적층방수시트) */
	.page02_01_layer { width:100%; background:#f9f9f9 url("../wp_images/02_01_01.jpg") no-repeat left calc(50% - 170px) center; }
	.page02_01_merit { width:100%; }
	.page02_01_stability .explanation { align-items:center; gap:20px; width:90%; }
	.page02_01_stability .explanation .text .comment .page_pc_enter { display:inline; }
	.page02_01_stability .scheme { gap:20px; width:90%; }
	.page02_01_stability .scheme .area:nth-child(1) .image { width:100%; height:auto; }
	.page02_01_stability .scheme .area:nth-child(2) .image { width:100%; height:auto; }
	.page02_01_performance { width:100%; }
	.page02_01_performance .before_after { gap:20px; }
	.page02_01_performance .energe { gap:20px; }
	.page02_01_performance .insulation .area .item .image { width:100%; height:auto; }
	.page02_01_eco::after { width:27%; }
	.page02_01_eco .area { justify-content:center; width:100%; }
	.page02_01_eco .area .certification { margin-left:0; }
	.page02_01_coolroof { width:100%; }
	.page02_01_coolroof .combination .item:nth-child(1) { width:40%; }
	.page02_01_coolroof .combination .item:nth-child(1)::before { right:-10.5%; }
	.page02_01_coolroof .combination .item:nth-child(2) { width:48%; }
	.page02_01_greenroof { width:100%; }

	/* 메인메뉴3 (공법소개) */
	.page03_01_sequence { width:90%; }
	.page03_01_sequence .item { width:29%; }
	.page03_01_sequence .item .title .small { font-size:0.875rem; }
	.page03_01_sequence.hds_100s .item { width:auto; }
	.page03_02_sequence { width:90%; }
	.page03_02_sequence .item { width:29%; }
	.page03_02_sequence .item .title .small { font-size:0.875rem; }
	.page03_03_sequence { width:90%; }
	.page03_03_sequence .item { width:29%; }
	.page03_03_sequence .item .title .small { font-size:0.875rem; }
	.page03_04_overview { width:95%; }
	.page03_04_title { width:95%; margin:0 auto 85px; }
	.page03_04_background { width:95%; }
	.page03_04_outerwall .area { width:90%; }
	.page03_04_outerwall .area .comment { width:525px; }
	.page03_04_outerwall .area > .image { width:300px; }
	.page03_04_outerwall .area .water_seal_overview .text p:last-child .page_pc_enter { display:inline; }
	.page03_04_waterseal { width:95%; }
	.page03_04_waterseal .merit .area .item .subject p { line-height:1.4; }
	.page03_04_waterseal .test .area { width:92%; }
	.page03_04_putty .area { width:90%; }
	.page03_04_hksheet { width:95%; }
	.page03_04_hksheet .combination { width:975px; }
	.page03_04_hksheet .combination .area { gap:60px; }
	.page03_04_hksheet .combination .item:nth-child(1)::before { right:-43px; }
	.page03_04_hksequence .item { width:90%; }
	.page03_04_hksequence .item li .image { width:95%; }
	.page03_04_hkdifference { width:95%; }
	.page03_04_rooftop .area { width:90%; }
	.page03_04_repaint { width:95%; }
	.page03_04_change .area { width:90%; }
	.page03_04_change .area .item { gap:50px; }
	.page03_04_change .area .item li { width:130px; height:130px; padding:42px 20px 0 20px; }
	.page03_04_change .area .item li:last-child { padding:30px 20px 0 20px; }
	.page03_04_change .area .item li::before { right:-32px; }
	.page03_04_hkcaretex { width:95%; }
	.page03_04_hkcaretex .area { width:92%; }
	.page03_04_mortar { width:95%; }
	.page03_04_mortar .detail .area { width:90%; }
	.page03_04_mortar .detail .area .exist { width:60%; }
	.page03_04_mortar .detail .area .exist .image { width:100%; }
	.page03_04_mortar .detail .area .addition { width:40%; }
	.page03_04_mortar .detail .area .addition p { margin-top:40.5%; }
	.page03_04_enforce { width:95%; }
	.page03_04_smart .area { width:95%; }

	/* 실적현황 */
	.result_list li .image { width:260px; }
	.result_list li .text { width:calc(100% - 260px); padding:0 5px 0; }
}
@media (max-width:1024px)
{
	#board_tab_menu ul { overflow:hidden; margin:0; padding:0; border:1px solid #ddd; }
	#board_tab_menu li { display:block; float:left; width:25%; margin:0; padding:0; border-right:1px solid #ddd; box-sizing:border-box; }
	#board_tab_menu li:last-child { border:none; }
	#board_tab_menu li a { display:block; padding:5px 0; border:none; background:none; text-align:center; border-radius:0; }
	#board_tab_menu li.on a { border:none; color:var(--form-check-color); }
	#board_tab_menu li.on a::before { content:""; display:block; position:absolute; bottom:0; left:0; width:100%; border-bottom:3px solid var(--form-check-color); }
	#board_tab_menu li.on a::after { content:""; display:block; position:absolute; bottom:3px; left:calc(50% - 6px); border-right:6px solid transparent; border-bottom:6px solid var(--form-check-color); border-left:6px solid transparent; }
	#board_list { border-top:1px solid #222; }
	#board_list .mobile_none { display:none; }
	#board_list td { padding:10px 5px; }
	#board_list .subject { width:100%; }
	#board_list .subject .icon_division { float:none; margin-right:5px; padding:0 10px; }
	#board_list .subject a { display:inline-block; overflow:hidden; max-width:700px; font-weight:400; vertical-align:middle; white-space:nowrap; text-overflow:ellipsis; }
	#board_list .mobile_board_name { overflow:hidden; font-size:90%; color:#777; }
	#board_list .mobile_board_name span { display:block; float:left; position:relative; margin-right:20px; }
	#board_list .mobile_board_name span::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:-10px; height:10px; border-right:1px solid #ddd; }
	#board_list .mobile_board_name span.last::before { display:none; }
	#board_view_title .board_view_head .board_title { font-size:105%; }
	#board_view_title .board_view_head .icon_division { float:none; margin-right:5px; padding:0 10px; font-size:90%; }
	#board_view_title .board_view_head .name_row { font-size:90%; }
	#board_view_title .board_view_head .name { margin-right:3px; }
	#board_view_title .board_view_head .icon_notice { font-size:90%; }
	#board_prev_next { padding:5px 10px; border:1px solid #ddd; font-size:95%; list-style:none; }
	#board_input ul { padding:20px 5px 0; box-sizing:border-box; }
	#board_input ul li { margin:0 0 20px; padding:0; border:none; }
	#board_input .title { float:none; height:inherit; margin:0 0 3px; padding:0; text-align:left; line-height:140%; }
	#board_input .title span { display:inline; position:relative; top:0; right:0; }
	#board_input .input_box { float:none; width:100%; margin:0; outline:none; }
	#board_input .input_file { float:none; width:100%; }
	#board_input #subject { margin:5px 0 0; }
	#board_input .input_guide { margin:0; }
	#board_input .select_box { float:none; width:100%; margin:0; outline:none; }
	#board_input .attach_file { padding:0; }
	#board_input .attach_file li { border:none; }
	#board_input .attach_modify { padding:10px 0; border:none; }
	#board_input .attach_modify .attach_sort { width:80px; text-align:center; }
	#board_input .attach_modify .attach_name { width:calc(100% - 160px); font-size:90%; }
	#board_input .attach_modify .attach_name .input_box { margin:5px 0 0; }
	#board_input .attach_modify .attach_delete { width:80px; }
	#board_faq_list li > h4 { padding:15px 55px 15px 50px; font-size:110%; word-break:keep-all; }
	#board_faq_list li > h4::before { left:15px; }
	#board_faq_list li > h4::after { right:15px; }
	#board_faq_list li > div { padding:30px; }
	#board_blog_list .blog_image { width:240px; height:180px; }
	#board_blog_list .blog_content { width:calc(100% - 260px); height:180px; }
	#board_blog_list .blog_content .title { font-size:110%; }
	#board_bottom .board_btn { display:block; width:100%; height:inherit; margin:0 0 5px; padding:4px 0; background-color:#fbfbfb; }
	#board_bottom .search { display:none; }
	#board_bottom .left_button { float:none; width:100%; }
	#board_bottom .right_button { float:none; width:100%; text-align:center; }
	#member_guide { padding:20px 20px 20px 40px; }
	#member_input { width:490px; max-width:100%; margin:0 auto; }
	#member_input h4 { float:none; margin:0 auto 10px; }
	#member_input .compulsory_guide { float:none; margin:-40px auto 0; padding:0 0 10px; }
	#member_input ul { margin:0 auto 50px; padding:20px 5px 0; box-sizing:border-box; }
	#member_input ul li { margin:0 0 20px; padding:0; border:none; }
	#member_input .title { float:none; height:inherit; margin:0 0 3px; padding:0; text-align:left; line-height:inherit; }
	#member_input .title span { display:inline; position:relative; right:0; top:0; }
	#member_input .input_box { float:none; width:100%; margin:0; outline:none; }
	#member_input .input_box#id { float:left; width:calc(100% - 100px); }
	#member_input .input_box#passwd { margin-bottom:5px; }
	#member_input .input_box#postcode { float:left; width:calc(100% - 100px); }
	#member_input .input_box#address1 { margin-bottom:5px; }
	#member_input .input_box#new_passwd { margin:0 0 5px; }
	#member_input .select_box { float:none; width:100%; outline:none; }
	#member_input .input_guide { margin:0; }
	#member_input .textarea_box { float:none; width:100%; }
	#member_input .click_button { margin:0 0 0 10px; }
	#member_input .change_pw { font-size:90%; }
	#member_login { width:470px; padding:40px; }
	#member_login h4 { font-size:170%; }
	#privacy .title { font-size:100%; }
	#privacy .comment { padding:15px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents { display:block; position:absolute; width:100%; height:70px; padding:10px 0; border-bottom:1px solid #ffffff80; box-sizing:border-box; }
	#top_contents::before { display:none; }
	#top_contents .top_logo { width:200px; margin:0 auto; }
	#top_contents .top_logo a { display:block; height:50px; background:url("../wp_images/logo.png") no-repeat center center; background-size:contain; }
	#top_contents .top_logo a:nth-child(2) { display:none; }
	#top_contents .top_logo a img { display:none; }
	#top_contents:hover { background-color:transparent; transition:none; }
	#top_contents:hover .top_logo .fixed_logo { display:none; }
	#top_contents:hover .main_menu .menu_list > li > a { color:#222; }
	#top_contents:hover .main_menu .menu_hover { display:none; }
	#top_contents .mobile_menu_open { display:block; position:absolute; top:calc(50% - 11px); right:15px; width:30px; height:22px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 0; text-indent:-9999px; }
	#top_contents .top_nav { position:fixed; top:0; right:-100%; z-index:10000; width:100%; height:100vh; background-color:#fff; transition:0.4s ease; }
	#top_contents .top_nav.open { right:0; }
	#top_contents .mobile_menu_top { display:block; overflow:hidden; position:relative; height:70px; padding:0 10px; border-bottom:1px solid #ddd; box-sizing:border-box; }
	#top_contents .mobile_menu_top .home { display:block; width:fit-content; margin:0 auto;  padding-left:40px; background:url("../wp_default_image/logo.png") no-repeat left center; background-size:30px; font-size:120%; font-weight:500; color:#000; line-height:70px; box-sizing:border-box; }
	#top_contents .mobile_menu_top .close { position:absolute; top:calc(50% - 12px); right:15px; width:24px; height:24px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -40px 0; text-indent:-9999px; box-sizing:border-box; }
	#top_contents .top_menu { height:80px; padding:0 20px; border-bottom:1px solid #ededed; box-sizing:border-box; }
	#top_contents .top_menu li { float:left; width:50%; padding-top:15px; box-sizing:border-box; }
	#top_contents .top_menu li a { display:block; width:95%; height:50px; margin:0 auto; font-size:100%; font-weight:450; text-align:center; line-height:50px; box-sizing:border-box; }
	#top_contents .top_menu .login a { border:1px solid var(--mobile-point-color); background-color:var(--mobile-point-color); color:#fff; }
	#top_contents .top_menu .auth a { border:1px solid var(--mobile-point-color); }
	#top_contents .main_menu { overflow:scroll; position:relative; width:100%; height:calc(100vh - 150px); padding:15px 15px 30px 15px; box-sizing:border-box; }
	#top_contents .main_menu .menu_list { display:block; margin-bottom:10px; }
	#top_contents .main_menu .menu_list > li { float:none; width:100%; padding:0; }
	#top_contents .main_menu .menu_list > li:nth-child(2) { width:100%; }
	#top_contents .main_menu .menu_list > li:nth-child(5) { width:100%; }
	#top_contents .main_menu .menu_list > li:first-child { padding:0; }
	#top_contents .main_menu .menu_list > li:last-child { padding:0; }
	#top_contents .main_menu .menu_list > li > a { display:none; }
	#top_contents .main_menu .menu_list > li > button { display:block; position:relative; width:100%; padding:4% 0 4% 5%; border-bottom:1px solid #ddd; background-color:#fff; font-size:110%; font-weight:500; text-align:left; line-height:inherit; box-sizing:border-box; }
	#top_contents .main_menu .menu_list > li > button::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:30px; width:19px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat 0 -34px; }
	#top_contents .main_menu .menu_list > li > button.on { color:var(--mobile-point-color); }
	#top_contents .main_menu .menu_list > li > button.on::before { background-position:-29px -34px; }
	#top_contents .main_menu .menu_list > li:first-child > button { border-top:none; }
	#top_contents .main_menu .menu_list ul { position:static; height:inherit; padding:0 15px; border-bottom:1px solid #ddd; box-sizing:border-box; }
	#top_contents .main_menu .menu_list ul li { padding:0; border-bottom:1px solid #dcdcdc; }
	#top_contents .main_menu .menu_list ul li.hybrid { margin-left:0; letter-spacing:normal; }
	#top_contents .main_menu .menu_list ul li:last-child { border-bottom:none; }
	#top_contents .main_menu .menu_list ul li a { display:block; position:relative; padding:15px 0 15px 7%; font-size:105%; text-align:left; }
	#top_contents .main_menu .menu_list ul li a::before { content:""; display:block; position:absolute; top:calc(50% - 5px); right:23px; width:6px; height:11px; background:url("../wp_default_image/page_mobile_sprite.png") no-repeat -74px 0; }
	#top_contents .main_menu .menu_list ul li:hover a { font-weight:400; color:#222; }
	#top_contents .main_menu .copyright { display:block; width:100%; font-size:90%; text-align:center; }
	#menu_cover { display:none; }

	/* 메인화면 콘텐츠 */
	#main_visual { position:relative; height:auto; }
	#main_visual .visual_slide { overflow:hidden; width:100%; height:inherit; }
	#main_visual .visual_slide .swiper-slide { height:0; padding-top:68.5%; }
	#main_visual .visual_slide .swiper-slide .text { font-size:2.8rem; }
	#main_visual .scroll_down { display:none; }
	#main_item .hds .title { margin:0 55px 50px 55px; }
	#main_item .hds .more { right:55px; }
	#main_item .hds .item { justify-content:center; flex-wrap:wrap; }
	#main_item .hds .item li { width:43%; height:300px; padding:85px 20px 0 20px; }
	#main_item .hds .item li .comment { display:block; margin-top:10px; }
	#main_item > .construction .area { width:92%; }
	#main_item > .construction .area li .image { width:100%; height:auto; padding-top:66%; }
	#main_item > .construction .area li p { font-size:1rem; }
	#main_item > .construction .area li.on p { padding-top:65%; }
	#main_item > .construction .area li.on.h_tech p { background:url("../wp_images/m_construction_01-on.png") no-repeat top 30% center; }
	#main_item > .construction .area li.on.hybrid p { background:url("../wp_images/m_construction_02-on.png") no-repeat top 30% center; }
	#main_item > .construction .area li.on.shingle p { background:url("../wp_images/m_construction_03-on.png") no-repeat top 30% center; }
	#main_item > .construction .area li.on.hk p { background:url("../wp_images/m_construction_04-on.png") no-repeat top 43% center; }
	#main_item .world > .area { justify-content:center; flex-wrap:wrap; width:92%; text-align:center; }
	#main_item .world > .area .comment { padding-top:20px; }
	#main_item .world .map { height:336px; background:url("../wp_images/m_world_bg.png") no-repeat bottom center; background-size:880px; }
	#main_item .world .map .spot_01 { top:calc(50% - 114px); left:calc(50% - 266px); }
	#main_item .world .map .spot_02 { top:calc(50% - 101px); left:calc(50% - 193px); }
	#main_item .world .map .spot_03 { top:calc(50% - 75px); left:calc(50% - 140px); }
	#main_item .world .map .spot_04 { top:calc(50% - 72px); left:calc(50% - 293px); }
	#main_item .world .map .spot_05 { top:calc(50% + 27px); left:calc(50% - 264px); }
	#main_item .world .map .spot_06 { top:calc(50% - 161px); left:calc(50% + 268px); }
	#main_item .world .map .spot_07 { top:calc(50% + 22px); left:calc(50% + 286px); }
	#main_item .world .map .spot_center { top:27%; }
	#main_item .world .map .spot_center .item { width:100px; height:100px; }
	#main_item .world .map .spot_center .item i { width:10px; height:10px; }
	#main_item .introduction { width:92%; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { padding:35px 0; }
	#bottom_contents .area { width:95%; }
	#bottom_contents .area::before { display:none; }
	#bottom_contents .area .logo { display:none; }
	#bottom_contents .area .comment { display:none; }
	#bottom_contents .area .bottom_address { padding:0; text-align:center; }
	#bottom_contents .area .bottom_address .space:first-child { display:none; }
	#bottom_contents .area .copyright { padding:5px 0 0 0; text-align:center; }

	/* 서브화면 콘텐츠 */
	#sub_visual { height:300px; }
	#sub_nav { width:92%; }
	#sub_nav p { top:-245px; }
	#sub_nav h2 { top:-220px; }
	#sub_nav ul { display:none; }
	#sub_nav.page_no_nav p { top:-245px; }
	#sub_nav.page_no_nav h2 { top:-220px; }
	#sub_section { width:92%; }
	#sub_section.page02_01_section { width:92%; }
	#sub_position { margin:65px 0; }

	/* 페이지 공용 */
	.page_mobile_tel { display:block; }
	.page_pc_tel { display:none; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting { flex-wrap:wrap; gap:0; }
	.page01_01_greeting .area { width:100%; text-align:center; }
	.page01_01_greeting .area .image { height:390px; margin:40px auto; }
	.page01_01_greeting .text { width:100%; padding-top:0; text-align:center; }
	.page01_01_greeting .text .page_pc_enter { display:block; }
	.page01_01_greeting .text .name { text-align:center; }
	.page01_03_certification { grid-template-columns:repeat(auto-fit, minmax(23%, 1fr)); column-gap:7%; }
	.page01_03_patent { grid-template-columns:repeat(auto-fit, minmax(23%, 1fr)); column-gap:7%; }
	.page01_04_score { grid-template-columns:repeat(auto-fit, minmax(23%, 1fr)); column-gap:7%; }

	/* 메인메뉴2 (고분자연성적층방수시트) */
	.page02_01_layer { height:auto; padding-bottom:55%; background:#f9f9f9 url("../wp_images/02_01_01s.jpg") no-repeat center center; background-size:90%; }
	.page02_01_layer .item { display:none; }
	.page02_01_merit .item .text .comment .page_pc_enter { display:inline; }
	.page02_01_stability .explanation { flex-wrap:wrap; justify-content:center; gap:40px; }
	.page02_01_stability .explanation .text { width:100%; text-align:center; }
	.page02_01_stability .explanation .text .comment .page_pc_enter { display:block; }
	.page02_01_performance .before_after { flex-wrap:wrap; justify-content:center; gap:40px; }
	.page02_01_performance .before_after .text { width:100%; text-align:center; }
	.page02_01_performance .energe { flex-wrap:wrap; justify-content:center; gap:40px; }
	.page02_01_performance .energe .text { width:100%; text-align:center; }
	.page02_01_eco::before { left:auto; right:0; width:80%; height:345px; }
	.page02_01_eco::after { display:none; }
	.page02_01_eco .area { padding:45px 0; }
	.page02_01_eco .area .text { padding:35px 40px 0 40px; }
	.page02_01_eco .area .text .comment p .page_pc_enter { display:inline; }
	.page02_01_coolroof > .area { gap:20px; }
	.page02_01_coolroof > .area .item .image { width:100%; height:auto; }
	.page02_01_coolroof .combination .summary { padding:30px 130px; }
	.page02_01_coon .summary > .circle { width:80px; height:80px; padding-top:17px; font-size:1.125rem; }
	.page02_01_greenroof .combination .item:nth-child(1) ul { justify-content:space-around; gap:20px; padding:40px 55px; }
	.page02_01_greenroof .combination .item:nth-child(2) ul li .page_pc_enter { display:inline; }
	.page02_01_greenroof .combination .item .inner_item { flex-wrap:wrap; gap:25px; }
	.page02_01_greenroof .combination .item .inner_item .image { width:300px; height:352px; margin:0 auto; }
	.page02_01_greenroof .combination .item .inner_item ul { width:100%; }
	.page02_01_quality { overflow-x:scroll; }
	.page02_01_quality .page02_01_table { width:1100px; }

	/* 메인메뉴3 (공법소개) */
	.page03_01_overview { gap:40px; }
	.page03_01_overview .text .comment .page_pc_enter { display:inline; }
	.page03_01_sequence { width:100%; }
	.page03_01_sequence .item::before { top:58%; right:-38px; }
	.page03_01_sequence .item .title { min-height:110px; }
	.page03_02_overview { gap:40px; }
	.page03_02_overview .text .comment .page_pc_enter { display:inline; }
	.page03_02_sequence { width:100%; }
	.page03_02_sequence .item::before { top:58%; right:-38px; }
	.page03_02_sequence .item .title { min-height:110px; }
	.page03_03_overview { gap:40px; }
	.page03_03_overview .text .comment .page_pc_enter { display:inline; }
	.page03_03_sequence { width:100%; }
	.page03_03_sequence .item::before { top:58%; right:-38px; }
	.page03_03_sequence .item .title { min-height:110px; }
	.page03_04_overview { width:92%; gap:40px; }
	.page03_04_overview .text .comment .page_pc_enter { display:inline; }
	.page03_04_title { width:92%; }
	.page03_04_background { width:92%; }
	.page03_04_background .area .item { padding:0 30px; }
	.page03_04_background .area .item .subject { font-size:1.25rem; }
	.page03_04_background .area .cause .text { padding-left:0; text-align:center; }
	.page03_04_background .area .cause .text .page_pc_enter { display:inline; }
	.page03_04_background .area .item .image { width:90%; }
	.page03_04_outerwall .area .comment { width:60%; margin-bottom:16px; }
	.page03_04_outerwall .area > .image { width:250px; top:110px; }
	.page03_04_outerwall .area .title { margin-bottom:20px; }
	.page03_04_outerwall .area .water_seal_overview .image { width:45%; height:fit-content; }
	.page03_04_waterseal { width:92%; }
	.page03_04_waterseal .merit .area { gap:20px; }
	.page03_04_waterseal .merit .area .item .subject { padding:0 25px; font-size:1.125rem; }
	.page03_04_waterseal .merit .area .item .detail { padding:0 20px; }
	.page03_04_waterseal .merit .area .item .detail p { letter-spacing:-0.6px; }
	.page03_04_waterseal .merit .area .item .detail p .page_pc_enter { display:inline; }
	.page03_04_waterseal .ingredient .compare { overflow-x:scroll; }
	.page03_04_waterseal .ingredient .compare .page03_04_table { width:1000px; }
	.page03_04_waterseal .ingredient .composition { overflow-x:scroll; }
	.page03_04_waterseal .ingredient .composition .page03_04_table { width:1000px; }
	.page03_04_waterseal .test .area { width:100%; }
	.page03_04_putty .area { text-align:center; }
	.page03_04_putty .area .item { margin:0 0 55px; }
	.page03_04_putty .area .item > .image { width:90%; }
	.page03_04_putty .area .item:nth-of-type(1) .comment { padding-left:0; text-align:center; }
	.page03_04_putty .area .item:nth-of-type(2) { justify-content:center; }
	.page03_04_putty .area .item:nth-of-type(2) .item_inner .image { width:100%; }
	.page03_04_hksheet { width:92%; }
	.page03_04_hksheet .combination { width:100%; }
	.page03_04_hksheet .combination .item:nth-child(1) { width:45%; }
	.page03_04_hksheet .combination .item:nth-child(2) { width:55%; }
	.page03_04_hksheet .combination .item ul li { font-size:1rem; letter-spacing:-0.6px; }
	.page03_04_hksheet .combination .summary { padding:45px 20px; }
	.page03_04_hksheet .combination .summary .item { width:100%; }
	.page03_04_hksequence .item li::before { top:30%; }
	.page03_04_hksequence .item li .comment { font-size:1rem; }
	.page03_04_hksequence .item li .comment .small { font-size:0.938rem; }
	.page03_04_hkdifference { width:92%; }
	.page03_04_hkdifference .schema > .image { width:85%; }
	.page03_04_hkdifference .schema .ocher { flex-wrap:wrap; justify-content:center; gap:20px; width:100%; }
	.page03_04_hkdifference .schema .ocher li .image { width:80px; height:80px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(1) .image { background:url("../wp_images/03_04_17.jpg") no-repeat center center; background-size:80px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(2) .image { background:url("../wp_images/03_04_18.jpg") no-repeat center center; background-size:80px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(3) .image { background:url("../wp_images/03_04_19.jpg") no-repeat center center; background-size:80px; }
	.page03_04_hkdifference .schema .ocher li .text { width:calc(100% - 80px); }
	.page03_04_rooftop .area .item .image { width:100%; }
	.page03_04_repaint { width:92%; }
	.page03_04_repaint .title .page_pc_enter { display:block; }
	.page03_04_repaint .comment { text-align:center; }
	.page03_04_repaint .comment .page_pc_enter { display:inline; }
	.page03_04_repaint .schema .image { width:83%; }
	.page03_04_repaint .paint > .item { flex-wrap:wrap; }
	.page03_04_repaint .paint > .item .text { width:100%; margin-bottom:30px; }
	.page03_04_repaint .number_title { text-align:center; }
	.page03_04_repaint .paint > .item .text .detail { width:600px; margin:0 auto; }
	.page03_04_repaint .paint > .item .image { justify-content:center; align-items:center; width:100%; }
	.page03_04_change .area .item li { width:100px; height:100px; padding:29px 10px 0 10px; font-size:1rem; }
	.page03_04_change .area .item li:last-child { padding:19px 10px 0 10px; }
	.page03_04_hkcaretex { width:92%; }
	.page03_04_mortar { width:92%; }
	.page03_04_mortar .mortar { overflow-x:scroll; }
	.page03_04_mortar .mortar .page03_04_table { width:1000px; }
	.page03_04_mortar .detail .area { flex-wrap:wrap; gap:10px; justify-content:center; }
	.page03_04_mortar .detail .area .addition { width:60%; }
	.page03_04_mortar .detail .area .addition p { margin-top:0; }
	.page03_04_enforce { width:92%; }
	.page03_04_enforce .enforce { overflow-x:scroll; }
	.page03_04_enforce .enforce .page03_04_table { width:1000px; }
	.page03_04_enforce .enforce .page03_04_table tbody tr:last-child td { padding:13px 0 13px 13px; }
	.page03_04_enforce .enforce .page03_04_table tbody tr:last-child td .page_pc_enter { display:inline; }
	.page03_04_smart { background:#f3f7f9; }
	.page03_04_smart .area { width:92%; }
	.page03_04_smart .area .slide_area { width:80%; }
	.page03_04_smart .area .slide_area .smart_slide .swiper-wrapper .swiper-slide { height:auto; padding-bottom:59.5%; }

	/* 연혁관리 */
	.history_list .decade { margin:0 0 75px; }
	.history_list .decade .title { float:none; position:relative; margin:0 auto 100px; }
	.history_list .decade .title h4 { position:absolute; bottom:-60px; right:-20px; margin:0; }
	.history_list .decade .year { overflow:hidden; float:none; width:100%; }
	.history_list .decade .year:last-child { margin:0; }

	/* 실적현황 */
	.result_year_tab li { padding:0 3px; }
	.result_list { column-gap:15px; }
	.result_list li::after { display:none; }
	.result_list li .image { float:none; display:block; width:inherit; max-width:100%; margin:0 auto 10px; }
	.result_list li .text { float:none; width:100%; padding: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:90%; }
	#reply_body .reply_input li .title { width:60px; }
	#reply_body .reply_input li .form_check_title { float:left; margin-right:10px; }
	#reply_body .reply_input li .cancel_button { padding:0 3px; font-size:90%; }
	#reply_body .reply_modify { padding:5px; border:1px solid #ff8000; }
	#reply_box .reply_reply .arrow { width:40px; margin-right:5px; font-size:90%; }
	#reply_box .reply_reply .reply_input { width:calc(100% - 45px); border:1px solid #ff8000; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents .main_menu .menu_list > li > button { font-size:3.5vw; }
	#top_contents .main_menu .menu_list ul li a { padding:3% 0 3% 7%; font-size:3vw; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_slide .swiper-slide .text { font-size:1.875rem; }
	#main_item .hds { margin:75px auto; }
	#main_item .hds .title { margin:0 12px 16px 12px; font-size:1.75rem; }
	#main_item .hds .more { display:none; }
	#main_item .hds .more_mobile { display:block; position:absolute; top:35px; right:12px; width:30px; height:30px; background:url("../wp_images/m_hds_more-480.gif") no-repeat center center; text-indent:-9999px; }
	#main_item .hds .item { justify-content:center; }
	#main_item .hds .item li { width:47%; height:180px; padding:10% 0 0 35px; text-align:left; }
	#main_item .hds .item li span { display:none; }
	#main_item .hds .item li strong { font-size:1.563rem; text-shadow:none; }
	#main_item .hds .item li .comment { margin-top:0; font-size:1.125rem; }
	#main_item > .construction { margin-bottom:75px; padding:0; background:none; }
	#main_item > .construction .title { font-size:1.75rem; }
	#main_item > .construction .comment { margin-bottom:16px; font-size:0.938rem; }
	#main_item > .construction .area { justify-content:center; flex-wrap:wrap; gap:10px; color:#fff; border-radius:0; }
	#main_item > .construction .area li { width:34%; height:150px; padding:0; border-radius:5px; }
	#main_item > .construction .area li.h_tech { background:url("../wp_images/m_construction_01.jpg") no-repeat center center; }
	#main_item > .construction .area li.hybrid { background:url("../wp_images/m_construction_02.jpg") no-repeat center center; }
	#main_item > .construction .area li.shingle { background:url("../wp_images/m_construction_03.jpg") no-repeat center center; }
	#main_item > .construction .area li.hk { background:url("../wp_images/m_construction_04.jpg") no-repeat center center; }
	#main_item > .construction .area li::before { display:none; }
	#main_item > .construction .area li .image { display:none; }
	#main_item > .construction .area li p { padding-top:110px; }
	#main_item .world { padding-top:0; background-color:transparent; }
	#main_item .world > .area { margin:0 auto 35px; }
	#main_item .world > .area .title { font-size:1.75rem; }
	#main_item .world > .area .comment { font-size:0.938rem; }
	#main_item .world .map { height:215px; background:url("../wp_images/m_world_bg.png") no-repeat bottom center; background-size:560px; }
	#main_item .world .map .spot_01 { top:calc(50% - 72px); left:calc(50% - 168px); }
	#main_item .world .map .spot_02 { top:calc(50% - 61px); left:calc(50% - 122px); }
	#main_item .world .map .spot_03 { top:calc(50% - 45px); left:calc(50% - 89px); }
	#main_item .world .map .spot_04 { top:calc(50% - 45px); left:calc(50% - 186px); }
	#main_item .world .map .spot_05 { top:calc(50% + 19px); left:calc(50% - 167px); }
	#main_item .world .map .spot_06 { top:calc(50% - 100px); left:calc(50% + 172px); }
	#main_item .world .map .spot_07 { top:calc(50% + 15px); left:calc(50% + 183px); }
	#main_item .world .map .spot .item { width:20px; height:20px; }
	#main_item .world .map .spot .item i { width:5px; height:5px; }
	#main_item .world .map .spot_center { top:28%; }
	#main_item .world .map .spot_center .item { width:70px; height:70px; }
	#main_item .world .map .spot_center .item i { width:7px; height:7px; }
	#main_item .introduction { flex-wrap:wrap; margin:75px auto 80px; }
	#main_item .introduction .item { width:100%; padding:35px 45px; background:url("../wp_images/m_introduction_arrow.png") no-repeat bottom 55px right 45px; background-size:22px; }
	#main_item .introduction .item::before { top:auto; bottom:0; right:auto; left:50%; width:100%; height:1px; transform:translatex(-50%); }
	#main_item .introduction .item:last-child::before { display:inline; }
	#main_item .introduction .item p { margin-top:8px; }
	#main_item .introduction .item:hover { background:transparent url("../wp_images/m_introduction_arrow.png") no-repeat bottom 55px right 45px; background-size:22px; }
	#main_item .introduction .item:hover span { color:#0e6ed9; }
	#main_item .introduction .item:hover p { color:#222; }
	#main_item .introduction .item:hover::before { display:inline; }

	/* 하단영역 콘텐츠 */
	#bottom_contents .area .bottom_address .space { margin-right:10px; }
	#bottom_contents .area .bottom_address .tel { display:none; }
	#bottom_contents .area .bottom_address .mobile_tel { display:inline; }
	#bottom_contents .top_move { width:45px; height:45px; }

	/* 서브화면 콘텐츠 */
	#sub_visual { height:250px; }
	#sub_nav p { top:-185px; font-size:0.938rem; }
	#sub_nav h2 { top:-165px; font-size:2rem; }
	#sub_nav.page_no_nav p { top:-185px; }
	#sub_nav.page_no_nav h2 { top:-165px; }
	#sub_position { margin:55px 0; }
	#sub_position_title { font-size:1.875rem; }

	/* 페이지 공용 */
	.page_mobile_enter { display:block; }
	.page_pc_enter { display:inline; }
	.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 40px; }
	.page_tab_menu li a { padding:5px 30px; font-size:1rem; }
	.page_title_h4 { margin-bottom:16px; font-size:1.438rem; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting .area .title { font-size:1.125rem; }
	.page01_01_greeting .area .title strong { font-size:1.438rem; }
	.page01_01_greeting .area .image { width:300px; height:300px; margin:16px auto 35px; background:url("../wp_images/01_01_01.jpg") no-repeat center center; background-size:cover; }
	.page01_01_greeting .text { font-size:1rem; }
	.page01_01_greeting .text .page_pc_enter { display:inline; width:auto; height:auto; }
	.page01_01_greeting .text .name { margin-top:16px; }
	.page01_03_certification { grid-template-columns:repeat(auto-fit, minmax(30%, 1fr)); column-gap:8%; }
	.page01_03_certification li:hover { border:1px solid #dcdcdc; }
	.page01_03_certification li:hover a span { background-color:#bfbfbf; }
	.page01_03_certification li:hover a span::after { border-bottom-color:#bfbfbf; }
	.page01_03_patent { grid-template-columns:repeat(auto-fit, minmax(30%, 1fr)); column-gap:8%; }
	.page01_03_patent li:hover { border:1px solid #dcdcdc; }
	.page01_03_patent li:hover a span { background-color:#bfbfbf; }
	.page01_03_patent li:hover a span::after { border-bottom-color:#bfbfbf; }
	.page01_04_score { grid-template-columns:repeat(auto-fit, minmax(30%, 1fr)); column-gap:8%; }
	.page01_04_score li:hover { border:1px solid #dcdcdc; }
	.page01_04_score li:hover a span { background-color:#bfbfbf; }
	.page01_04_score li:hover a span::after { border-bottom-color:#bfbfbf; }

	/* 메인메뉴2 (고분자연성적층방수시트) */
	.page02_01_layer { display:none; padding-bottom:0; }
	.page02_01_layer.mobile { display:block; height:auto; margin:0 auto 75px; background:none; }
	.page02_01_layer.mobile .image { width:100%; height:auto; padding-bottom:55%; background:#f9f9f9 url("../wp_images/02_01_01s.jpg") no-repeat center center; background-size:80%; border-radius:5px; }
	.page02_01_layer.mobile .explanation { padding:30px 20px 0 20px; box-sizing:border-box; }
	.page02_01_layer.mobile .explanation li { display:flex; align-items:center; position:relative; margin-bottom:16px; padding:5px 0; word-break:keep-all; box-sizing;border-box; }
	.page02_01_layer.mobile .explanation li::before { content:""; position:absolute; bottom:-10px; left:50%; width:100%; height:1px; background-color:#dedede; transform:translatex(-50%); }
	.page02_01_layer.mobile .explanation li .title { width:22%; font-weight:500; text-align:center; line-height:1.4; }
	.page02_01_layer.mobile .explanation li p { width:78%; padding-left:25px; font-size:0.938rem; color:#555; line-height:1.4; box-sizing:border-box; }
	.page02_01_layer.mobile .explanation li p strong { display:block; margin-bottom:6px; font-weight:600; color:#222; }
	.page02_title { margin-bottom:16px; font-size:1.438rem; }
	.page02_title .comment { font-size:1rem; }
	.page02_01_merit { margin:0 auto 75px; }
	.page02_01_merit .item { flex-wrap:wrap; margin-bottom:0; padding:30px 20px; border-bottom:1px solid #959595; box-sizing:border-box; }
	.page02_01_merit .item:nth-child(2) { flex-flow:wrap; }
	.page02_01_merit .item .image { width:250px; height:138px; margin:0 auto; }
	.page02_01_merit .item:nth-child(1) .image { background:url("../wp_images/02_01_02.jpg") no-repeat center center; background-size:cover; }
	.page02_01_merit .item:nth-child(2) .image { background:url("../wp_images/02_01_03.jpg") no-repeat center center; background-size:cover; }
	.page02_01_merit .item:nth-child(3) .image { background:url("../wp_images/02_01_04.jpg") no-repeat center center; background-size:cover; }
	.page02_01_merit .item .text { width:100%; padding:0; border-bottom:none; text-align:center; }
	.page02_01_merit .item:nth-child(2) .text { padding-left:0; }
	.page02_01_merit .item .text .title { margin-top:16px; margin-bottom:6px; font-size:1.25rem; }
	.page02_01_merit .item .text .comment { font-size:1rem; }
	.page02_01_merit .item .text .hash { justify-content:center; }
	.page02_01_merit .item .text .hash li { font-size:0.938rem; }
	.page02_01_stability { margin-bottom:55px; padding:30px 20px 50px 20px; background:#f3f7f9; }
	.page02_01_stability .explanation { gap:16px; width:100%; padding-bottom:25px; }
	.page02_01_stability .explanation .text .title { margin-bottom:16px; font-size:1.438rem; }
	.page02_01_stability .explanation .text .comment { font-size:1rem; }
	.page02_01_stability .explanation .text .comment .page_pc_enter { display:inline; }
	.page02_01_stability .explanation .area .image:nth-child(1) { width:auto; height:auto; }
	.page02_01_stability .explanation .area .image:nth-child(2) { width:auto; height:auto; }
	.page02_01_stability .explanation .area .image img { width:100%; }
	.page02_01_stability .scheme { flex-wrap:wrap; gap:16px; width:100%; margin:25px auto 0; }
	.page02_01_stability .scheme .area { width:100%; text-align:center; }
	.page02_01_stability .scheme .area .title { font-size:1.125rem; }
	.page02_01_stability .scheme .area:nth-child(1) .image { max-width:350px; }
	.page02_01_stability .scheme .area:nth-child(2) .image { max-width:350px; margin:25px auto 0; }
	.page02_01_performance .before_after { padding-bottom:35px; }
	.page02_01_performance .before_after .text .title { font-size:1.438rem; }
	.page02_01_performance .before_after .text .comment { font-size:1rem; }
	.page02_01_performance .before_after .area::before { width:7px; height:13px; background:url("../wp_images/02_01_arrow.png") no-repeat center center; }
	.page02_01_performance .before_after .area > div .image { width:100%; max-width:240px; height:auto; }
	.page02_01_performance .before_after .area > div p { font-size:0.938rem; }
	.page02_01_performance .energe { gap:25px; margin-bottom:16px; padding-top:40px; }
	.page02_01_performance .energe .text .title { font-size:1.25rem; margin-bottom:0; }
	.page02_01_performance .energe .text .comment { font-size:1rem; }
	.page02_01_performance .energe .image { width:100%; max-width:615px; height:auto; }
	.page02_01_performance .energy_effect { margin-bottom:75px; }
	.page02_01_performance .energy_effect li { padding:15px 10px 15px 75px; }
	.page02_01_performance .energy_effect li:nth-child(1) { background:url("../wp_images/02_01_12.gif") no-repeat center left; background-size:55px; }
	.page02_01_performance .energy_effect li:nth-child(2) { background:url("../wp_images/02_01_13.gif") no-repeat center left; background-size:55px; }
	.page02_01_performance .energy_effect li:nth-child(3) { background:url("../wp_images/02_01_14.gif") no-repeat center left; background-size:55px; }
	.page02_01_performance .energy_effect li strong { font-size:1rem; }
	.page02_01_performance .energy_effect li p { font-size:0.938rem; }
	.page02_01_performance .insulation .title { font-size:1.25rem; }
	.page02_01_performance .insulation .area .item p { font-size:1rem; }
	.page02_01_performance .insulation_effect { margin-bottom:75px; }
	.page02_01_performance .insulation_effect li { padding:15px 10px 15px 75px; }
	.page02_01_performance .insulation_effect li:nth-child(1) { background:url("../wp_images/02_01_18.gif") no-repeat center left; background-size:55px; }
	.page02_01_performance .insulation_effect li:nth-child(2) { background:url("../wp_images/02_01_19.gif") no-repeat center left; background-size:55px; }
	.page02_01_performance .insulation_effect li strong { font-size:1rem; }
	.page02_01_performance .insulation_effect li p { background:url("../wp_images/page_black_dot.png") no-repeat top 11px left 4px; font-size:0.938rem; }
	.page02_01_eco { margin-bottom:75px; }
	.page02_01_eco::before { display:none; }
	.page02_01_eco .area { align-items:center; gap:30px; padding:25px 30px; background-color:#f9fbf5; box-sizing:border-box; }
	.page02_01_eco .area .certification { width:200px; height:auto; }
	.page02_01_eco .area .text { padding:0; }
	.page02_01_eco .area .text .title { margin-bottom:16px; font-size:1.438rem; }
	.page02_01_eco .area .text .comment p { background:url("../wp_images/02_01_check.png") no-repeat top 7px left; background-size:15px; font-size:1rem; }
	.page02_01_coolroof > .title { margin-bottom:25px; font-size:1.438rem; }
	.page02_01_coolroof > .area { flex-wrap:wrap; gap:45px; margin-bottom:40px; padding-top:25px; }
	.page02_01_coolroof > .area .item p { margin-bottom:30px; font-size:0.938rem; }
	.page02_01_coolroof > .summary { padding-bottom:25px; font-size:1rem; }
	.page02_01_coolroof .combination { margin-top:25px; padding-bottom:45px; }
	.page02_01_coolroof .combination .area { flex-wrap:wrap; gap:40px; }
	.page02_01_coolroof .combination .item p { font-size:1rem; }
	.page02_01_coolroof .combination .item ul { padding:20px 30px; }
	.page02_01_coolroof .combination .item ul li { font-size:0.938rem; }
	.page02_01_coolroof .combination .item:nth-child(1) { width:100%; }
	.page02_01_coolroof .combination .item:nth-child(1)::before { top:auto; right:auto; bottom:-32px; left:50%; transform:translatex(-50%); }
	.page02_01_coolroof .combination .item:nth-child(2) { width:100%; }
	.page02_01_coolroof .combination .item:nth-child(2) ul { padding:20px 30px; }
	.page02_01_coolroof .combination .summary { width:100%; padding:30px 110px; font-size:1rem; }
	.page02_01_coolroof .combination .summary > .circle { left:30px; width:65px; height:65px; padding-top:12px; font-size:0.938rem; }
	.page02_01_greenroof { padding-top:30px; }
	.page02_01_greenroof > .title { margin-bottom:25px; font-size:1.438rem; }
	.page02_01_greenroof .combination .item p { font-size:1rem; }
	.page02_01_greenroof .combination .item ul { padding:20px 30px; }
	.page02_01_greenroof .combination .item ul .text { background:url("../wp_images/page_black_dot.png") no-repeat top 8px left; font-size:0.938rem; }
	.page02_01_greenroof .combination .item:nth-child(1) ul { gap:30px; padding:25px 30px; box-sizing:border-box; }
	.page02_01_greenroof .combination .item:nth-child(1) ul .certification { width:200px; height:auto; }
	.page02_01_greenroof .combination .item:nth-child(2) { margin-bottom:75px; }
	.page02_01_greenroof .combination .item:nth-child(2) ul li { font-size:0.938rem; }
	.page02_01_greenroof .combination .item .inner_item { padding:25px 20px; }
	.page02_01_greenroof .combination .item .inner_item .image { width:250px; height:293px; }
	.page02_01_greenroof .combination .item .inner_item ul { padding:0; }
	.page02_01_standard { overflow-x:scroll; margin-bottom:75px; }
	.page02_01_standard .page02_01_table { width:800px; }
	.page02_01_material { flex-wrap:wrap; gap:25px; }
	.page02_01_material .table_02 { overflow-x:scroll; width:100%; }
	.page02_01_material .table_02 .page02_01_table { width:800px; }

	/* 메인메뉴3 (공법소개) */
	.page03_01_overview { flex-wrap:wrap; justify-content:center; gap:16px; margin-bottom:75px; text-align:center; }
	.page03_01_overview .image { width:250px; height:150px; }
	.page03_01_overview .text { width:100%; padding:0 20px; }
	.page03_01_overview .text .title { margin-bottom:5px; font-size:1.75rem; }
	.page03_01_overview .text .comment { font-size:1rem; }
	.page03_01_title { margin-bottom:25px; font-size:1.438rem; }
	.page03_01_sequence { margin:0 auto 25px; }
	.page03_01_sequence .item { width:46%; padding:20px 10px 50px 10px; }
	.page03_01_sequence .item::before { right:-11.5%; }
	.page03_01_sequence .item:nth-child(2n):before { display:none; }
	.page03_01_sequence .item:nth-child(3n):before { display:inline; }
	.page03_01_sequence .item:last-child:before { display:none; }
	.page03_01_sequence .item .title { min-height:90px; font-size:1.25rem; line-height:1.6; }
	.page03_01_sequence .item .title .number { margin-bottom:0; font-size:1rem; }
	.page03_01_sequence .item .title .small { font-size:0.813rem; }
	.page03_01_sequence .item .detail { font-size:0.938rem; }
	.page03_01_sequence.hds_100s { width:100%; }
	.page03_01_sequence.hds_100s .item { width:46%; padding:20px 10px 50px 10px; }
	.page03_01_sequence.hds_100s .item:nth-child(2n):before { display:none; }
	.page03_01_sequence.hds_100s .item:nth-child(3n):before { display:inline; }
	.page03_02_overview { flex-wrap:wrap; justify-content:center; gap:16px; margin-bottom:75px; text-align:center; }
	.page03_02_overview .image { width:250px; height:150px; }
	.page03_02_overview .text { width:100%; padding:0 20px; }
	.page03_02_overview .text .title { margin-bottom:5px; font-size:1.75rem; }
	.page03_02_overview .text .comment { font-size:1rem; }
	.page03_02_title { margin-bottom:25px; font-size:1.438rem; }
	.page03_02_sequence { margin:0 auto 25px; }
	.page03_02_sequence .item { width:46%; padding:20px 10px 50px 10px; }
	.page03_02_sequence .item::before { right:-11.5%; }
	.page03_02_sequence .item:nth-child(2n):before { display:none; }
	.page03_02_sequence .item:nth-child(3n):before { display:inline; }
	.page03_02_sequence .item:last-child:before { display:none; }
	.page03_02_sequence .item .title { min-height:90px; font-size:1.25rem; line-height:1.6; }
	.page03_02_sequence .item .title .number { margin-bottom:0; font-size:1rem; }
	.page03_02_sequence .item .title .small { font-size:0.813rem; }
	.page03_02_sequence .item .detail { font-size:0.938rem; }
	.page03_03_overview { flex-wrap:wrap; justify-content:center; gap:16px; margin-bottom:75px; text-align:center; }
	.page03_03_overview .image { width:250px; height:150px; }
	.page03_03_overview .text { width:100%; padding:0 20px; }
	.page03_03_overview .text .title { margin-bottom:5px; font-size:1.75rem; }
	.page03_03_overview .text .comment { font-size:1rem; }
	.page03_03_title { margin-bottom:25px; font-size:1.438rem; }
	.page03_03_sequence { margin:0 auto 25px; }
	.page03_03_sequence .item { width:46%; padding:20px 10px 50px 10px; }
	.page03_03_sequence .item::before { right:-11.5%; }
	.page03_03_sequence .item:nth-child(2n):before { display:none; }
	.page03_03_sequence .item:nth-child(3n):before { display:inline; }
	.page03_03_sequence .item:last-child:before { display:none; }
	.page03_03_sequence .item .title { min-height:90px; font-size:1.25rem; line-height:1.6; }
	.page03_03_sequence .item .title .number { margin-bottom:0; font-size:1rem; }
	.page03_03_sequence .item .title .small { font-size:0.813rem; }
	.page03_04_overview { flex-wrap:wrap; justify-content:center; gap:16px; margin-bottom:75px; text-align:center; }
	.page03_04_overview .image { width:250px; height:150px; }
	.page03_04_overview .text { width:100%; padding:0 20px; }
	.page03_04_overview .text .title { margin-bottom:5px; font-size:1.75rem; }
	.page03_04_overview .text .comment { font-size:1rem; }
	.page03_04_tab li a { padding:5px 10px; font-size:0.938rem; }
	.page03_04_title { margin:0 auto 40px; font-size:1.438rem; }
	.page03_04_title .page_pc_enter { display:block; }
	.page03_04_title .comment { margin-top:16px; font-size:1rem; line-height:1.4; }
	.page03_04_background { margin:0 auto 75px; }
	.page03_04_background .number_title { margin-bottom:16px; font-size:1.375rem; }
	.page03_04_background .area { padding:25px 0; }
	.page03_04_background .area .item { width:100%; margin:0 30px; padding:20px; }
	.page03_04_background .area .cause { border-right:none; border-bottom:1px solid #dcdcdc; }
	.page03_04_background .area .item .subject { margin-bottom:16px; font-size:1.125rem; }
	.page03_04_background .area .conclusion { width:75%; margin:16px auto 0; font-size:1rem; }
	.page03_04_outerwall { margin-bottom:75px; }
	.page03_04_outerwall .area { padding:40px 0; }
	.page03_04_outerwall .area .number_title { margin-bottom:5px; font-size:1.375rem; }
	.page03_04_outerwall .area .comment { width:100%; margin-bottom:25px; font-size:1rem; }
	.page03_04_outerwall .area .title { margin-bottom:10px; font-size:1.375rem; }
	.page03_04_outerwall .area > .image { display:none; }
	.page03_04_outerwall .area .water_seal_overview { align-items:center; gap:25px; }
	.page03_04_outerwall .area .water_seal_overview .image { width:180px; }
	.page03_04_outerwall .area .water_seal_overview .text { width:100%; }
	.page03_04_outerwall .area .water_seal_overview .text p { margin-bottom:16px; font-size:0.938rem; }
	.page03_04_outerwall .area .water_seal_overview .text p strong { margin-bottom:5px; font-size:1rem; }
	.page03_04_waterseal .merit { margin-bottom:75px; }
	.page03_04_waterseal .merit .title { margin-bottom:40px; font-size:1.375rem; }
	.page03_04_waterseal .merit .area { flex-wrap:wrap; row-gap:40px; }
	.page03_04_waterseal .merit .area .item { width:47.5%; }
	.page03_04_waterseal .merit .area .item .icon { width:65px; height:65px;}
	.page03_04_waterseal .merit .area .item:nth-child(1) .icon { background:url("../wp_images/03_04_05.png") no-repeat center center; background-size:65px; }
	.page03_04_waterseal .merit .area .item:nth-child(2) .icon { background:url("../wp_images/03_04_06.png") no-repeat center center; background-size:65px; }
	.page03_04_waterseal .merit .area .item:nth-child(3) .icon { background:url("../wp_images/03_04_07.png") no-repeat center center; background-size:65px; }
	.page03_04_waterseal .merit .area .item:nth-child(4) .icon { background:url("../wp_images/03_04_08.png") no-repeat center center; background-size:65px; }
	.page03_04_waterseal .merit .area .item .subject { min-height:100px; font-size:1rem; }
	.page03_04_waterseal .merit .area .item .subject p { padding-top:10px; }
	.page03_04_waterseal .merit .area .item .detail { min-height:100px; font-size:0.938rem; }
	.page03_04_waterseal .ingredient { padding-bottom:45px; }
	.page03_04_waterseal .ingredient .title { margin-bottom:20px; font-size:1.375rem; }
	.page03_04_waterseal .ingredient .title_table { margin-bottom:16px; font-size:1.125rem; }
	.page03_04_waterseal .test { margin:30px auto 75px; }
	.page03_04_waterseal .test .title { margin-bottom:16px; font-size:1.438rem; }
	.page03_04_waterseal .test .area { flex-wrap:wrap; gap:35px; }
	.page03_04_waterseal .test .area .item { width:75%; }
	.page03_04_waterseal .test .area .item .video_button { width:50px; height:60px; background-size:50px; }
	.page03_04_waterseal .test .area .item .comment { margin-top:10px; font-size:1rem; }
	.page03_04_putty { padding:40px 0; }
	.page03_04_putty .area .title { margin-bottom:16px; font-size:1.375rem; }
	.page03_04_putty .area > .comment { margin-bottom:30px; font-size:1rem; }
	.page03_04_putty .area > .comment .small { font-size:0.938rem; }
	.page03_04_putty .area .item { margin:0 0 30px; }
	.page03_04_putty .area .item:nth-of-type(2) { gap:30px; }
	.page03_04_putty .area .item > .image { width:100%; }
	.page03_04_putty .area .item .comment { margin-top:16px; font-size:1rem; }
	.page03_04_putty .area .conclusion { font-size:1rem; }
	.page03_04_hksheet { margin:45px auto; }
	.page03_04_hksheet .number_title { margin-bottom:16px; font-size:1.375rem; }
	.page03_04_hksheet > .comment { margin-bottom:10px; font-size:1rem; }
	.page03_04_hksheet .combination { margin:25px auto 0; }
	.page03_04_hksheet .combination .area { flex-wrap:wrap; gap:40px; }
	.page03_04_hksheet .combination .item:nth-child(1) { width:100%; }
	.page03_04_hksheet .combination .item:nth-child(1)::before { top:auto; right:auto; bottom:-32px; left:50%; transform:translatex(-50%); }
	.page03_04_hksheet .combination .item:nth-child(2) { width:100%; }
	.page03_04_hksheet .combination .item p { font-size:1rem; }
	.page03_04_hksheet .combination .item ul { padding:20px 30px; }
	.page02_01_coolroof .combination .item ul li { font-size:0.938rem; }
	.page03_04_hksheet .combination .summary { padding:20px 30px; }
	.page03_04_hksheet .combination .summary .circle { left:30px; width:65px; height:65px; padding-top:23px; font-size:0.938rem; }
	.page03_04_hksheet .combination .summary .item { padding-left:90px; }
	.page03_04_hksheet .combination .summary .item li { font-size:0.938rem; }
	.page03_04_hksheet .combination .summary .item li .small { font-size:0.875rem; }
	.page03_04_hksequence { padding:45px 0; }
	.page03_04_hksequence .title { font-size:1.375rem; }
	.page03_04_hksequence > .comment { font-size:1rem; }
	.page03_04_hksequence .item { flex-wrap:wrap; justify-content:center; gap:30px; row-gap:20px; }
	.page03_04_hksequence .item li { width:40%; }
	.page03_04_hksequence .item li::before { top:38%; right:-23px; }
	.page03_04_hksequence .item li:nth-child(2n)::before { display:none; }
	.page03_04_hksequence .item li .comment { margin-top:16px; font-size:0.938rem; }
	.page03_04_hksequence .item li .comment .small { font-size:0.875rem; }
	.page03_04_hkdifference { margin:40px auto; }
	.page03_04_hkdifference .item_title { font-size:1.25rem; }
	.page03_04_hkdifference .item li { font-size:1rem; }
	.page03_04_hkdifference .schema { padding:45px 0; }
	.page03_04_hkdifference .schema > .image { width:90%; margin-bottom:45px; }
	.page03_04_hkdifference .schema .ocher { gap:16px; }
	.page03_04_hkdifference .schema .ocher li .image { width:60px; height:60px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(1) .image { background:url("../wp_images/03_04_17.jpg") no-repeat center center; background-size:60px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(2) .image { background:url("../wp_images/03_04_18.jpg") no-repeat center center; background-size:60px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(3) .image { background:url("../wp_images/03_04_19.jpg") no-repeat center center; background-size:60px; }
	.page03_04_hkdifference .schema .ocher li .text { width:calc(100% - 60px); }
	.page03_04_hkdifference .schema .ocher li .text { font-size:1rem; }
	.page03_04_hkdifference .schema .ocher li .text .detail { font-size:0.875rem; white-space:nowrap; }
	.page03_04_hkdifference .schema > .comment { width:75%; margin:0 auto 40px; font-size:1rem; }
	.page03_04_hkdifference .schema .crack .image { width:25%; }
	.page03_04_rooftop { padding:40px 0; }
	.page03_04_rooftop .area .number_title { margin-bottom:10px; font-size:1.375rem; }
	.page03_04_rooftop .area .title { margin-bottom:16px; font-size:1.125rem; }
	.page03_04_rooftop .area .item { gap:25px; }
	.page03_04_rooftop .area .item .comment { margin-top:16px; font-size:1rem; }
	.page03_04_repaint { margin:45px auto; }
	.page03_04_repaint .title { margin-bottom:30px; font-size:1.438rem; }
	.page03_04_repaint .number_title { font-size:1.375rem; }
	.page03_04_repaint .comment { font-size:1rem; }
	.page03_04_repaint .schema { padding:45px 0; }
	.page03_04_repaint .schema .image { width:90%; }
	.page03_04_repaint .paint > .item { margin:45px 0; }
	.page03_04_repaint .paint > .item .text { margin-bottom:16px; }
	.page03_04_repaint .paint > .item .text .detail { width:100%; font-size:0.938rem; }
	.page03_04_repaint .paint > .item .text .detail .detail_title { font-size:1rem; }
	.page03_04_repaint .paint > .item .image > img { width:180px; }
	.page03_04_repaint .paint > .item .image > div { text-align:center; }
	.page03_04_repaint .paint > .item .image > div > img { width:100%; min-width:200px; }
	.page03_04_repaint .paint > .item .image .image_comment { margin:16px; font-size:1rem; }
	.page03_04_repaint .paint .performance li { align-items:normal; }
	.page03_04_repaint .paint .performance li .subject { display:flex; justify-content:center; align-items:center; width:95px; min-height:auto; padding:10px 5px; font-size:1rem; line-height:1.4; }
	.page03_04_repaint .paint .performance li .item { width:calc(100% - 95px); min-height:auto; padding:20px 10px 20px 25px; }
	.page03_04_repaint .paint .performance li .item p { font-size:0.938rem; }
	.page03_04_change { padding:40px 0; }
	.page03_04_change .area .item { flex-wrap:wrap; row-gap:20px; width:410px; margin:0 auto; }
	.page03_04_change .area .item li { font-size:0.938rem; }
	.page03_04_change .area .item li:nth-child(3) { padding:39px 10px 0 10px; }
	.page03_04_change .area .item li:nth-child(3)::before { display:none; }
	.page03_04_change .area .item li:last-child { padding:30px 10px 0 10px; }
	.page03_04_change .area .conclusion { margin:30px 0 0 10px; font-size:1rem; }
	.page03_04_hkcaretex { margin:40px auto 0; }
	.page03_04_hkcaretex .title { margin-bottom:16px; font-size:1.438rem; }
	.page03_04_hkcaretex .area { flex-wrap:wrap; gap:35px; }
	.page03_04_hkcaretex .area .item { width:75%; }
	.page03_04_hkcaretex .area .item .video_button { width:50px; height:60px; background-size:50px; }
	.page03_04_hkcaretex .area .item .comment { margin-top:10px; font-size:1rem; }
	.page03_04_mortar .number_title { font-size:1.375rem; }
	.page03_04_mortar .detail .area .exist { width:100%; }
	.page03_04_mortar .detail .area .exist p { font-size:1rem; }
	.page03_04_mortar .detail .area .addition { width:100%; }
	.page03_04_mortar .detail .area .addition p { font-size:1rem; }
	.page03_04_mortar .detail .conclusion { font-size:1rem; }
	.page03_04_enforce .number_title { font-size:1.375rem; }
	.page03_04_enforce .comment { margin-bottom:20px; font-size:1rem; }
	.page03_04_enforce { margin:40px auto 75px; }
	.page03_04_enforce .area { padding:30px 20px; }
	.page03_04_enforce .area .image { width:140px; }
	.page03_04_smart { padding:40px 40px 80px 40px; }
	.page03_04_smart .number_title { font-size:1.375rem; }
	.page03_04_smart .comment { margin-bottom:20px; font-size:1rem; }
	.page03_04_smart .area .slide_area .smart_slide { margin-bottom:16px; }
	.page03_04_smart .area .slide_area .smart_slide .smart_prev { background:url("../wp_images/03_04_prev.png") no-repeat center center; background-size:13px; }
	.page03_04_smart .area .slide_area .smart_slide .smart_next { background:url("../wp_images/03_04_next.png") no-repeat center center; background-size:13px; }
	.page03_04_smart .area .slide_comment { font-size:1rem; }
	.page03_04_smart .area .pr_comment { margin-top:30px; font-size:1.125rem; }

	/* 연혁관리 */
	.history_list .decade .title h4 { height:150px; font-size:1.25rem; }
	.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; font-size:1.25rem; }
	.history_list .decade .year dd { float:none; width:100%; font-size:1rem; }

	/* 실적현황 */
	.result_year_tab { overflow:hidden; }
	.result_year_tab li { float:left; display:block; width:24%; margin:0 1.33% 7px 0; padding:0; }
	.result_year_tab li:nth-child(4n) { margin-right:0; }
	.result_year_tab li a { font-size:100%; }
	.result_table_box { overflow-x:scroll; padding:1px; }
	.result_table { width:700px; }
	.result_table thead tr th { font-size:1.063rem; }
	.result_table tbody tr td { font-size:1rem; }
	.result_table tbody tr .construction { padding:12px 20px; }
}
@media (max-width:480px)
{
	.popup_box { width:300px !important; left:calc(50% - 150px) !important; }
	#form_button button { height:50px; width:120px; font-size:130%; line-height:50px; }
	#board_list .subject .icon_division { padding:0 5px; }
	#board_list .subject a { max-width:280px; }
	#board_auth { width:100%; padding:20px; }
	#board_gallery_list { grid-template-columns:1fr 1fr; }
	#member_guide { padding:15px 15px 15px 30px; font-size:95%; }
	#member_input .change_pw .guide { display:block; }
	#member_login { width:100%; padding:0 20px; border:none; }
	#member_login .account_button li { font-size:95%; margin:0 8px; }
	#member_login .account_button li::after { right:-10px; }
	#member_input .search_title { padding-left:20px; font-size:170%; }
	#member_input .search_guide { font-size:90%; }
	#member_input .search_field .title { float:none; text-align:left; }
	#member_input .search_field .input_box { float:none; width:100%; }
	#member_input .search_field .input_box#id { width:100%; }
	#member_search .search_title { padding-left:20px; font-size:170%; }
	#member_search .search_field { padding:0 5px; }
	#member_search .search_field li { padding:15px 0; }
	#member_search .search_field .title { width:110px; padding:0 10px 0 0; font-size:95%; }
	#member_search .search_field .form_input_box { float:left; width:calc(100% - 120px); }
	#privacy_agree .agree_list li { width:100%; }
	#privacy_agree .agree_list li label { font-size:95%; letter-spacing:-1px; }
	#paging_move_round .number { width:25px; height:25px; margin:0 2px; font-size:90%; line-height:23px; }
	#paging_move_round .number strong { height:25px; line-height:25px; }
	#paging_move_round .none { width:15px; height:25px; margin:0 5px; }
	#paging_move_round .none.prev { background-position:center 3px; }
	#paging_move_round .none.next { background-position:center -26px; }
	/*****************************************************************************************************************/

	/* 상단영역 콘텐츠 */
	#top_contents { height:60px; }
	#top_contents .top_logo { width:205px; }
	#top_contents .top_logo a { height:40px; background:url("../wp_images/logo_mobile.png") no-repeat center center; }
	#top_contents .mobile_menu_open { width:18px; height:16px; background:url("../wp_default_image/mobile_tab_menu.png") no-repeat center center; }
	#top_contents .mobile_menu_top { height:60px; }
	#top_contents .mobile_menu_top .home { font-size:110%; line-height:60px; }
	#top_contents .top_menu { height:60px; padding:0 10px; }
	#top_contents .top_menu li { padding-top:10px; }
	#top_contents .top_menu li a { height:40px; font-size:95%; line-height:40px; }
	#top_contents .main_menu .menu_list > li > button { font-size:95%; }
	#top_contents .main_menu .menu_list ul li a { padding:3% 0 3% 7%; font-size:90%; }

	/* 메인화면 콘텐츠 */
	#main_visual .visual_slide .swiper-slide { padding-top:104%; }
	#main_visual .visual_slide .visual_01 { background:url("../wp_images/m_visual_01-480.jpg") no-repeat center center; background-size:cover; }
	#main_visual .visual_slide .visual_01.swiper-slide-active::before { background:url("../wp_images/m_visual_01-480.jpg") no-repeat center center; background-size:cover; }
	#main_visual .visual_slide .swiper-slide .text { top:55%; left:24px; font-size:1.563rem; font-weight:600; }
	#main_item .hds { width:90%; margin:40px auto; }
	#main_item .hds .title { margin:0 0 25px 0; font-size:1.5rem; text-align:center; }
	#main_item .hds .title span { font-size:0.938rem; }
	#main_item .hds .more_mobile { top:28px; right:0; }
	#main_item .hds .item { gap:12px; }
	#main_item .hds .item li { width:100%; height:150px; padding:65px 0 0 10%; }
	#main_item .hds .item li.eco { background:url("../wp_images/m_hds_01-480.jpg") no-repeat center center; }
	#main_item .hds .item li.satisfaction { background:url("../wp_images/m_hds_02-480.jpg") no-repeat center center; }
	#main_item .hds .item li.innovation { background:url("../wp_images/m_hds_03-480.jpg") no-repeat center center; }
	#main_item .hds .item li.global { background:url("../wp_images/m_hds_04-480.jpg") no-repeat center center; }
	#main_item .hds .item li strong { font-size:1.438rem; }
	#main_item .hds .item li .comment { font-weight:600; }
	#main_item > .construction { margin-bottom:40px; }
	#main_item > .construction .area { width:90%; }
	#main_item > .construction .title { margin-bottom:25px; font-size:1.5rem; }
	#main_item > .construction .title span { font-size:0.938rem; }
	#main_item > .construction .comment { display:none; }
	#main_item > .construction .area li { width:48%; border-radius:3px; }
	#main_item > .construction .area li.h_tech { background:url("../wp_images/m_construction_01-480.jpg") no-repeat center center; }
	#main_item > .construction .area li.hybrid { background:url("../wp_images/m_construction_02-480.jpg") no-repeat center center; }
	#main_item > .construction .area li.shingle { background:url("../wp_images/m_construction_03-480.jpg") no-repeat center center; }
	#main_item > .construction .area li.hk { background:url("../wp_images/m_construction_04-480.jpg") no-repeat center center; }
	#main_item > .construction .area li p { padding-top:115px; font-size:0.938rem; }
	#main_item .world > .area { width:90%;}
	#main_item .world > .area .title { font-size:1.5rem; }
	#main_item .world > .area .title span { font-size:0.938rem; }
	#main_item .world .map { width:90%; height:auto; margin:0 auto; padding-top:41.7%; background:url("../wp_images/m_world_bg-480.png") no-repeat bottom center; background-size:100%; }
	#main_item .world .map .spot_center { top:28%; left:47.5%; }
	#main_item .world .map .spot_01 { display:none; }
	#main_item .world .map .spot_02 { display:none; }
	#main_item .world .map .spot_03 { display:none; }
	#main_item .world .map .spot_04 { display:none; }
	#main_item .world .map .spot_05 { display:none; }
	#main_item .world .map .spot_06 { display:none; }
	#main_item .world .map .spot_07 { display:none; }
	#main_item .world .map .spot .item i { width:4px; height:4px; }
	#main_item .world .map .spot_center .item i { width:7px; height:7px; }
	#main_item .introduction { width:100%; margin:40px auto 50px; }
	#main_item .introduction .item { padding:25px 45px; }
	#main_item .introduction .item::before { width:85%; }
	#main_item .introduction .item p { font-size:1.125rem; }
	#main_item .introduction .item span { font-size:0.938rem; }

	/* 하단영역 콘텐츠 */
	#bottom_contents { padding:25px 0; }
	#bottom_contents .area { width:90%; font-size:0.813rem; }
	#bottom_contents .area .bottom_address { padding-left:calc(50% - 155px); text-align:left; }
	#bottom_contents .area .bottom_address .space { display:block; }
	#bottom_contents .area .bottom_address .tel { display:none; }
	#bottom_contents .top_move { right:10px; }

	/* 서브화면 콘텐츠 */
	#sub_visual { height:200px; }
	#sub_nav p { top:-146px; font-size:0.875rem; }
	#sub_nav h2 { top:-130px; font-size:1.938rem; }
	#sub_nav.page_no_nav p { top:-146px; }
	#sub_nav.page_no_nav h2 { top:-130px; }
	#sub_section { width:90%; }
	#sub_section.page02_01_section { width:90%; }
	#sub_position { margin:40px 0; }
	#sub_position_title { font-size:1.75rem; }
	#sub_document { padding:0 0 50px; }

	/* 페이지 공용 */
	.page_tab_menu li a { padding:5px 25px; }
	.page_image_mobile::after { width:35px; height:35px; background:url("../wp_default_image/page_image_mobile.png") no-repeat 0 0; background-size:35px; }

	/* 메인메뉴1 (회사소개) */
	.page01_01_greeting .area .title { font-size:1.125rem; }
	.page01_01_greeting .area .image { width:210px; height:210px; margin:16px auto 35px; background:url("../wp_images/01_01_01.jpg") no-repeat center center; background-size:cover; }
	.page01_01_greeting .text { font-size:0.938rem; }
	.page01_03_certification { display:block; }
	.page01_03_certification li { width:260px; margin:0 auto 30px; }
	.page01_03_certification li a span { font-size:0.938rem; }
	.page01_03_patent { display:block; }
	.page01_03_patent li { width:260px; margin:0 auto 30px; }
	.page01_03_patent li a span { font-size:0.938rem; }
	.page01_04_score { display:block; }
	.page01_04_score li { width:260px; margin:0 auto 30px; }
	.page01_04_score li a span { font-size:0.938rem; }

	/* 메인메뉴2 (고분자연성적층방수시트) */
	.page02_01_layer.mobile { margin:0 auto 45px; }
	.page02_01_layer.mobile .explanation li .title { width:35%; font-size:0.938rem; }
	.page02_01_layer.mobile .explanation li p { width:65%; font-size:0.875rem; }
	.page02_title { margin-bottom:0; }
	.page02_title .comment { font-size:0.938rem; }
	.page02_01_merit { margin:0 auto 40px; }
	.page02_01_merit .item { padding:25px 30px; }
	.page02_01_merit .item .text .title { font-size:1rem; }
	.page02_01_merit .item .text .comment { font-size:0.938rem; }
	.page02_01_merit .item .text .hash li { padding:3px 6px; font-size:0.875rem; }
	.page02_01_stability { margin-bottom:40px; }
	.page02_01_stability .explanation .text .comment { font-size:0.938rem; }
	.page02_01_performance .before_after { gap:25px; padding-bottom:20px; }
	.page02_01_performance .before_after .text .title { margin-bottom:16px; }
	.page02_01_performance .before_after .text .comment { font-size:0.938rem; }
	.page02_01_performance .before_after .area { gap:30px; }
	.page02_01_performance .before_after .area > div p { font-size:1rem; }
	.page02_01_performance .energe { gap:16px; padding-top:20px; }
	.page02_01_performance .energe .text .comment { font-size:0.938rem; }
	.page02_01_performance .energy_effect { margin-bottom:40px; }
	.page02_01_performance .energy_effect li p { line-height:1.6; }
	.page02_01_performance .insulation { margin-bottom:16px; }
	.page02_01_performance .insulation .area .item p { font-size:0.938rem; }
	.page02_01_performance .insulation_effect { margin-bottom:40px; }
	.page02_01_performance .insulation_effect li p { line-height:1.6; }
	.page02_01_eco { margin-bottom:40px; }
	.page02_01_eco .area { flex-wrap:wrap; gap:16px; }
	.page02_01_eco .area .certification { width:170px; }
	.page02_01_eco .area .text .title { text-align:center; }
	.page02_01_eco .area .text .comment p { background:url("../wp_images/02_01_check.png") no-repeat top 4px left; font-size:0.938rem; }
	.page02_01_coolroof > .area .item .image { width:85%; }
	.page02_01_coolroof .combination { padding-bottom:30px; }
	.page02_01_coolroof .combination .summary { padding:30px 20px; font-size:0.938rem; }
	.page02_01_coolroof .combination .summary > .circle { display:block; position:static; margin:0 auto 16px; transform:none; }
	.page02_01_greenroof { padding-top:20px; }
	.page02_01_greenroof .combination .item:nth-child(1) ul { flex-wrap:wrap-reverse; gap:16px; }
	.page02_01_greenroof .combination .item:nth-child(1) ul .certification { width:170px; }
	.page02_01_greenroof .combination .item:nth-child(2) { margin-bottom:40px; }
	.page02_01_greenroof .combination .item .inner_item { padding:25px 30px; }
	.page02_01_greenroof .combination .item .inner_item .image { width:200px; height:234px; }
	.page02_01_standard { margin-bottom:40px; }
	.page02_01_table thead th { font-size:0.938rem; }
	.page02_01_table tbody tr td { font-size:0.938rem; }

	/* 메인메뉴3 (공법소개) */
	.page03_01_overview { margin-bottom:40px; }
	.page03_01_overview .text .title { font-size:1.5rem; }
	.page03_01_overview .text .comment { font-size:0.938rem; }
	.page03_01_sequence { margin:0 auto 10px; }
	.page03_01_sequence .item { padding:10px 10px 30px 10px; }
	.page03_01_sequence.hds_100s .item { padding:10px 10px 30px 10px; }
	.page03_01_sequence .item::before { top:140px; right:-12%; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; background-size:8px; }
	.page03_01_sequence .item .title { min-height:75px; margin-bottom:5px; font-size:1rem; }
	.page03_01_sequence .item .title .number { font-size:0.938rem; }
	.page03_01_sequence .item .title .small { font-size:0.75rem; letter-spacing:-0.8px; }
	.page03_01_sequence .item .detail { font-size:0.875rem; }
	.page03_02_overview { margin-bottom:40px; }
	.page03_02_overview .text .title { font-size:1.5rem; }
	.page03_02_overview .text .comment { font-size:0.938rem; }
	.page03_02_sequence { margin:0 auto 10px; }
	.page03_02_sequence .item { padding:10px 10px 30px 10px; }
	.page03_02_sequence .item::before { top:140px; right:-12%; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; background-size:8px; }
	.page03_02_sequence .item .title { min-height:75px; margin-bottom:5px; font-size:1rem; }
	.page03_02_sequence .item .title .number { font-size:0.938rem; }
	.page03_02_sequence .item .title .small { font-size:0.75rem; letter-spacing:-0.8px; }
	.page03_02_sequence .item .detail { font-size:0.875rem; }
	.page03_03_overview { margin-bottom:40px; }
	.page03_03_overview .text .title { font-size:1.5rem; }
	.page03_03_overview .text .comment { font-size:0.938rem; }
	.page03_03_sequence { margin:0 auto 10px; }
	.page03_03_sequence .item { padding:10px 10px 30px 10px; }
	.page03_03_sequence .item::before { top:140px; right:-12%; background:url("../wp_images/page_gray_arrow.gif") no-repeat center center; background-size:8px; }
	.page03_03_sequence .item .title { min-height:75px; margin-bottom:5px; font-size:1rem; }
	.page03_03_sequence .item .title .number { font-size:0.938rem; }
	.page03_03_sequence .item .title .small { font-size:0.75rem; letter-spacing:-0.8px; }
	.page03_03_sequence .item .detail { font-size:0.875rem; }
	.page03_04_overview { margin-bottom:40px; }
	.page03_04_overview .text .title { font-size:1.5rem; }
	.page03_04_overview .text .comment { font-size:0.938rem; }
	.page03_04_tab.page_tab_menu li { width:85%; }
	.page03_04_tab.page_tab_menu li a { padding:5px; font-size:0.813rem; }
	.page03_04_title { width:87%; font-size:1.25rem; }
	.page03_04_title .comment { font-size:0.938rem; }
	.page03_04_background { width:87%; margin:0 auto 40px; }
	.page03_04_background .number_title { font-size:1.125rem; }
	.page03_04_background .number_title .number { letter-spacing:-1px; }
	.page03_04_background .area { padding:0 0 18px; }
	.page03_04_background .area .item .subject { font-size:1rem; line-height:1.4; }
	.page03_04_background .area .cause .text { font-size:0.938rem; line-height:1.4; }
	.page03_04_background .area .conclusion { width:90%; line-height:1.4; }
	.page03_04_background .area .conclusion span { padding-left:0; background:none; }
	.page03_04_outerwall { margin-bottom:40px; }
	.page03_04_outerwall .area { width:87%; padding:30px 0; }
	.page03_04_outerwall .area .number_title { font-size:1.125rem; }
	.page03_04_outerwall .area .number_title .number { letter-spacing:-1px; }
	.page03_04_outerwall .area .comment { font-size:0.938rem; letter-spacing:-0.6px; }
	.page03_04_outerwall .area .title { font-size:1.125rem; }
	.page03_04_outerwall .area .water_seal_overview { flex-wrap:wrap; gap:16px; }
	.page03_04_outerwall .area .water_seal_overview .image { width:70%; }
	.page03_04_waterseal { width:87%; }
	.page03_04_waterseal .merit { margin-bottom:40px; }
	.page03_04_waterseal .merit .title { margin-bottom:16px; font-size:1.125rem; text-align:center; }
	.page03_04_waterseal .merit .area { row-gap:16px; }
	.page03_04_waterseal .merit .area .item { width:100%; }
	.page03_04_waterseal .merit .area .item .icon { display:none; }
	.page03_04_waterseal .merit .area .item .subject { min-height:auto; }
	.page03_04_waterseal .merit .area .item .subject p { padding:10px 0; }
	.page03_04_waterseal .merit .area .item .detail { min-height:75px; }
	.page03_04_waterseal .ingredient .title { margin-bottom:16px; font-size:1.125rem; }
	.page03_04_waterseal .ingredient .title_table { font-size:1rem; }
	.page03_04_waterseal .ingredient .compare .page03_04_table { width:750px; }
	.page03_04_table { margin-bottom:25px; }
	.page03_04_table thead th { padding:10px 5px; }
	.page03_04_table tbody tr td { font-size:0.938rem; letter-spacing:-0.6px; }
	.page03_04_waterseal .ingredient .composition .page03_04_table { width:900px; }
	.page03_04_waterseal .test { margin:30px auto 40px; }
	.page03_04_waterseal .test .title { font-size:1.25rem; }
	.page03_04_waterseal .test .area { gap:16px; }
	.page03_04_waterseal .test .area .item { width:100%; }
	.page03_04_waterseal .test .area .item .comment { font-size:0.938rem; }
	.page03_04_putty { padding:30px 0; }
	.page03_04_putty .area { width:87%; }
	.page03_04_putty .area .title { font-size:1.125rem; }
	.page03_04_putty .area > .comment { margin-bottom:20px; font-size:0.938rem; }
	.page03_04_putty .area > .comment .small { margin-top:16px; font-size:0.813rem; }
	.page03_04_putty .area .item { margin:0 0 16px; }
	.page03_04_putty .area .item .comment { margin-top:10px; font-size:0.938rem; }
	.page03_04_putty .area .item:nth-of-type(1) .comment { font-size:0.938rem; }
	.page03_04_putty .area .item:nth-of-type(2) { margin:0 0 30px;}
	.page03_04_putty .area .conclusion { margin-left:0; }
	.page03_04_putty .area .conclusion span { padding-left:0; background:none; }
	.page03_04_hksheet { width:87%; margin:40px auto; }
	.page03_04_hksheet .number_title { font-size:1.125rem; }
	.page03_04_hksheet .number_title .number { letter-spacing:-1px; }
	.page03_04_hksheet > .comment { font-size:0.938rem; }
	.page03_04_hksheet > .comment .small { font-size:0.875rem; }
	.page03_04_hksheet .combination .item ul { padding:20px 15px; }
	.page03_04_hksheet .combination .item ul li { font-size:0.938rem; }
	.page03_04_hksheet .combination .summary { padding:20px 15px; }
	.page03_04_hksheet .combination .summary .circle { display:block; position:static; top:auto; left:auto; margin:0 auto 16px; transform:none; }
	.page03_04_hksheet .combination .summary .item { padding-left:0; }
	.page03_04_hksequence { padding:30px 0; }
	.page03_04_hksequence .title { margin-bottom:16px; font-size:1.125rem; }
	.page03_04_hksequence > .comment { margin-bottom:16px; }
	.page03_04_hksequence > .comment span { padding-left:0; background:none; }
	.page03_04_hksequence .item { width:87%; row-gap:16px; }
	.page03_04_hksequence .item li { width:44%; }
	.page03_04_hksequence .item li::before { background:url("../wp_images/03_04_arrow.png") no-repeat center center; background-size:8px; }
	.page03_04_hksequence .item li .image { width:100%; }
	.page03_04_hksequence .item li .comment { font-size:0.875rem; }
	.page03_04_hkdifference { width:87%; }
	.page03_04_hkdifference .item_title { font-size:1.125rem; }
	.page03_04_hkdifference .item { margin-bottom:16px; }
	.page03_04_hkdifference .item li { font-size:0.938rem; }
	.page03_04_hkdifference .schema { padding:30px 0; }
	.page03_04_hkdifference .schema .ocher { gap:10px; margin:0 auto 30px; }
	.page03_04_hkdifference .schema .ocher li { width:49%; min-width:200px; }
	.page03_04_hkdifference .schema .ocher li .image { width:50px; height:50px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(1) .image { background:url("../wp_images/03_04_17.jpg") no-repeat center center; background-size:50px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(2) .image { background:url("../wp_images/03_04_18.jpg") no-repeat center center; background-size:50px; }
	.page03_04_hkdifference .schema .ocher li:nth-child(3) .image { background:url("../wp_images/03_04_19.jpg") no-repeat center center; background-size:50px; }
	.page03_04_hkdifference .schema .ocher li .text { font-size:0.938rem; }
	.page03_04_hkdifference .schema .ocher li .text .detail { padding:1px 8px; font-size:0.813rem; }
	.page03_04_hkdifference .schema > .comment { width:87%; margin:0 auto 30px; }
	.page03_04_hkdifference .schema > .comment span { padding-left:0; background:none; }
	.page03_04_hkdifference .schema .crack { gap:16px; }
	.page03_04_hkdifference .schema .crack .image { width:27%; }
	.page03_04_rooftop { padding:30px 0; }
	.page03_04_rooftop .area { width:87%; }
	.page03_04_rooftop .area .number_title { font-size:1.125rem; }
	.page03_04_rooftop .area .number_title .number { letter-spacing:-1px; }
	.page03_04_rooftop .area .title { font-size:0.938rem; line-height:1.4; letter-spacing:-0.6px; }
	.page03_04_rooftop .area .item { gap:16px; }
	.page03_04_rooftop .area .item .comment { font-size:0.938rem; line-height:1.4; letter-spacing:-0.6px; }
	.page03_04_repaint { width:87%; margin:40px auto; }
	.page03_04_repaint .title { margin-bottom:16px; font-size:1.25rem; }
	.page03_04_repaint .number_title { font-size:1.125rem; }
	.page03_04_repaint .number_title .number { letter-spacing:-1px; }
	.page03_04_repaint .comment { margin-bottom:16px; font-size:0.938rem; }
	.page03_04_repaint .schema { padding:30px 0; }
	.page03_04_repaint .paint > .item { margin:40px 0 16px; }
	.page03_04_repaint .paint > .item .image { flex-wrap:wrap; }
	.page03_04_repaint .paint > .item .image > img { display:none; }
	.page03_04_repaint .paint > .item .image .image_comment { font-size:0.938rem; }
	.page03_04_repaint .paint .performance li .subject { font-size:0.938rem; }
	.page03_04_repaint .paint .performance li .item { padding:15px 20px; }
	.page03_04_repaint .paint .performance li .item p { font-size:0.875rem; }
	.page03_04_change { padding:30px 0; }
	.page03_04_change .area .item { gap:25px; row-gap:0px; width:100%; max-width:365px; }
	.page03_04_change .area .item li { width:80px; height:80px; padding:22px 10px 0 10px; font-size:0.875rem; }
	.page03_04_change .area .item li:nth-child(3) { padding:22px 10px 0 10px; }
	.page03_04_change .area .item li:last-child { padding:13px 10px 0 10px; }
	.page03_04_change .area .item li::before { right:-18px; background:url("../wp_images/03_04_gray-arrow.png") no-repeat center center; background-size:8px; }
	.page03_04_change .area .conclusion { margin:16px 0 0 0; }
	.page03_04_change .area .conclusion span { padding-left:0; background:none; }
	.page03_04_hkcaretex { width:87%; padding-bottom:40px; }
	.page03_04_hkcaretex .title { font-size:1.25rem; }
	.page03_04_hkcaretex .area { gap:16px; }
	.page03_04_hkcaretex .area .item { width:100%; }
	.page03_04_hkcaretex .area .item .comment { font-size:0.938rem; }
	.page03_04_mortar { width:87%; margin:40px auto 0; padding-bottom:40px; }
	.page03_04_mortar .number_title { font-size:1.125rem; }
	.page03_04_mortar .number_title .number { letter-spacing:-1px; }
	.page03_04_mortar .mortar .page03_04_table { width:680px; }
	.page03_04_mortar .detail { padding:30px 0; }
	.page03_04_mortar .detail .area { width:87%; }
	.page03_04_mortar .detail .area .exist p { font-size:0.938rem; }
	.page03_04_mortar .detail .area .addition p { font-size:0.938rem; }
	.page03_04_mortar .detail .conclusion { width:87%; margin:16px auto 0; }
	.page03_04_mortar .detail .conclusion span { padding-left:0; background:none; }
	.page03_04_enforce { width:87%; margin:40px auto; }
	.page03_04_enforce .number_title { font-size:1.125rem; }
	.page03_04_enforce .number_title .number { letter-spacing:-1px; }
	.page03_04_enforce .comment { margin-bottom:16px; font-size:0.938rem; }
	.page03_04_enforce .area { padding:25px 20px; }
	.page03_04_enforce .area .image { width:110px; }
	.page03_04_enforce .enforce .page03_04_table { width:800px; }
	.page03_04_smart { padding:30px 24px 50px 24px; }
	.page03_04_smart .number_title { font-size:1.125rem; }
	.page03_04_smart .number_title .number { letter-spacing:-1px; }
	.page03_04_smart .comment { margin-bottom:16px; font-size:0.938rem; }
	.page03_04_smart .area .slide_area .smart_slide .smart_prev { left:-45px; }
	.page03_04_smart .area .slide_area .smart_slide .smart_next { right:-45px; }
	.page03_04_smart .area .slide_comment { font-size:0.938rem; }
	.page03_04_smart .area .pr_comment { margin-top:20px; font-size:1.063rem; }

	/* 연혁관리 */
	.history_list .decade { margin:0 0 40px; }
	.history_list .decade .title { width:210px; height:195px; margin:0 auto 70px; background:url("../wp_images/history_01.jpg") no-repeat center center; background-size:cover; }
	.history_list .decade:last-child .title { background:url("../wp_images/history_02.jpg") no-repeat center center; background-size:cover; }
	.history_list .decade .title h4 { bottom:-50px; right:-30px; width:160px; height:125px; font-size:1rem; }
	.history_list .decade .title h4 .history { padding:7px 0; font-size:0.875rem; }
	.history_list .decade .title h4 strong { padding-top:16px; line-height:1; }
	.history_list .decade .year dt { margin:0 auto 5px; padding:0 0 3px; font-size:1.125rem; }
	.history_list .decade .year dd { padding:12px 0; font-size:0.938rem; }

	/* 실적현황 */
	.result_list { display:block; }
	.result_list li { margin-bottom:20px; }
	.result_table { width:575px; }
	.result_table thead tr th { padding:10px 5px; font-size:1rem; }
	.result_table tbody tr td { padding:10px 5px; font-size:0.938rem; }
	.result_table tbody tr .construction { padding:10px 16px; }
	.result_table thead tr th::before { height:22px; }
}
@media (max-width:375px)
{
	/*****************************************************************************************************************/

	/* 메인화면 콘텐츠 */
	#main_item .hds .item li { padding:65px 0 0 25px; }
	#main_item .hds .item li .comment { font-size:1rem; }

	/* 메인메뉴2 (고분자연성적층방수시트) */
	.page02_01_merit .item .text .hash li { padding:3px 4px; font-size:0.813rem; }

	/* 메인메뉴3 (공법소개) */
	.page03_01_sequence .item::before { top:145px; }
	.page03_01_sequence .item .title { font-size:0.938rem; }
	.page03_01_sequence .item .title .number { font-size:0.875rem; }
	.page03_02_sequence .item::before { top:145px; }
	.page03_02_sequence .item .title { font-size:0.938rem; }
	.page03_02_sequence .item .title .number { font-size:0.875rem; }
	.page03_03_sequence .item::before { top:145px; }
	.page03_03_sequence .item .title { font-size:0.938rem; }
	.page03_03_sequence .item .title .number { font-size:0.875rem; }
}         