@charset "UTF-8";
@import url("paperlogy.css");

/* ========== reset : s ==========*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,
menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0}
table{border:0;border-spacing:0;border-collapse:collapse;}
ul,ol,li,dl,dd,dt{list-style:none}
img,fieldset,iframe{border:0 none}
fieldset{min-inline-size:initial;}
img{vertical-align:top;max-width:100%;}
textarea{resize:none}
input,textarea,button{font-size:100%;vertical-align:top;outline:none;-webkit-appearance:none;-webkit-border-radius:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
address,strong,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}
body{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}

/* box-sizing */
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
*:focus{outline:2px solid rgba(36, 107, 235, 0.8);}

/* base - IE8~7 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* base - input */
input:checked[type="checkbox"]{background-color:#666;-webkit-appearance:checkbox}
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}
input[type="password"]::-webkit-input-placeholder{font-family:'Paperlogy';}
input[type="radio"] {-webkit-appearance:radio;}
input[type="checkbox"] {-webkit-appearance:checkbox;}
input[type=radio]:focus + label,
input[type=checkbox]:focus + label{outline:2px solid rgba(36, 107, 235, 0.8);}
input:disabled{background:#f7f7f7;}
input:read-only{/*background:#f2f2f2;*/border:1px solid #dfdfdf;}
input[type=file], input[type=file]::-webkit-file-upload-button, input[type=submit]{cursor:pointer;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}/* Chrome, Safari, Edge, Opera */
input[type=number]{-moz-appearance:textfield;}/* Firefox */

/* placeholder */
::-webkit-input-placeholder{color:#6a6a6a;font-size:1.6rem;font-weight:500;}
::-moz-placeholder{color:#6a6a6a;font-size:1.6rem;font-weight:500;}
:-ms-input-placeholder{color:#6a6a6a;font-size:1.6rem;font-weight:500;}
:-moz-placeholder{color:#6a6a6a;font-size:1.6rem;font-weight:500;}

/* base - a */
a{color:#272727;transition:color .2s;}
a,a:link{text-decoration:none;}
a:visited{text-decoration:none}
a:hover,a:focus{text-decoration:none;}
a:active{text-decoration:none}
button{border:0;background-color:transparent;padding:0;cursor:pointer}

/* base - body */
html{font-size:62.5%;}
body{-webkit-font-smoothing: antialiased;}
body,input,select,textarea,button{font:1.6rem/1.5 "Paperlogy", "Malgun Gothic", "맑은 고딕", "돋움", sans-serif;color:#272727;font-weight:500;}
/* ========== reset : e ==========*/



/* ========== 아이콘 : s ==========*/
i[class^='ico_']{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;}
i[class^='ico_']::before{content:'';display:block;background-repeat:no-repeat;}
/* 컨텐츠툴아이콘 */
.tool[class^='ico_']::before{background-image:url(/layout/images/module/common/sp_icon_tool.png);background-size:118rem;}
.tool.ico_share::before{background-position:-3.2rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_print::before{background-position:-9.8rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_qr::before{background-position:-16.4rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_star::before{background-position:-23rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_link::before{background-position:-29.6rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_down::before{background-position:-35.8rem -2.5rem;width:2.2rem;height:2.2rem;}
.tool.ico_close::before{background-position:-43.9rem -3.1rem;width:1.2rem;height:1.2rem;}
.tool.ico_share_sm::before{background-position:-47.1rem -2.8rem;width:1.6rem;height:1.8rem;}
.tool.ico_link_sm::before{background-position:-50.7rem -3rem;width:1.4rem;height:1.4rem;}
.tool.ico_facebook::before{background-position:-3.3rem -7.9rem;width:4rem;height:4rem;}
.tool.ico_x::before{background-position:-8.3rem -7.9rem;width:4rem;height:4rem;}
.tool.ico_blog::before{background-position:-13.3rem -7.9rem;width:4rem;height:4rem;}
.tool.ico_facebook_sm::before{background-position:-20.7rem -7.9rem;width:2rem;height:2rem;}
.tool.ico_x_sm::before{background-position:-23.9rem -7.9rem;width:2rem;height:2rem;}
.tool.ico_blog_sm::before{background-position:-27.1rem -7.9rem;width:2rem;height:2rem;}
.tool.ico_pdf::before{background-position:-33.4rem -7.9rem;width:2.6rem;height:2.2rem;}
.tool.ico_img::before{background-position:-37.2rem -7.9rem;width:2.6rem;height:2.2rem;}
.filter_contrast{filter:contrast(0) brightness(10) !important;}
/* ========== 아이콘 : e ==========*/



/* ========== 기능 : s ==========*/
/* 토글 */
.toggle_open .btn_icon{transition:transform .2s;}
.toggle_open.on .btn_icon{transform:rotate(180deg);}
.toggle_cnt{display:none;}

/* 드롭 */
.drop_area{position:relative;}
.drop_cnt{position:absolute;display:none;z-index:2;}
/* ========== 기능 : e ==========*/



/* ========== 모달팝업 : s ==========*/
.noscroll{height:100%;min-height:100%;overflow:hidden !important;touch-action:none;}
/* modal 기본 스타일 */
.modal.on{display:block;}
.modal.on .modal_wrap.on{display:flex;}
.modal.fade .modal_area{opacity:1;visibility:visible;z-index:101;transition:all .5s;}
.modal.fade .modal_dim{opacity:1;visibility:visible;z-index:99;transition:all .5s;}
.modal{position:fixed !important;top:0;bottom:0;left:0;right:0;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;z-index:100;}
.modal .modal_wrap{position:relative;display:none;align-items:center;justify-content:center;height:100%;margin:0 auto;z-index:101;}
.modal .modal_wrap.full .modal_area{width:100%;max-height:100vh}
.modal .modal_area{position:relative;display:flex;width:100%;max-height:90vh;word-break:keep-all;border-radius:1.5rem;background-color:#fff;overflow-x:hidden;overflow-y:auto;opacity:0;visibility:hidden;z-index:-1;transition:all .5s;}
.modal .modal_area .btn_icon.modal_close{position:absolute;}
.modal .modal_area .fd_column{height:100%;}
.modal .modal_dim{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);opacity:0;visibility:hidden;z-index:-1;transition:all .5s;}
/* ========== 모달팝업 : s ==========*/



/* ========== 컨텐츠툴 : s ==========*/
.contents_tool{display:flex;align-items:center;gap:0 4rem;}
.contents_tool .drop_cnt{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%, 100%);}
.contents_tool .drop_in{min-width:13.6rem;width:max-content;border:.1rem solid #333;border-radius:15px;background-color:#fff;padding:2rem;overflow:hidden;}
.contents_tool .drop_in::before{position:absolute;top:.1rem;left:50%;transform:translate(-50%, -100%);content:'';display:block;border:.7rem solid transparent;border-bottom:.7rem solid #333;}
.contents_tool .drop_in::after{position:absolute;top:.1rem;left:50%;transform:translate(-50%, -100%);content:'';display:block;border:.6rem solid transparent;border-bottom:.6rem solid #fff;}
.contents_tool .drop_in .list{display:flex;flex-direction:column;gap:0 3rem;}
.contents_tool .drop_in .list li a{position:relative;display:inline-flex;align-items:center;gap:0 .5rem;}
.contents_tool .drop_in .list li a:hover{color:#2d4ad8;}
.contents_tool .qr .list{gap:1rem 0;text-align:center;}
/* ========== 컨텐츠툴 : e ==========*/



/* ========== 스킵네비게이션, 디버그, 페이지 담당자, 의견남기기 : s ==========*/
/* 스킵네비게이션 */
#skip_nav a, #skiptoContent a{position:fixed;top:-100%;left:0;width:100%;line-height:40px;text-align:center;color:#fff;background-color:#1d1d1d;z-index:99;}
#skip_nav a:focus, #skiptoContent a:focus{top:0;}

/* 만족도조사 */
.satisfy_area{line-height:1.5;border:.1rem solid #bababa;border-radius:.6rem;background-color:#fff;margin-top:3rem;}
.satisfy_area .satisfy_top{position:relative;border-bottom:.1rem solid #e3e3e3;border-radius:.6rem .6rem 0 0;background-color:#f6f7f9;padding:2rem 2.8rem;}
.satisfy_area .satisfy_top .dl{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 3rem;}
.satisfy_area .satisfy_top .dl li{display:inline-flex;align-items:center;}
.satisfy_area .satisfy_top .dl li:nth-last-child(2){margin-right:auto;}
.satisfy_area .satisfy_top .dt{flex-shrink:0;display:inline-flex;align-items:center;gap:0 .8rem;color:#3a3b73;}
.satisfy_area .satisfy_top .dd{position:relative;color:#616161;padding-left:2.5rem;}
.satisfy_area .satisfy_top .dd::before{position:absolute;top:50%;left:1.2rem;transform:translateY(-50%);content:'';display:inline-flex;width:.1rem;height:1.2rem;background-color:#d9d9d9;vertical-align:middle;}
.satisfy_area .satisfy_top .toggle_area .toggle_open{flex-shrink:0;display:inline-flex;align-items:center;gap:0 .8rem;color:#3a3b73;}
.satisfy_area .satisfy_top .toggle_area .toggle_open.on .ico_expand_down{transform:rotate(180deg);}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt{position:absolute;top:5.2rem;left:2.8rem;width:65rem;max-width:calc(100% - 5.6rem);border:.1rem solid #bababa;border-radius:.6rem;background-color:#fff;padding:1.2rem 2rem;z-index:1;}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt::before{display:none;}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list{width:100%;max-height:13.2rem;overflow-y:auto;}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li{gap:.5rem 1rem;width:100%;min-height:4.4rem;}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li + li{border-top:.1rem solid #e0e0e0;}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li .dl{flex:1;flex-wrap:nowrap;flex-direction:row;gap:0;}
.satisfy_area .satisfy_bot{padding:0 3.5rem;}
.satisfy_area .satisfy_tit{padding:2.8rem 0;}
.satisfy_area .satisfy_cnt{border-top:.1rem solid #ddd;padding:2.8rem 0;}
.satisfy_area .satisfy_cnt .input_btn .input_base{height:4rem;}
/* 만족도조사 타입1 */
.satisfy_area.tp1 .satisfy_tit .tit{display:block;margin-bottom:2.5rem;}
.satisfy_area.tp1 .satisfy_tit .input_flex{flex-wrap:nowrap;align-items:flex-end;gap:2.8rem 1rem;}
.satisfy_area.tp1 .satisfy_tit .radio_list{gap:1.8rem 6rem}
.satisfy_area.tp1 .satisfy_tit .radio_list > li{width:19.5rem;}
.satisfy_area.tp1 .satisfy_tit .radio_base.sm input + label i{margin-top:-.3rem;}
.satisfy_area.tp1 .satisfy_tit .radio_base.sm input + label span{margin-left:.5rem;}
.satisfy_area.tp1 .satisfy_tit .btn_flex{flex-shrink:0;margin-left:auto;}
/* 만족도조사 타입2 */
.satisfy_area.tp2 .satisfy_tit .input_flex{align-items:center;justify-content:space-between;gap:2rem 1rem;}
.satisfy_area.tp2 .satisfy_tit .radio_list{gap:1rem;}
.satisfy_area.tp2 .satisfy_tit .radio_btn input + label{color:#333 !important;background-color:#fff !important;}
.satisfy_area.tp2 .satisfy_tit .radio_btn input:checked + label{border-color:#3a3b73;}
.satisfy_area.tp2 .satisfy_cnt{display:none;}
.satisfy_area.tp2 .satisfy_cnt > ul{display:flex;flex-direction:column;gap:4.5rem 0;}
.satisfy_area.tp2 .satisfy_cnt > ul .tit{margin-bottom:2.5rem;}
.satisfy_area.tp2 .satisfy_cnt > ul .cnt{font-size:1.5rem;color:#616161;word-break:keep-all;}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count{display:block;margin-top:2rem;}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .textarea{height:10.4rem;border:0;padding:1.5rem 2rem;}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .count{display:block;text-align:right;margin-top:1.5rem;}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .count .num{font-size:1.6rem;font-weight:600;color:#1a4ab9;}
.satisfy_area.tp2 .satisfy_cnt .btn_flex{justify-content:flex-end;border-top:.1rem solid #ddd;padding-top:2.8rem;margin-top:2rem;}
/* 만족도조사 : 결과팝업 */
.satisfy_graph{display:flex;gap:1rem 2rem;margin-top:2.5rem;}
.satisfy_graph ul{flex:1;display:flex;flex-direction:column;gap:2rem 0;border-radius:.8rem;background-color:#f6f7f9;padding:3.5rem 3rem;}
.satisfy_graph ul li{display:flex;align-items:center;gap:1.6rem 1rem;font-size:1.5rem;color:#616161;}
.satisfy_graph ul li .tit{display:inline-flex;align-items:center;justify-content:space-between;width:calc(50% - .5rem);}
.satisfy_graph ul li .tit .label{flex-shrink:0;display:inline-flex;align-items:center;font-size:1.6rem;color:#333;}
.satisfy_graph ul li .tit .label span{margin-left:.5rem;}
.satisfy_graph ul li .cnt{display:inline-flex;align-items:center;gap:0 1.5rem;width:calc(50% - .5rem);}
.satisfy_graph ul li .cnt .bar{position:relative;width:calc(100% - 6rem);height:1.5rem;border-radius:0 1rem 1rem 0;background-color:#fff;}
.satisfy_graph ul li .cnt .bar span{position:absolute;top:0;left:0;display:block;height:100%;border-radius:0 1rem 1rem 0;background-color:#897edb;}
.satisfy_graph ul li .cnt .per{width:4.5rem;}
.satisfy_opinion{border-top:.1rem solid #ddd;padding-top:3rem;margin-top:3rem;}
.satisfy_opinion ul{display:flex;flex-direction:column;gap:1rem 0;max-height:32rem;overflow-y:auto;}
.satisfy_opinion ul li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.2rem 1rem;font-size:1.5rem;color:#616161;border-radius:.8rem;background-color:#f6f7f9;padding:1.6rem 2rem;}
.satisfy_opinion ul li .tit, .satisfy_opinion ul li .etc{display:inline-flex;align-items:center;gap:0 1.5rem;}
.satisfy_opinion ul li .tit .name{font-size:1.6rem;color:#3a3b73;}
.satisfy_opinion ul li .cnt{width:100%;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
/* 만족도조사 : 결과팝업 */
.modal #modal_retsult_tp1 .modal_area{padding:4.2rem 3.2rem;}
.modal #modal_retsult_tp1 .modal_area .btn_icon.modal_close{top:4.5rem;right:3rem;}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul{gap:1rem 0;}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul li{min-height:4.5rem;}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul li .tit .label{font-size:1.5rem;line-height:1.5;color:#616161;}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul + ul li .cnt .bar span{background-color:#e3676a;}

/* 디버그 */
#debug_open{position:fixed;bottom:0;left:0;z-index:9999;}
#debug_open, #debug_close{display:block;width:80px;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;border:1px solid #fff;border-radius:5px;background-color:#222;padding:0px 2px 0 0;cursor:pointer;}
#debug{display:none;position:fixed;bottom:0;z-index:10000;}
#debug #debug_setform{width:100%;font-size:13px;border:1px solid #ccc;background-color:#f2f2f2;padding:10px;}
#debug #debug_setform hr{display:none;}
#debug #debug_setform label{font-weight:bold;margin-left:10px;}
#debug #debug_setform select{font-size:1.4rem;height:30px;border:1px solid #d2d2d2;vertical-align:middle;padding:0 10px;}
#debug .body{height: 300px;overflow:scroll;border:1px solid #ccc;font-size:12px}
#debug .btn_sml{display:inline-block;height:3rem;font-size:1.4rem;color:#fff;border:0;border-radius:5px;background-color:#333;vertical-align:middle;padding:0 10px;margin:0 1px;}
#debug .btn_sml span{line-height:3rem;}
#debug .debug_box{list-style:none;margin:0px;display:block;border:1px solid #ccc;padding:7px;background-color: #fcfcfc}
#debug .debug_box span.key{color:#CE0000}
#debug .debug_box span.value{color:#555}
#debug .get, #debug .post{background-color: #e8f2ff}
#debug .session, #debug .cookie{background-color:#f3e2f3}
#debug .config{background-color:#F0FFF0}
#debug .server{background-color:#fff}
#debug .system{background-color:#fffce1}
#debug .error{background-color:#ffdde3}
#HTMLValidator1{background-color: #FFFFFF;bottom: 0;height: 300px;position: fixed;width: 100%;z-index: 9999;overflow-y:scroll;border:1px solid #ccc}
@keyframes bounce{
	from{margin-bottom: 2px;}
	to{margin-bottom: 7px;}
}

/* 컨텐츠 수정 */
.modify_setting_tab{border-bottom:1px solid #d2d2d2;margin-bottom:2.4rem;}
.modify_setting_tab .tab_menu{overflow:hidden;}
.modify_setting_tab .tab_menu li{float:left;margin:0 0 -1px 3px;}
.modify_setting_tab .tab_menu li:first-child{margin-left:0;}
.modify_setting_tab .tab_menu li a{display:block;border-radius:5px 5px 0 0;border:1px solid #d2d2d2;color:#000;font-size:14px;padding:0 15px;height:30px;line-height:30px;}
.modify_setting_tab .tab_menu li a:hover{transition:ease-in-out 0.2s;background-color:#ffc208;}
.modify_setting_tab .tab_menu li.selected a{color:#fff;background-color:#db3400;}
.multi-upload{position:relative;overflow:hidden;}
.multi-upload .uploadifyButton{position:relative;z-index:1;}

/* 모듈설정 */
.tab_content{display:none !important;padding:0;overflow-x:hidden;}
.tab_content.selected{display:block !important;width:100%;} 
/* 버튼영역(라이브 미리보기, 저장, 초기화) */
.tab_content input + .btn_list{margin-top:0;}
.tab_content .btn_list{display:flex;justify-content:flex-end;gap:0 .6rem;margin-top:2.4rem;}
.tab_content .btn_list .btn_sml{display:inline-flex;line-height:1;border:1px solid #666;border-radius:.5rem;background-color:#fff;padding:2px 12px;}
.tab_content .btn_list .btn_sml > span{display:inline-flex;align-items:center;gap:0 .5rem;}
.tab_content .btn_list .url_get{flex:1;display:flex;}
.tab_content .btn_list .url_get label{line-height:2;}
.tab_content .btn_list .url_get input{height:auto;}
/* 테이블영역 */
.tab_content .form_table{margin-top:2.4rem;}
.tab_content .form_table > table{float:none;}
.tab_content .form_table > table input{border:1px solid #ddd;border-radius:.5rem;}
.tab_content .form_table > table select{width:100%;}
.tab_content .form_table > table .item{width:100%;}

.tab_content .boardlist,
.tab_content .log_table{width:100%;line-height:1;border-top:.1rem solid #000;}
.tab_content .boardlist thead tr th,
.tab_content .log_table thead tr th{border-left:.1rem solid #d2d2d2;background-color:#f1f2f5;padding:1rem;}
.tab_content .boardlist thead tr th:first-child,
.tab_content .log_table thead tr th:first-child{border-left:0;}
.tab_content .boardlist tbody tr,
.tab_content .log_table tbody tr{border-bottom:.1rem solid #d2d2d2;}
.tab_content .boardlist tbody tr th,
.tab_content .log_table tbody tr th{background-color:#f1f2f5;padding:1rem;}
.tab_content .boardlist tbody tr td,
.tab_content .log_table tbody tr td{border-left:.1rem solid #d2d2d2;padding:1rem;}
.tab_content .boardlist tbody tr td:first-child,
.tab_content .log_table tbody tr td:first-child{border-left:0;}
.tab_content .boardlist tbody tr td textarea,
.tab_content .log_table tbody tr td textarea{display:block;width:100%;}
.tab_content .boardlist tbody tr td textarea{margin-top:1rem;}

.tab_content #board_list_table{line-height:1;}

/* mode=setting : 모듈자체 스타일 오류 정정 */
.box_type{float:none;}
.box_type .tab_box2{float:none;z-index:5;}
.box_type .tab_box2 li span a{height:40px;}
#setting_form fieldset.webform{float:none;}
/* ========== 스킵네비게이션, 디버그, 공공누리, 페이지 담당자, 의견남기기, 플리킹 : e ==========*/



/* ========== 레이어팝업 : s ==========*/
#popup_wrap.web .layer_popup{position:absolute;top:354px;left:0;width:420px;border:2px solid #2a276a;z-index:9;}
#popup_wrap.web .layer_popup .popup_body .img_wrap{height:498px;}
#popup_wrap.web .layer_popup .popup_body .img_wrap .img{display:block;width:100%;height:100%;}
#popup_wrap.web .layer_popup .popup_body .img_wrap .img img{width:100%;height:100%;}
#popup_wrap.web .layer_popup .popup_body .cnt_wrap{display:flex;flex-direction:column;gap:18px 0;height:498px;background-color:#e4e4e4;padding:22px 32px 24px;}
#popup_wrap.web .layer_popup .popup_body .h_tit{width:95%;font-size:24px;font-weight:700;line-height:1.2;text-align:center;color:#3e3e3e;margin:0 auto;}
#popup_wrap.web .layer_popup .popup_body .h_tit .ico_popup{display:block;font-size:84px;height:57px;background:url(/images/common_new/ico_popup.png) no-repeat center;margin-bottom:12px;}
#popup_wrap.web .layer_popup .popup_body .h_tit b{display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
#popup_wrap.web .layer_popup .popup_body .text p::-webkit-scrollbar,
#popup_wrap.web .layer_popup .popup_body .file .list::-webkit-scrollbar{width:12px;border-radius:6px;background-color:#e5e5e5;}
#popup_wrap.web .layer_popup .popup_body .text p::-webkit-scrollbar-thumb,
#popup_wrap.web .layer_popup .popup_body .file .list::-webkit-scrollbar-thumb{border-radius:6px;background-color:#b3b3b3;}
#popup_wrap.web .layer_popup .popup_body .text{flex:1;display:inline-flex;flex-direction:column;border-radius:15px;background-color:#fff;padding:28px;overflow:hidden;}
#popup_wrap.web .layer_popup .popup_body .text p{height:100%;min-height:calc(100% - 80px);overflow-y:auto;}
#popup_wrap.web .layer_popup .popup_body .text .btn_wrap{flex:1;display:flex;justify-content:flex-end;border-top:1px solid #e1e1e1;padding:16px 0 0;margin-top:28px;}
#popup_wrap.web .layer_popup .popup_body .text .btn_wrap .btn{display:inline-flex;width:108px;font-size:12px;line-height:30px;text-align:center;color:#fff;border-radius:10px;background-color:#de5451;}
#popup_wrap.web .layer_popup .popup_body .file{height:60px;border-radius:15px;background-color:#fff;padding:6px 3px;overflow:hidden;}
#popup_wrap.web .layer_popup .popup_body .file .list{display:flex;flex-direction:column;gap:4px 0;height:100%;padding:9px 27px;overflow-y:auto;}
#popup_wrap.web .layer_popup .popup_body .file .list li{display:inline-flex;align-items:center;justify-content:space-between;}
#popup_wrap.web .layer_popup .popup_body .file .list li span{width:calc(100% - 86px);font-size:16px;color:#3e3e3e;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#popup_wrap.web .layer_popup .popup_body .file .list li .btn{width:86px;font-size:14px;line-height:26px;text-align:center;color:#fff;border-radius:12px;background-color:#8585a0;}
#popup_wrap.web .layer_popup .popup_foot{display:flex;align-items:center;justify-content:space-between;background-color:#2a276a;padding:13px 18px;}
#popup_wrap.web .layer_popup .popup_foot button{font-size:14px;color:#fff;}
#popup_wrap.web .layer_popup .popup_foot button::after{content:'';display:inline-flex;width:13px;height:13px;background:url(/images/common_new/ico_popup_close.png) no-repeat center;vertical-align:middle;margin-left:4px;}

#popup_wrap.mob{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.65);z-index:20;}
#popup_wrap.mob .popup_head{display:flex;align-items:center;justify-content:space-between;width:100%;padding-left:1rem;}
#popup_wrap.mob .popup_head .layor_num{width:fit-content;color:#fff;}
#popup_wrap.mob .popup_head .layor_close{width:5rem;height:5rem;background:#497cf8 url(/images/common_new/ico_close.png) no-repeat center;}
#popup_wrap.mob .popup_foot{display:flex;align-items:center;justify-content:center;gap:0 1rem;margin-top:1rem;}
#popup_wrap.mob .popup_foot button{width:5rem;height:5rem;background-color:#497cf8;background-repeat:no-repeat;background-position:center;}
#popup_wrap.mob .popup_foot button.layor_prev{background-image:url(/images/common_new/ico_popup_prev.png);}
#popup_wrap.mob .popup_foot button.layor_next{background-image:url(/images/common_new/ico_popup_next.png);}
#popup_wrap.mob .swiper{width:100%;}
#popup_wrap.mob .swiper .popup_body .cnt_wrap{display:flex;flex-direction:column;gap:1.8rem 0;height:46rem;background-color:#e4e4e4;padding:2rem;}
#popup_wrap.mob .swiper .popup_body .h_tit{width:94%;font-size:2.3rem;font-weight:700;line-height:1.2;text-align:center;color:#3e3e3e;margin:0 auto;}
#popup_wrap.mob .swiper .popup_body .h_tit .ico_popup{display:block;font-size:8.4rem;height:5.7rem;background:url(/images/common_new/ico_popup.png) no-repeat center;margin-bottom:1.2rem;}
#popup_wrap.mob .swiper .popup_body .h_tit b{ display: -webkit-box; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
#popup_wrap.mob .swiper .popup_body .text p::-webkit-scrollbar, #popup_wrap .swiper .popup_body .file .list::-webkit-scrollbar{width:1.2rem;border-radius:.6rem;background-color:#e5e5e5;}
#popup_wrap.mob .swiper .popup_body .text p::-webkit-scrollbar-thumb, #popup_wrap .swiper .popup_body .file .list::-webkit-scrollbar-thumb{border-radius:.6rem;background-color:#b3b3b3;}
#popup_wrap.mob .swiper .popup_body .text{flex:1;display:inline-flex;flex-direction:column;border-radius:1.5rem;background-color:#fff;padding:2rem;overflow:hidden;}
#popup_wrap.mob .swiper .popup_body .text p{height:100%;min-height:calc(100% - 8rem);overflow-y:auto;}
#popup_wrap.mob .swiper .popup_body .text .btn_wrap{flex:1;display:flex;justify-content:flex-end;border-top:1px solid #e1e1e1;padding:1.6rem 0 0;margin-top:2.8rem;}
#popup_wrap.mob .swiper .popup_body .text .btn_wrap .btn{display:inline-flex;width:10.8rem;font-size:1.2rem;line-height:3rem;text-align:center;color:#fff;border-radius:1rem;background-color:#de5451;}
#popup_wrap.mob .swiper .popup_body .file{height:6rem;border-radius:1.5rem;background-color:#fff;padding:.6rem .3rem;overflow:hidden;}
#popup_wrap.mob .swiper .popup_body .file .list{display:flex;flex-direction:column;gap:.4rem 0;height:100%;padding:.9rem 2rem;overflow-y:auto;}
#popup_wrap.mob .swiper .popup_body .file .list li{display:inline-flex;align-items:center;justify-content:space-between;}
#popup_wrap.mob .swiper .popup_body .file .list li span{width:calc(100% - 8.6rem);font-size:1.6rem;color:#3e3e3e;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#popup_wrap.mob .swiper .popup_body .file .list li .btn{width:8.6rem;font-size:1.4rem;line-height:2.6rem;text-align:center;color:#fff;border-radius:1.2rem;background-color:#8585a0;}
#popup_wrap.mob .swiper .popup_body .img_wrap img{ width: 100%; height:46rem;}
#popup_wrap.mob .swiper .popup_foot{display:flex;align-items:center;justify-content:space-between;background-color:#2a276a;padding:1.3rem 1.8rem;}
#popup_wrap.mob .swiper .popup_foot button{font-size:1.4rem;color:#fff;}
#popup_wrap.mob .swiper .popup_foot button::after{content:'';display:inline-flex;width:1.3rem;height:1.3rem;background:url(/images/common_new/ico_popup_close.png) no-repeat center;vertical-align:middle;margin-left:.4rem;}
#popup_wrap.mob .today_close{display:flex;align-items:center;justify-content:center;gap:0 1rem;width:100%;height:4rem;color:#fff;background-color:#497cf8;}
/* ========== 레이어팝업 : e ==========*/



/* ========== 공통 클래스 : s ==========*/
.sr_only, .text_hidden, legend, caption{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;}
.sd_only{position:initial !important;width:initial !important;height:initial !important;padding:initial !important;margin:initial !important;overflow:visible !important;clip:initial !important;white-space:initial !important;border:initial !important;}
.mob_only{display:none !important;}

.fl{float:left}
.fr{float:right}
.fw:after, .clear:after{content:'';display:block;clear:both;}

/* 선 */
.b_none{border:none !important;}
.bb_none{border-bottom:none !important;}
.bt_none{border-top:none !important;}
.bl_none{border-left:none !important;}
.br_none{border-right:none !important;}
.bg_none{background:none !important;}

/* 레이아웃 */
.dp_block{display:block !important;}
.dp_flex{display:flex !important;}
.dp_inflex{display:inline-flex !important;}
.ai_start{align-items:flex-start !important;}
.ai_center{align-items:center !important;}
.ai_end{align-items:flex-end !important;}
.jc_start{justify-content:flex-start !important;}
.jc_center{justify-content:center !important;}
.jc_end{justify-content:flex-end !important;}
.jc_between{justify-content:space-between !important;}
.fw_wrap{flex-wrap:wrap !important;}
.fw_nowrap{flex-wrap:nowrap !important;}
.fd_row{flex-direction:row !important;}
.fd_column{flex-direction:column !important;}

/* 텍스트, 이미지 정렬 */
.align_left{text-align:left !important;}
.align_right{text-align:right !important;}
.align_center{text-align:center !important;}

/* 간격조정 */
.mt0{margin-top:0 !important;}
.mt5{margin-top:.5rem !important;}
.mt10{margin-top:1rem !important;}
.mt15{margin-top:1.5rem !important;}
.mt20{margin-top:2rem !important;}
.mt25{margin-top:2.5rem !important;}
.mt30{margin-top:3rem !important;}
.mt35{margin-top:3.5rem !important;}
.mt40{margin-top:4rem !important;}
.mt45{margin-top:4.5rem !important;}
.mt50{margin-top:5rem !important;}
.mt55{margin-top:5.5rem !important;} 
.mt60{margin-top:6rem !important;}
.mt65{margin-top:6.5rem !important;}
.mt70{margin-top:7rem !important;}
.mt75{margin-top:7.5rem !important;}
.mt80{margin-top:8rem !important;}
.mt85{margin-top:8.5rem !important;}
.mt90{margin-top:9rem !important;}
.mt95{margin-top:9.5rem !important;}
.mt100{margin-top:10rem !important;}
.mt110{margin-top:11rem !important;}
.mt120{margin-top:12rem !important;}
.mt130{margin-top:13rem !important;}
.mt140{margin-top:14rem !important;}
.mt150{margin-top:15rem !important;}
.mt200{margin-top:20rem !important;}

.mt_5{margin-top:-.5rem !important;}
.mt_10{margin-top:-1rem !important;}
.mt_15{margin-top:-1.5rem !important;}
.mt_20{margin-top:-2rem !important;}
.mt_25{margin-top:-2.5rem !important;}
.mt_30{margin-top:-3rem !important;}
.mt_35{margin-top:-3.5rem !important;}
.mt_40{margin-top:-4rem !important;}
.mt_45{margin-top:-4.5rem !important;}
.mt_50{margin-top:-5rem !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:.5rem !important;}
.mb10{margin-bottom:1rem !important;}
.mb15{margin-bottom:1.5rem !important;}
.mb20{margin-bottom:2rem !important;}
.mb25{margin-bottom:2.5rem !important;}
.mb30{margin-bottom:3rem !important;}
.mb35{margin-bottom:3.5rem !important;}
.mb40{margin-bottom:4rem !important;}
.mb45{margin-bottom:4.5rem !important;}
.mb50{margin-bottom:5rem !important;}
.mb55{margin-bottom:5.5rem !important;}
.mb60{margin-bottom:6rem !important;}
.mb65{margin-bottom:6.5rem !important;}
.mb70{margin-bottom:7rem !important;}
.mb75{margin-bottom:7.5rem !important;}
.mb80{margin-bottom:8rem !important;}
.mb85{margin-bottom:8.5rem !important;}
.mb90{margin-bottom:9rem !important;}
.mb95{margin-bottom:9.5rem !important;}

.mb_5{margin-bottom:-.5rem !important;}
.mb_10{margin-bottom:-1rem !important;}
.mb_20{margin-bottom:-2rem !important;}
.mb_30{margin-bottom:-3rem !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:.5rem !important;}
.ml10{margin-left:1rem !important;}
.ml15{margin-left:1.5rem !important;}
.ml20{margin-left:2rem !important;}
.ml25{margin-left:2.5rem !important;}
.ml30{margin-left:3rem !important;}
.ml35{margin-left:3.5rem !important;}
.ml40{margin-left:4rem !important;}
.ml45{margin-left:4.5rem !important;}
.ml50{margin-left:5rem !important;}
.ml55{margin-left:5.5rem !important;}
.ml60{margin-left:6rem !important;}
.ml65{margin-left:6.5rem !important;}
.ml70{margin-left:7rem !important;}
.ml75{margin-left:7.5rem !important;}
.ml80{margin-left:8rem !important;}
.ml85{margin-left:8.5rem !important;}
.ml90{margin-left:9rem !important;}
.ml95{margin-left:9.5rem !important;}
.ml100{margin-left:10rem !important;}
.ml120{margin-left:12rem !important;}
.ml130{margin-left:13rem !important;}
.ml140{margin-left:14rem !important;}
.ml150{margin-left:15rem !important;}

.ml_5{margin-left:-.5rem !important;}
.ml_10{margin-left:-1rem !important;}
.ml_15{margin-left:-1.5rem !important;}
.ml_20{margin-left:-2rem !important;}
.ml_25{margin-left:-2.5rem !important;}
.ml_30{margin-left:-3rem !important;}
.ml_35{margin-left:-3.5rem !important;}
.ml_40{margin-left:-4rem !important;}
.ml_45{margin-left:-4.5rem !important;}
.ml_50{margin-left:-5rem !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:.5rem !important;}
.mr10{margin-right:1rem !important;}
.mr15{margin-right:1.5rem !important;}
.mr20{margin-right:2rem !important;}
.mr25{margin-right:2.5rem !important;}
.mr30{margin-right:3rem !important;}
.mr35{margin-right:3.5rem !important;}
.mr40{margin-right:4rem !important;}
.mr45{margin-right:4.5rem !important;}
.mr50{margin-right:5rem !important;}
.mr55{margin-right:5.5rem !important;}
.mr60{margin-right:6rem !important;}
.mr65{margin-right:6.5rem !important;}
.mr70{margin-right:7rem !important;}
.mr75{margin-right:7.5rem !important;}
.mr80{margin-right:8rem !important;}
.mr85{margin-right:8.5rem !important;}
.mr90{margin-right:9rem !important;}
.mr95{margin-right:9.5rem !important;}
.mr100{margin-right:10rem !important;}
.mr120{margin-right:12rem !important;}
.mr130{margin-right:13rem !important;}
.mr140{margin-right:14rem !important;}
.mr150{margin-right:15rem !important;}

.mr_5{margin-right:-.5rem !important;}
.mr_10{margin-right:-1rem !important;}
.mr_15{margin-right:-1.5rem !important;}
.mr_20{margin-right:-2rem !important;}
.mr_25{margin-right:-2.5rem !important;}
.mr_30{margin-right:-3rem !important;}
.mr_35{margin-right:-3.5rem !important;}
.mr_40{margin-right:-4rem !important;}
.mr_45{margin-right:-4.5rem !important;}
.mr_50{margin-right:-5rem !important;}

.ma0{margin:0 !important;}
.ma5{margin:.5rem !important;}
.ma10{margin:1rem !important;}
.ma15{margin:1.5rem !important;}
.ma20{margin:2rem !important;}
.ma25{margin:2.5rem !important;}
.ma30{margin:3rem !important;}
.ma35{margin:3.5rem !important;}
.ma40{margin:4rem !important;}
.ma45{margin:4.5rem !important;}
.ma50{margin:5rem !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:.5rem !important;}
.pt10{padding-top:1rem !important;}
.pt15{padding-top:1.5rem !important;}
.pt20{padding-top:2rem !important;}
.pt25{padding-top:2.5rem !important;}
.pt30{padding-top:3rem !important;}
.pt35{padding-top:3.5rem !important;}
.pt40{padding-top:4rem !important;}
.pt45{padding-top:4.5rem !important;}
.pt50{padding-top:5rem !important;}
.pt60{padding-top:6rem !important;}
.pt70{padding-top:7rem !important;}
.pt80{padding-top:8rem !important;}
.pt90{padding-top:9rem !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:.5rem !important;}
.pb10{padding-bottom:1rem !important;}
.pb15{padding-bottom:1.5rem !important;}
.pb20{padding-bottom:2rem !important;}
.pb25{padding-bottom:2.5rem !important;}
.pb30{padding-bottom:3rem !important;}
.pb35{padding-bottom:3.5rem !important;}
.pb40{padding-bottom:4rem !important;}
.pb50{padding-bottom:5rem !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:.5rem !important;}
.pl10{padding-left:1rem !important;}
.pl15{padding-left:1.5rem !important;}
.pl20{padding-left:2rem !important;}
.pl25{padding-left:2.5rem !important;}
.pl30{padding-left:3rem !important;}
.pl35{padding-left:3.5rem !important;}
.pl40{padding-left:4rem !important;}
.pl45{padding-left:4.5rem !important;}
.pl50{padding-left:5rem !important;}
.pl55{padding-left:5.5rem !important;}
.pl60{padding-left:6rem !important;}
.pl65{padding-left:6.5rem !important;}
.pl70{padding-left:7rem !important;}
.pl75{padding-left:7.5rem !important;}
.pl80{padding-left:8rem !important;}
.pl85{padding-left:8.5rem !important;}
.pl90{padding-left:9rem !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:.5rem !important;}
.pr10{padding-right:1rem !important;}
.pr15{padding-right:1.5rem !important;}
.pr20{padding-right:2rem !important;}
.pr25{padding-right:2.5rem !important;}
.pr30{padding-right:3rem !important;}
.pr35{padding-right:3.5rem !important;}
.pr40{padding-right:4rem !important;}

.pa0{padding:0 !important;}
.pa5{padding:.5rem !important;}
.pa10{padding:1rem !important;}
.pa15{padding:1.5rem !important;}
.pa20{padding:2rem !important;}
.pa25{padding:2.5rem !important;}
.pa30{padding:3rem !important;}
.pa35{padding:3.5rem !important;}
.pa40{padding:4rem !important;}
.pa45{padding:4.5rem !important;}
.pa50{padding:5rem !important;}

/* 가변넓이 */
.w50{width:5rem !important;}
.w80{width:8rem !important;}
.w110{width:11rem !important;}
.w120{width:12rem !important;}

.h40{height:4rem !important;}

.mw_none{max-width:none !important;}
.w_auto{width:auto !important;}
.w_50{width:50% !important;max-width:none !important;}
.w_100{width:100% !important;max-width:none !important;}

.mh_auto{min-height:auto !important;}
.h_auto{height:auto !important;}
.h_100{height:100% !important;}

table th.th_5{width:5% !important;}
table th.th_10{width:10% !important;}
table th.th_15{width:15% !important;}
table th.th_18{width:18% !important;}
table th.th_20{width:20% !important;}
table th.th_25{width:25% !important;}
table th.th_30{width:30% !important;}
table th.th_35{width:35% !important;}
table th.th_40{width:40% !important;}
table th.th_45{width:45% !important;}
table th.th_50{width:50% !important;}
table th.th_55{width:55% !important;}
table th.th_60{width:60% !important;}
table th.th_65{width:65% !important;}
table th.th_70{width:70% !important;}
table th.th_75{width:75% !important;}
table th.th_80{width:80% !important;}

table td.td_5{width:5% !important;}
table td.td_10{width:10% !important;}
table td.td_15{width:15% !important;}
table td.td_20{width:20% !important;}
table td.td_25{width:25% !important;}
table td.td_30{width:30% !important;}
table td.td_35{width:35% !important;}
table td.td_40{width:40% !important;}
table td.td_45{width:45% !important;}
table td.td_50{width:50% !important;}
table td.td_55{width:55% !important;}
table td.td_60{width:60% !important;}
table td.td_65{width:65% !important;}
table td.td_70{width:70% !important;}
table td.td_75{width:75% !important;}
table td.td_80{width:80% !important;}
/* ========== 공통 클래스 : e ==========*/



/* desktop 사이즈-L : 1440px */
@media screen and (max-width:1440px) {
}

/* desktop 사이즈-M : 1280px */
@media screen and (max-width:1280px) {  
	.satisfy_area.tp2 .satisfy_cnt > ul .cnt .chk_list > li{width:100%;}
}

/* tablet 사이즈 : 1024px */
@media screen and (max-width:1024px) {
	.web_only{display:none !important;}
	.mob_only{display:flex !important;}
	
	/* 플리킹 */
	.f_wrapper{clear:both;width:100%;margin-top:2rem;}
	.f_wrapper .f_wrapper_inner{overflow:auto;-webkit-overflow-scrolling:touch;}
	.f_wrapper .f_wrapper_inner .touch{display:block;height:2.7rem;line-height:2.7rem;background:url(/layout/images/www/common/ico_flicking.png) no-repeat left top;background-size:contain;padding-left:3.6rem;}
	.f_wrapper .f_wrapper_inner .f_scroller{display:block;width:102.4rem;background-color:#fff;margin-top:1.5rem;}
	.f_wrapper .f_wrapper_inner .f_scroller table{margin:0;}

	/* 만족도조사 */
	.satisfy_area{margin-top:2rem;}
	.satisfy_area .satisfy_top .dl{flex-direction:column;align-items:flex-start;gap:.8rem 0;}
	.satisfy_area .satisfy_top .dd::before{top:.6rem;transform:none;}
	.satisfy_area .satisfy_bot{padding:0 2.8rem;}
	.satisfy_area .satisfy_tit{padding:2.4rem 0;}
	.satisfy_area .satisfy_tit .input_flex{flex-direction:column;}
	.satisfy_area .satisfy_cnt .input_btn{flex-direction:column;align-items:flex-end;gap:1.5rem 1rem;}
	.satisfy_area.tp2 .satisfy_tit .input_flex{align-items:flex-start;}
	.satisfy_area.tp2 .satisfy_tit .btn_base{min-width:10rem;}

	.satisfy_graph{flex-direction:column;}
	.satisfy_graph ul{padding:2.5rem 1.5rem;}
	.satisfy_graph ul li{flex-direction:column;align-items:flex-start;}
	.satisfy_graph ul li br{display:none;}
	.satisfy_graph ul li .tit, .satisfy_graph ul li .cnt{width:100%;}
	.satisfy_graph ul li .cnt .per{text-align:right;}
	.satisfy_opinion ul li .tit{order:1;}
	.satisfy_opinion ul li .etc{order:3;width:100%;justify-content:space-between;}
	.satisfy_opinion ul li .cnt{order:2;}
	.satisfy_opinion ul li .cnt .sub{-webkit-line-clamp:3;}
}



/* mobile 사이즈 : 768px */
@media screen and (max-width:768px) {
	body{overflow-x:auto;}
	
	/* 만족도조사 */
	.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li{flex-direction:column;align-items:flex-start;min-height:auto;padding:.5rem 0;}
	.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li .dt{min-width:8.4rem;}
	.satisfy_area.tp2 .satisfy_tit .radio_list{flex-wrap:nowrap;width:100%;}
	.satisfy_area.tp2 .satisfy_tit .radio_list > li{flex:1;}
	.satisfy_area.tp2 .satisfy_tit .radio_list > li .radio_btn,
	.satisfy_area.tp2 .satisfy_tit .radio_list > li .btn_base,
	.satisfy_area.tp2 .satisfy_tit .radio_btn input + label{width:100%;min-width:auto;}
}



/* ========== 정리예정 : s(필요 유무 확인 후 삭제) ========== */
/* 모바일버전보기 */
.change_mobile_system{height:70px;line-height:70px;background:#333;width:200px;text-align:center;border-radius:35px;margin:0 auto;margin-top:50px;}
.change_mobile_system a{display:block;font-size:22px;color:#fff}

/* 콘텐츠 선택 */
#board_list_table{background:transparent url("/images/common/board/table_bg_02.gif") repeat-x scroll left top;border-spacing:0;border-style:solid none none;border-top:2px solid #535353;clear:both;width:100%}
#board_list_table th{background:transparent url("/images/common/board/table_bg_01.gif") no-repeat scroll right 8px;border-bottom:1px solid #b5b5b5; border-style:none none solid;color:#555555;padding:8px 0 7px;text-align:center}
#board_list_table td{background:transparent none repeat scroll 0 0;border-bottom:1px solid #d6d6d6;color:#666666;padding:8px 3px;text-align:center;}
#tab_content_m4 table td input{width:55%;}
#tab_content_m4 #search_result{width:100%;margin-top:10px;}

/* 디버그관련 추가 171123_김용선 */
.debug_info_wrap{position:fixed;bottom:-237px;transition:ease-in-out 0.3s;z-index:99999;}
.debug_info_wrap.open{bottom:0;}
.debug_info_wrap.close{bottom:-237px;}
.debug_info_wrap .debug_open_btn{float:left;margin:5px;padding:5px 10px;background:#222;border-radius:5px;border:1px solid #fff;} 
.debug_info_wrap .debug_open_btn a{display:block;color:#fff;}
#show_debug_info {display:block;width:96.5%;border:1px solid #000;opacity:1;background-color:#ffdde3;font-size:13px;line-height:16px;margin:5px;height:200px;overflow-y:scroll;padding:15px;z-index:99999;color:#323232;}
#show_debug_info > ul{background-color:#fff;}
#show_debug_info ul{padding:10px;}
#show_debug_info ul li.alert{margin:10px 0;padding:10px 0;border:1px dashed #666;border-width:1px 0;background-color:#F3E2F3;}
#show_debug_info ul li ul li{margin-bottom:4px;}

/* 하위버전 업데이트 유도문구 */
#browser{background:url("/images/common/op70.png") repeat scroll 0 0;top:0;left:0;z-index:1001;height:100%;width:100%;position:fixed;text-align:center;}
#browser .infobox{background-color:#fff;width:714px;height:426px;margin:221px auto 0;color:#333;position:relative;}
#browser .infobox h2{font-size:30px;font-weight:500;padding-top:54px;line-height:30px;}
#browser .infobox h2 span{color:#e53838;}
#browser .infobox p{font-size:17px;line-height:27px;margin-top:25px;}
#browser .infobox ul{width:607px;margin:25px auto 0;}
#browser .infobox ul li{float:left;margin-left:11px;}
#browser .infobox ul li:first-child{margin-left:0;}
#browser .infobox ul li a{display:block;padding-top:110px;width:195px;}
#browser .infobox ul li a span {background-color:#88837d;height:50px;width:195px;text-align:center;display:block;color:#fff;line-height:50px;}
#browser .infobox ul li.ie a {background:url("/images/common/bw_ie.gif") no-repeat scroll center 0;}
#browser .infobox ul li.ff a {background:url("/images/common/bw_ff.gif") no-repeat scroll center 0;}
#browser .infobox ul li.cr a {background:url("/images/common/bw_cr.gif") no-repeat scroll center 0;}
#browser a.brower_close{display:block;position:absolute;right:20px;top:20px;width:24px;height:23px;background:url("/images/common/bw_close.gif") no-repeat scroll center 0;}
#browser a.brower_close span{display:block;text-indent:-5000px;}
/* ========== 정리예정 : e ========== */