@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto';


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: "Noto Sans KR","Roboto", 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', Gulim, '굴림', sans-serif; font-size:14px;  letter-spacing:-0.03em; color:#000; line-height:1.6; font-weight:300; height:100%; min-height:500px; background:(../img/adm_header_img.jpg) no-repeat 0 0 !important; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: "Noto Sans KR","Roboto", 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', Gulim, '굴림', sans-serif; font-size:14px;  letter-spacing:-0.03em; color:#000; line-height:1.6; font-weight:300; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul{margin:0;padding:0;list-style:none}
li,dt,dd,ol{margin:0;padding:0}
ol{list-style-position:inside}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family: "Noto Sans KR","Roboto", 'Malgun Gothic',"맑은 고딕",AppleGothic,Dotum,"돋움", sans-serif;font-size:1em}
button,input[type="submit"] {cursor:pointer}
textarea, select {font-family: "Noto Sans KR","Roboto", 'Malgun Gothic',"맑은 고딕",AppleGothic,Dotum,"돋움", sans-serif;;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#333;text-decoration:none}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.template-form{display : none;}
.bo_w_link{display : none;}

/* 팝업 수정 페이지 접속기기 display : none */
/* .tbl_frm01.tbl_wrap table tr:first-child{display : none;} */

/*서식*/
form { margin: 0; padding: 0; }
input, select, textarea, button {} 

input.image {  vertical-align:top; border:0px; }

input[type=text], 
input[type=password], 
input[type=number],
input[type=file]{border:1px solid #c1c1c1; height:30px; line-height:30px; padding:0px 0px; /*border-radius:3px;*/font-size:90%; }
input[type=checkbox], 
input[type=radio]{vertical-align:middle;padding:0; margin:0 5px 0 0; border:0px solid #c1c1c1; font-size:90%; }
input[type=text],
input[type=password]{ padding:0px 10px; }
textarea{padding:10px; border:1px solid #c1c1c1; /*border-radius:3px;*/ }
select{vertical-align:middle; border:1px solid #c1c1c1; height:30px; padding-left:5px; line-height:30px; font-size:13px;/*border-radius:3px;*/ }

input:hover, 
input:focus, 
select:hover, 
select:focus, 
textarea:hover, 
textarea:focus { border: 1px solid #88898d;}
input[type=file]:hover, 
input[type=file]:focus { border:0px solid #88898d;}
input[type=image]:hover, 
input[type=image]:focus { border:0px solid #88898d;}
/*a[target="_blank"] { background:url(/hsedu/gmi/cni/new_ico.png) no-repeat right 45%; padding-right:20px;  }*/




/* Button a */
.button a { position:relative; margin:0; display:inline-block; text-decoration:none !important; border:0; white-space:nowrap; background:#757575; overflow:visible; color:#fff; border-radius:0px;}
.button a { height:35px; padding:0 20px 0 18px; font-weight:600; line-height:35px;}
.white a {background:#ffffff; color:#333; border:1px solid #ccc; }
.btn_line {padding: 2px 4px; border-radius:3px; display:inline-block; font-size:90%; border: 1px dashed #444; background:#fff; }
.btn_line_black {padding: 2px 4px; border-radius:3px; display:inline-block; font-size:90%; border: 1px solid #4d4d4d; background: #4d4d4d; color:#fff;}
a.btn_line_black:hover,
a.btn_line_black:focus {color:#fff;}



h2{font-size: 1.083em;font-weight: bold;margin:0px 0}
h2#container_title{display : block;}


/* 레이아웃 */
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_top{background: url(../img/bg_header.png) repeat 0 0; position:fixed;top:0;left:0;width:100%;height:100px; z-index:1000; }
#hd_top:after{display:block;visibility:hidden;clear:both;content:""}
#logo{/*background:#626d72;*/ height:100%;float:left;width:220px;padding:33px 0 15px 0px;text-align:center; }

/*#logo{background:#333 url(../img/adm_topline01.gif) no-repeat 0 bottom; height:100%;float:left;width:220px;padding:28px 0 15px 0px;text-align:center}*/






#logo.adm_logo{margin-top:0px; height:100px;}
#logo.adm_logo span.adm_txt{display:block; color:#fff;}



#btn_gnb{background:url(../img/menu-cl.png) 50% 50% no-repeat #111;width:50px;height:50px;border:0;position:absolute;top:0;left:0;text-indent:-999px;overflow:hidden}
#btn_gnb.btn_gnb_open{background:url(../img/menu-op.png) 50% 50% no-repeat #223390;width:50px;height:50px;border:0;position:absolute;top:0;left:0;text-indent:-999px;overflow:hidden}
.btn_pop{float:right; background:#e15e0e; width:90px; padding:1px; border-radius:3px; }
.btn_pop a{color:#fff;}





.adm_tit{float:left; color:#fff; font-size:14px; padding:30px 0 0 40px; background:url(../img/adm_ico.png) 25px 36px no-repeat;}
.adm_tit span.point{color:#ecf40a; font-weight:bold;}
#tnb{float:right;padding:25px 10px 10px 10px;}
#tnb ul:after{display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left;position:relative;margin-left:3px}
#tnb a{color:#fff; font-weight:400; padding:0 10px;display:block;line-height:30px;}
#tnb .tnb_service{border-radius:3px;background:#333;color:#fff;padding:0 10px;text-align:left;height:30px;line-height:30px;}
#tnb .tnb_service:hover{background:#111}
#tnb  button{width:120px;;border:0;border-radius:3px;background:#333;color:#fff;padding:0 30px 0 10px;text-align:left;height:30px;position:relative;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#tnb  button span{display:block;text-indent:-999px;overflow:hidden;width:30px;border-radius:3px;height:30px;position:absolute;top:0;right:0;background:url(../img/op_btn.png) 50% 50% no-repeat #777}
#tnb  button:hover {background:#111}
#tnb .tnb_mb_area{display:none;background:#e15e0e;width:120px;position:absolute;padding:5px;margin-top:1px;}
#tnb .tnb_mb_area a{padding:0}
#tnb .tnb_mb_area li{float:none;}
#tnb .tnb_community{background:url(../img/home_icon.png) no-repeat 50% 50%;width:30px;height:30px;overflow:hidden;text-indent:-999px;border-radius:5px}
#tnb .tnb_community:hover{background-color:#777}
#tnb .tnb_shop{background:url(../img/shop_icon.png) no-repeat 50% 50%;width:30px;height:30px;overflow:hidden;text-indent:-999px;border-radius:5px}
#tnb .tnb_shop:hover{background-color:#777}

/*gnb*/
#gnb{position:fixed;top:0;left:0;max-width:220px;height:100%;padding-top:60px;z-index:999}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_ul{position:relative;height:100%;background:#fff;width:0px}
#gnb .gnb_li{border-bottom:1px solid #ddd }
#gnb .gnb_li button{background-color: #ebebeb;border:0;width:50px;height:50px;text-indent:-999px;overflow:hidden;}
#gnb .gnb_li .btn_op{background:url(../img/menu_default.png) 50% 50% no-repeat #ebebeb}
#gnb .on .btn_op{background:url(../img/menu_default_on.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-100{background:url(../img/menu-1-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-100{background:url(../img/menu-1.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-200{display:none; background:url(../img/menu-2-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-200{display:none; background:url(../img/menu-2.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-300{background:url(../img/menu-3-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-300{background:url(../img/menu-3.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-400{background:url(../img/menu-7-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-400{background:url(../img/menu-7.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-500{background:url(../img/menu-6-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-500{background:url(../img/menu-6.png) 50% 50% no-repeat #fff}
#gnb .gnb_li .btn_op.menu-900{background:url(../img/menu-4-1.png) 50% 50% no-repeat #ebebeb }
#gnb .on .btn_op.menu-900{background:url(../img/menu-4.png) 50% 50% no-repeat #fff}
#gnb .gnb_li button:hover{background-color:#f3f3f3}
#gnb .gnb_oparea{display:block;position:absolute;top:24px;left:0px;background:#262632;height:100%;width:220px;padding:50px 0 0 0;
-webkit-box-shadow: 2px 0 2px  rgba(150,150,150,100.1);
   -moz-box-shadow: 2px 0 2px  rgba(150,150,150,0.1);
        box-shadow: 2px 0 2px  rgba(150,150,150,0.1);}
#gnb .on .gnb_oparea{display:block}

#gnb .gnb_oparea div.gnb_oparea_h2{margin:0px 0 20px 20px !important; background:url(../img/adm_h2_titlebar.gif) no-repeat 0 0; line-height:48px;font-size:20px; color:#fff;  font-weight:500; padding:0px 10px 0px 0px; }
#gnb .gnb_oparea div.gnb_oparea_h3{margin:10px 0 0px 20px !important; line-height:48px;font-size:17px; color:#fff;  font-weight:500; padding:0px 10px 0px 0px; }


#gnb .gnb_oparea div.gnb_admin_ico{margin:10px 0 40px 20px !important; line-height:48px;font-size:16px; color:#fff;  font-weight:300; padding:0px 10px 0px 0px;}


/*개발자관리자 220310*/
#gnb .g_o_adm{padding-top:40px !important;}
#gnb .g_o_adm div.gnb_admin_ico{margin-bottom:20px !important;}

#gnb .g_o_adm h4{margin-left:20px; line-height:24px !important;font-size:14px; font-weight:300; letter-spacing:-0.03em; color:#f4f4f4; padding:0px 0 0px 30px;  }


#gnb .gnb_oparea div.gnb_admin_ico a{color:#fff;}
#gnb .gnb_oparea div.gnb_admin_ico img{margin-right:10px;}


#gnb .gnb_oparea h3{margin:0px 0 0px 10px !important; line-height:28px;font-size:15px; font-weight:400; letter-spacing:-0.03em; color:#f4f4f4; padding:5px 0 5px 38px;  }

#gnb .gnb_oparea h3.ico01{background:url(/img/menu-1_w.png) no-repeat 15px 12px;}
#gnb .gnb_oparea h3.ico02{background:url(/img/menu-2_w.png) no-repeat 15px 12px;}
#gnb .gnb_oparea h3.ico03{background:url(/img/menu-3_w.png) no-repeat 15px 12px;}
#gnb .gnb_oparea h3.ico04{background:url(/img/menu_default_w.png) no-repeat 15px 12px;}






#gnb .gnb_oparea h3 a{color:#f4f4f4; }
#gnb .gnb_oparea h3 a:hover{color:#f4f4f4;}
#gnb .gnb_oparea h3 {color:#f4f4f4; }

#gnb .gnb_oparea h4{margin-left:20px; line-height:28px;font-size:14px; font-weight:300; letter-spacing:-0.03em; color:#f4f4f4; padding:0px 0 0px 30px;  }
#gnb .gnb_oparea h4 a{color:#f4f4f4;}
#gnb .gnb_oparea h4 a:hover{color:#f4f4f4;}



#gnb .gnb_oparea li{line-height:28px;  padding:0px; min-width:130px; width:100%; display:inline-block; }
#gnb .gnb_oparea li a{color:#fff; font-size:15px; padding:0 10px;}
#gnb .gnb_oparea li a:hover,#gnb .gnb_oparea li .on{color:#fff; font-weight:500; background:#2f409f;display:inline-block;min-width:130px; width:100%;}
#gnb.gnb_small .gnb_oparea{display:none;}
#gnb.gnb_small .gnb_li:hover .gnb_oparea{display:block; }
.gnb_small .gnb_ul{display:block;}

/*중간*/
#wrapper{clear:both; padding-top:0px;}
/*중간*/
#container{position:relative; clear:both; padding:0px 0 0 0px;height:100vh;background:#fff;min-width:1200px;width:auto; margin:100px 0 0 220px; }
#container.container-small{padding-left:50px}
#container_wr{padding:25px;min-height:500px; }
#container_title{position:relative;top:50px;left:50px;width:100%; margin-bottom:20px; line-height:50px;font-size:1.5em;padding:0 20px 0 0; font-weight:bold; letter-spacing:-0.05em; padding-left:0px;background:#fff;z-index:99}
#container.container-small #container_title{padding-left:70px; }
.container_wr{margin:50px 0 20px 50px; max-width:1200px;padding:20px 0 20px 0px; border-top:1px solid #ddd;}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#to_content a {z-index:100000;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
#to_content a:focus, #to_content a:active {width:100%;height:70px;background:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.1em}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha img {border:1px solid #ddd;border-right:0}
#captcha_mp3 img {border:1px solid #ddd;border-left:0;background:#494949}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right; display:none;}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 공통박스 */
.compare_wrap {margin:0 0 10px;zoom:1}
.compare_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.compare_wrap section {margin: 0 0 10px;}
.compare_wrap h3 {margin:10px 0 ;text-align:center;text-align:left}
.compare_wrap .tbl_frm {margin:0}
.compare_wrap .frm_input {background:#fff}
.compare_wrap .btn_confirm {padding:10px 0 0}
.compare_left {float:left;width:49%}
.compare_right {float:right;width:49%}

/* 버튼 */
.btn_confirm {margin:0 0 20px}
.btn_fixed_top{position:fixed;top:120px;right:15px;z-index:100}

.btn_confirm01 {}
.btn_confirm01 button {padding:0 15px;height:30px;border:0;background:#9eacc6;color:#fff}
.btn_confirm01 a {display:inline-block;padding:0 15px;height:30px;background: #9eacc6;color: #fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
.btn_confirm01 a:focus {background:#555}

.btn_confirm02 {clear:both;margin-top:10px;text-align:center}
.btn_confirm02 button {padding:0 15px;height:30px;border:0;background:#617d46;color:#fff}
.btn_confirm02 a {display:inline-block;padding:0 15px;height:30px;background:#617d46;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
.btn_confirm02 a:focus {background:#555}

.btn_submit{background:#ff4081;color:#fff}
a.btn_submit{background:#ff4081;color:#fff}

.btn_confirm .btn_submit {padding:0 15px;border:0;height:30px;color:#fff}
.btn_frmline {display:inline-block;padding:0 7px;height:24px;border:0;background:#444;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:2em} /* 우편번호검색버튼 등 */
.btn_frmline:focus, .btn_frmline:hover, .btn_frmline:active {text-decoration:none}

.btn_win {margin:0 20px 10px} /* 새창용 */

.btn_win01 {clear:both;text-align:center}
.btn_win01 a, .btn_win01 button {padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa}
.btn_win01 a {display:inline-block;line-height:2em;cursor:pointer}
.btn_win01 a:focus, .btn_win01 a:hover {text-decoration:none}

.btn_win02 {clear:both;text-align:center}
.btn_win02 a {display:inline-block;vertical-align:middle;cursor:pointer}
.btn_win02 a:focus, .btn_win02 a:hover {text-decoration:none}
.btn_win02 button.btn_submit {background:#ff3061;color:#fff}

.btn_list {margin:10px 0} /* 목록용 */
.btn_list .btn_02{height:28px;padding:0 5px;border:0;}

.btn_list01 {}
.btn_list01 a:focus {background:#555}

.btn_list02 {}
.btn_list02 a:focus {background:#555}

.btn_list03 {text-align:right}
.btn_list03 a {display:inline-block;padding:0 15px;height:28px;background:#617d46;color:#fff;text-decoration:none;line-height:2.4em;vertical-align:middle}
.btn_list03 a:focus {background:#555}

.btn_add {margin:10px 0 } /* 목록용 추가 */

.btn_add01 {text-align:right}
.btn_add01 a, .btn_add01 button {padding:10px;border:1px solid #ccc;background:#f0f0f0;text-decoration:none;cursor:pointer}
.btn_add01 a {display:inline-block;vertical-align:middle}btn_confirm
.btn_add01 button {margin:0}


.td_mng a.btn,.td_mng a{display:inline-block;height:26px;line-height:26px;border:0;;border-radius:3px;padding:0 8px;margin:1px;font-weight:normal}
.td_mng button,.td_mng button.btn{height:26px;border:0;border-radius:3px;padding:0 8px;margin:1px;border:0;;font-weight:normal}
.btn{height:30px;border:0;;border-radius:5px;padding:0 10px;font-weight:500;font-size:1.09em;vertical-align:middle}
a.btn{display:inline-block;height:30px;line-height:30px;border:0;;border-radius:5px;padding:0 10px;font-weight:500;font-size:1.09em;;vertical-align:middle}
.btn_submit{background:#ff4081;color:#fff}
a.btn_submit{background:#ff4081;color:#fff}
.btn_submit:hover{background:#ff1464}
.btn_01,a.btn_01{background:#ff4081;color:#fff;}
.btn_01:hover,a.btn_01:hover{background:#ff1464}

.btn_02,a.btn_02{background:#9eacc6;color:#fff;}
.btn_03,a.btn_03{background:#3f51b5;color:#fff;}

.btn_frmline{display:inline-block;background:#9eacc6;color:#fff;height:35px;border:0;border-radius:5px;padding:0 10px}
a.btn_frmline{display:inline-block;background:#9eacc6;color:#fff;height:35px;line-height:33px;border-radius:5px;padding:0 10px;text-decoration:none  !important}
.btn_ov01{display:inline-block;line-height:30px;height:30px;font-size:0.92em;vertical-align:top}
.btn_ov01:after{display:block;visibility:hidden;clear :both;content:""}
.btn_ov01 .ov_txt{float:left;background:#9eacc6;color:#fff;border-radius:5px 0 0 5px;padding:0 5px}
.btn_ov01 .ov_num{float:left;background:#ededed;color:#666;border-radius:0 5px 5px 0;padding:0 5px}
a.btn_ov02,a.ov_listall{display:inline-block;line-height:30px;height:30px;font-size:0.92em;background:#565e8c;color:#fff;vertical-align:top;border-radius:5px;padding:0 7px }
a.btn_ov02:hover,a.ov_listall:hover{background:#3f51b5}

li a.btn_02{display:inline-block;line-height:30px;height:30px;font-size:0.92em;background:#f0f0f0;color:#fff;vertical-align:top;border-radius:5px;padding:0 7px }
li a.btn{height:30px;border:0;;border-radius:5px;padding:0 10px;font-weight:500;font-size:1.09em;vertical-align:middle; background:#f0f0f0; color:#111;}


/*form*/
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.frm_input{height:35px;line-height:32px;border:1px solid #d5d5d5;}
.frm_input_full{width:100%}
.required{background:url('../img/wrest.gif')  top right no-repeat #fff !important}
select{height:35px;line-height:32px;border:1px solid #d5d5d5;}
textarea{width:100%;border:1px solid #d5d5d5;min-height:80px}
legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;border:0;overflow:hidden}
.code_input{font:500 15px Consolas}

/* 외부서비스 사이트코드 */
.sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle}


.readonly {}

/*color*/
.color_01{background:#fe528f}
.color_02{background:#68d0a7}
.color_03{background:#b668d0}
.color_04{background:#ffa700}
.color_05{background:#688fef}
.color_06{border:#f7d9d9}

.color_st01{background:#fe528f;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st02{background:#68d0a7;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st03{background:#b668d0;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st04{background:#ffa700;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st05{background:#688fef;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st06{background:#f7d9d9;color:#ff0000;border:1px solid #ff0000;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}

/* 폼 안내글 */
.frm_info {display:block;padding:0 0 5px;color:#5b747e}

/* 목록 바로가기 */
.anchor {margin:10px 0 ;padding:0;zoom:1}
.anchor:after {display:block;visibility:hidden;clear:both;content:""}
.anchor li{float:left;margin-left:-1px;list-style:none}
.anchor a {display:inline-block;padding:5px 10px;border:1px solid #c8ced1;background:#d6dde1;text-decoration:none}
.anchor  .selected{background:#3f51b5}



#sort_mb {width:800px}

#sort_sodr {width:600px}


/* 하단 레이아웃 */
#ft{ display:none;position:fixed; bottom:0; clear:both; width:80%; margin-top:200px; background:#f3f3f3;padding:0 25px;color:#777;text-align:center}
#ft p{line-height:50px;}
.scroll_top{position:fixed;bottom:10px;right:10px;width:50px;height:50px;border:0;text-align:center;background:#ddd;background:rgba(0,0,0,0.1)}
.scroll_top span.top_img{display:inline-block;width: 0; height: 0; border-left: 5px solid transparent;border-right: 5px solid transparent;
border-bottom: 5px solid black;}
.scroll_top span.top_txt{display:block}

/* 페이지 내 검색 */
.local_sch{}
.local_sch:after ,.local_sch div:after{display:block;visibility:hidden;clear:both;content:""}
.local_sch .btn_sch{width:30px;height:30px;border:0;padding:0;float:left;background:url(../img/sch_btn.png) no-repeat 50% 50%;border:1px solid #dcdcdc;border-left:0;text-indent:-999px;overflow:hidden}
.local_sch .btn_sch2{width:35px;height:35px;border:0;padding:0;background:url(../img/sch_btn.png) no-repeat 50% 50% #eee;border:1px solid #dcdcdc;text-indent:-999px;overflow:hidden}

.local_sch .sch_input{height:30px;border:1px solid #dcdcdc;border-right:0;;padding:0 5px;float:left;}
.local_sch select{height:30px;margin-right:3px;border:1px solid #dcdcdc}
.local_sch01{margin: 10px 0;}
.local_sch02{}
.local_sch01 .frm_input{height:30px;border:1px solid #dcdcdc;padding:0 5px;}
.local_sch01 .btn_submit{width:30px;height:30px;border:0;padding:0;background:url(../img/sch_btn.png) no-repeat 50% 50% #eee;border:1px solid #dcdcdc;text-indent:-999px;overflow:hidden}
.local_sch03{;padding:5px 15px;background:#e9ebf9;margin:10px 0}
.local_sch div{margin:5px 0;}
.local_sch03 strong{display:inline-block;width:70px;}
.local_sch03  label{margin-right:5px;display:inline-block}
.local_sch03 button{height:30px;padding:0 5px;border:0;background:#9eacc6;color:#fff;}
.local_sch03 .btn_submit{height:30px;padding:0 5px;border:0;;color:#fff;}
.local_sch03 .frm_input{height:30px;border:1px solid #dcdcdc;padding:0 5px;}
/* 페이지 내 실행 */
.local_cmd {min-width:960px}

.local_cmd01 {margin:0 0 10px;padding:0 }
.local_cmd01 .cmd_tit {font-weight:500}
.local_cmd01 .btn_submit {padding:3px 5px;border:1px solid #ff3061;color:#fff;font-size:0.95em;vertical-align:middle}

/* 페이지 내 안내문 */
.local_desc {background:#eaeaea;padding:10px 20px;margin:10px 0;line-height:1.5em }
.local_desc ol, .local_desc ul {margin:0;padding:0 0 0 10px}
.local_desc strong{color:red}
.local_desc li{margin:10px 0}
.local_wr{margin:0 0 10px }
.local_wr:after{display:block;visibility:hidden;clear:both;content:""}

.local_desc01 {margin:10px 0 10px; max-width:1200px;padding:10px 20px;border:1px solid #f2f2f2;background:#f9f9f9}
.local_desc01 strong {color:#ff3061}
.local_desc01 a {text-decoration:underline}

.local_desc02 {margin:10px 0 ;min-width:960px} /* 주로 온라인 서식 관련 안내 내용에 사용 */
.local_desc02 p {padding:0;line-height:1.8em}

/* 페이지 내 카운트 */
.local_ov {min-width:960px}

.local_ov01 {position:relative;;margin: 10px 0;}
.local_ov01 .ov_a {display:inline-block;margin:0 0 0 5px;padding:0 0 0 10px;border-left:1px solid #ccc;color:#ff3061}


/* 테이블 */
table {clear:both;width:100%;border-collapse:collapse;border-spacing:0;}
table caption {height:0;font-size:0;line-height:0;overflow:hidden}
table td{line-height: 22px;}
tfoot th, tfoot td {border:1px solid #d6dce7;background:#eee;padding:5px;text-align:center;font-weight:500;}
tfoot th {}

.tbl_wrap {margin:0 0 10px;padding:0; max-width:1200px;}

/* thead 한 줄 테이블 */
.tbl_head01 {}
.tbl_head01 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head01 thead th {background:#6f809a;color:#fff;border:1px solid #60718b;font-weight:normal;text-align:center;padding:8px 5px;font-size:0.92em}
.tbl_head01 thead th a{color:#fff}
.tbl_head01 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 thead a {color:#383838;text-decoration:underline}
.tbl_head01 tbody th{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head01 tbody td{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head01 tbody tr:nth-child(even){background:#eff3f9}
.tbl_head01 tbody td .frm_input{width:100%;}
.tbl_head01 tbody td select{width:100%}
.tbl_head01 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head01 table select {height: 27px;line-height: 25px;width: 100%;}

.tbl_head01 thead th.td_name, .tbl_head01 tbody td.td_name{text-align:center !important;}

/* .tbl_head01 thead th:nth-child(1){display : none;} */
/* .tbl_head01 tr td:nth-child(1){display : none;} */

/* thead 두 줄 테이블 */
.tbl_head02 {}
.tbl_head02 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head02 thead th, .tbl_head02 tbody th {padding:5px 0;border:1px solid #d1dee2;background:#e5ecef;color:#383838;letter-spacing:-0.1em}
.tbl_head02 thead th {font-size:0.95em}
.tbl_head02 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 thead a {color:#383838;text-decoration:underline}
.tbl_head02 tbody th {}
.tbl_head02 tbody td {padding:7px 5px;line-height:1.4em;word-break:break-all}

/* UL */
.ul_wrap {}

.ul_01 ul {margin:0;padding:0;list-style:none}
.ul_01 li {padding:10px 0;border-bottom:1px solid #e9e9e9}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 폼 테이블 */
.tbl_frm01 th{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:#f6f6f6;padding: 10px;width:200px;text-align:left}
.tbl_frm01 td {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding: 10px;text-align:left;}
.tbl_frm01 textarea {height:150px}
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
.h2_frm{text-align:left;color:#3f51b5;font-size:1.09em;font-weight:500;margin:20px 0 10px}

/* 테이블 그리드 */
.grid_1 {width:50px}
.grid_2 {width:100px}
.grid_3 {width:150px}
.grid_4 {width:200px}
.grid_5 {width:250px}
.grid_6 {width:300px}
.grid_7 {width:350px}
.grid_8 {width:400px}
.grid_9 {width:450px}
.grid_10 {width:500px}
.grid_11 {width:550px}
.grid_12 {width:600px}
.grid_13 {width:650px}
.grid_14 {width:700px}
.grid_15 {width:750px}
.grid_16 {width:800px}
.grid_17 {width:850px}
.grid_18 {width:900px}

/* 목록 홀짝 배경색 */
.tbl_head01 tbody .bg0{background:#fff !important}
.tbl_head01 tbody .bg1{background:#eff3f9 !important}
.tbl_head01 tbody .bg0cancel {background:#fdebf3 !important}
.tbl_head01 tbody .bg0cancel td {border-color:#f9d8e6 !important}
.tbl_head01 tbody .bg1cancel {background:#fdebf3 !important}
.tbl_head01 tbody .bg1cancel td {border-color:#f9d8e6 !important}

/* 메뉴설정 */
#menu_frm #menu_result {margin:10px 0}

#menulist .sub_menu_class {padding-left:25px;background:url('../img/sub_menu_ico.gif') 5px 15px no-repeat}
.exist_menu_link {font-weight:500;color:red}

/* 회원관리 목록 */
.mb_leave_msg {color:#b6b6b6}
.mb_intercept_msg {color:#ff0000}
#point_mng {margin-top:50px}

/* 게시판추가/수정 */
#anc_bo_extra .td_grpset label {width:auto}
#anc_bo_extra .td_grpset input {margin:0}
#anc_bo_extra label {display:inline-block;width:100px}
#anc_bo_extra input {margin-right:10px}

/* 게시판 여분필드 값 input style 로빈아빠님 제안 */
#anc_bo_extra input.extra-value-input {width:calc(100% - 370px);}

/* 접속자집계 목록 */
.tbl_visit_list td {text-align:center}
.visit_bar {position:relative}
.visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#3f51b5}

/*접속자로그삭제*/
.visit_del_bt{margin:5px 0;border-top:1px solid #eee;padding:5px 0}
.visit_del_bt .btn_submit{border:0;height:35px;padding: 0 5px;border-radius:3px}

/* 공통 */
.td_addr {text-align:left !important}
.td_alignc {text-align:center}
.td_addr_line {line-height:2em}
.td_addr_line .frm_input{margin:2px 0}
.td_amount {width:70px;text-align:center}
.td_auth {width:100px;text-align:center}
.td_auth_mbnick {width:200px}
.td_boolean {width:50px;text-align:center}
.td_category {width:120px;text-align:center}
.td_categorysmall {width:60px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_chk2{width:70px;}
.td_cnt {width:100px;font-size:0.95em;text-align:center}
.td_cntsmall {width:50px;font-size:0.95em;text-align:center}
.td_code {width:80px;text-align:center}
.td_confirm {width:90px;text-align:center}
.td_date {width:70px;text-align:center}
.td_datetime {width:130px;text-align:center}
.td_delicom {width:100px}
.td_delino {width:130px}
.td_device {width:70px;text-align:center}
.td_etc {width:80px;text-align:center}
.td_extra label {display:inline-block;width:100px}
.td_extra input {margin-right:5px;width:130px}
.td_grid {width:60px;text-align:center}
td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
.td_id {width:150px}
.td_idsmall {width:75px}
.td_itname {text-align:left !important}
.td_itopt {width:200px}
.td_itopt_tl {text-align:left !important}
.td_img {text-align:center}
.td_imgline {width:70px;text-align:center}
.td_input input {width:94%}
.td_mbcert {text-align:center}
.td_mbid, .td_name, .td_mbname {width:120px;text-align:left !important}
.td_mbstat {text-align:center}
.td_mng {width:100px;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.td_mngsmall {width:60px;text-align:center;}
.td_num {width:60px;text-align:center}
.td_num_c{width:70px;text-align:center}
.td_num_c2{width:60px;text-align:center}
.td_num_c3{width:100px;text-align:center}
.td_numbig {width:100px;text-align:right !important}
.td_numcancel0 {color:#999;text-align:right !important}
.td_numcancel1 {color:#ff3061;font-weight:500;text-align:right !important}
.td_numcoupon {color:#86b325;text-align:right !important}
.td_numincome {text-align:right !important}
.td_num_right {text-align:right !important}
.td_numsmall {width:40px;text-align:center}
.td_numsum {font-weight:500;text-align:right !important}
.td_numrdy {color:#ff3061;text-align:right !important}
.td_odrnum {width:250px;text-align:center}
.td_odrnum2 {width:140px;text-align:center}
.td_odrnum3 {width:110px;text-align:center}
.td_odrstatus {width:70px;letter-spacing:-0.1em;text-align:center}
.td_output {width:90px;text-align:center}
.td_payby {width:70px;text-align:center;letter-spacing:-0.1em}
.td_paybybig {width:140px;text-align:center;letter-spacing:-0.1em}
.td_possible {width:70px;text-align:center}
.td_postal {width:60px;text-align:center}
.td_postalbig {width:140px;text-align:center}
.td_price {text-align:right !important}
.td_pt {text-align:right !important}
.td_send {width:50px;text-align:center}
.td_sendcost_by {width:50px;text-align:center}
.td_sendcost_add {width:100px;text-align:center}
.td_stat {width:70px;text-align:center}
.td_tdiv {border-bottom:1px solid #c9c9c9 !important}
.td_tel{width:120px;text-align:left !important}
.td_telbig {width:100px;text-align:center}
.td_test {width:50px;text-align:center}
.td_category1{width:130px;text-align:center}
.td_category2{width:100px;text-align:center}
.td_category3{width:80px;text-align:center}
.td_time{text-align:center;width:130px}
.td_center{text-align:center;}
.td_type{width:120px}

.td_mng_s{width:60px}
.td_mng_m{width:100px}
.td_mng_l{width:160px}

.txt_true {color:#e8180c}
.txt_false {color:#ccc}
.txt_succeed {color:#40b300}
.txt_fail {color:#ce4242}
.td_left{text-align:left !important}

.banner_or_img {margin:10px 0 0}
.banner_or_img button {display:block;margin:5px 0 0}
.txt_active {color:#5d910b}
.txt_expired {color:#ccc}
#sct_mobileimg{width:125px}


/* 환경설정 */
.cf_cert_hide {display:none}

/* 관리권한설정 */
#add_admin fieldset {margin-top:20px}

/* 메일 테스트 */

#fsendmailtest {margin:50px 0;text-align:center}
#fsendmailtest .btn_submit {height: 35px;border:0;padding: 0 10px;}

/*캐시파일 일괄삭제*/
.session_del{margin:15px 0;padding-left:20px;}
.session_del li{list-style:disc }
.session_del strong{color:#ff0000}
.session_del p{line-height:1.7em;padding:10px 15px ;background:#f7ecea;border:2px solid #ffb6c1}

/* idx 1:1문의/상품문의/사용후기 */
.sidx_cs {}
.sidx_cs section {float:left;margin:0 2% 0 0;width:32%}
.sidx_cs #anc_sidx_ps {margin:0}
.sidx_cs h2 {padding:0}
.sidx_cs .ul_wrap {margin:0 0 20px}
.sidx_cs .btn_list03 {margin:0}
.sidx_cs #anc_sidx_oneq h2 {padding:0 0 }
.sidx_cs #anc_sidx_oneq .ul_wrap {padding:0 0}
.sidx_cs #anc_sidx_ps h2 {padding:0 20px 0 0}
.sidx_cs #anc_sidx_ps .ul_wrap {padding:0 20px 0 0}
.sidx_cs #anc_sidx_ps .btn_list03 {margin:0 20px 0 0}

.sidx_cs #anc_sidx_oneq .oneq_cate {font-weight:500}
.sidx_cs #anc_sidx_oneq .oneq_link {display:block;margin:5px 0}

.sidx_cs #anc_sidx_qna .qna_link {display:block;margin:5px 0}

.sidx_cs #anc_sidx_ps .ps_link {display:block;margin:5px 0}

/* SMS문자전송 */
#sms_send {padding-bottom:100px;zoom:1}
#sms_send:after {display:block;visibility:hidden;clear:both;content:""}

#sms_frm {float:left;width:650px}
#sms_frm table {margin:0 0 30px}
#sms_frm textarea {height:70px}

#sms_sm {position:relative;float:left;width:229px;height:418px;background:url('../shop_admin/img/mobilebg.jpg') no-repeat}
#sms_sm_text {position:absolute;top:75px;left:27px;width:180px;color:#fff;font-size:2em;word-break:break-all}
#sms_sm p {position:absolute;bottom:-70px;left:0;font-size:0.95em;letter-spacing:-0.1em}

#sms_send .local_desc01 {min-width:320px}

/* 새창 기본 스타일 */
.new_win {}
.new_win h1 {font-size:1.17em;padding:15px 20px;background:#fff;border-bottom:1px solid #ddd}
.new_win h2 {margin:0 20px 10px}
.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #515151;background:#484848;list-style:none;zoom:1}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win_ul li {float:left;margin-left:-1px}

.new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #595959;border-left:1px solid #595959;color:#fff;font-family:dotum;font-weight:500;text-decoration:none}


.new_win_desc {margin:0 }
.new_win .anchor {margin:0 0 5px}

.new_win .win_btn {clear:both;padding:10px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}


.new_win .local_sch, .new_win .local_cmd, .new_win .local_desc01, .new_win .local_desc02, .new_win .local_ov {margin:10px}

.new_win_con{margin: 10px; background:#fff;padding:20px}
.new_win_con .table_form table th{width:120px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 관리자 비밀번호 확인 */
#admin_confirm {padding:0 0 10px;background:#222;text-align:center}
#admin_confirm p {margin:0 0 10px;color:#9ab9c5;background:#383a3f}
#admin_confirm label {color:#fff}
#admin_confirm .frm_input {border-color:#000}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:20px 0 60px 0;padding:40px 0 0 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {color:#9f9f9f;display:inline-block;float:left;padding: 0 13px;line-height:30px;text-decoration: none;border: 1px solid #ddd;margin-left:-1px}
.pg a:focus, .pg a:hover {background-color:#f3f3f3}
.pg a:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.pg a:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.pg_page {background:#fff;text-decoration:none}
.pg_start {background:url(../img/page_1.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/page_2.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/page_3.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/page_4.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#3f51b5;color:#fff;font-weight:normal}

.social_config_explain p{padding-bottom:10px}

/* social member_list.php member_form.php */
.sns-icon .ico {display:inline-block;background:url('../img/social/sns_logo.png') no-repeat;vertical-align:top}
.sns-icon .txt {position:absolute;line-height:0;font-size:0;vertical-align:middle;overflow:hidden}

.sns-wrap-over .sns-icon {border-color:#dcdcdc}
.sns-wrap-over .sns-icon-not {border-color:#8b8b8b}
.sns-wrap-over .sns-naver{border-color:#18a400}
.sns-wrap-over .sns-naver .ico {background-position:-29px 0}
.sns-wrap-over .sns-google .ico {background-position:-58px 0}
.sns-wrap-over .sns-google {border-color:#ca2c19}
.sns-wrap-over .sns-facebook .ico {background-position:0 0 }
.sns-wrap-over .sns-facebook {border-color:#2e5393}
.sns-wrap-over .sns-kakao .ico {background-position:-87px 0}
.sns-wrap-over .sns-twitter {border-color:#488FC9}
.sns-wrap-over .sns-twitter .ico {background-position:-145px 0}
.sns-wrap-over .sns-payco {border-color:#C44646}
.sns-wrap-over .sns-payco .ico {background-position:-116px 0}
.sns-wrap-over .sns-kakao {border-color:#f2df00}

.sns-wrap-32 .sns-icon {display:inline-block;border-width:1px;border-style:solid;overflow:hidden;margin:0 1px}
.sns-wrap-32 .sns-icon .txt {margin:0 10px 0 0;font-size:0.95em;letter-spacing:-0.1em}
.sns-wrap-32 .sns-icon .ico {width:24px;height:24px}

.social_link_box, .social_link_box li{margin:0;padding:0;list-style:none}
.social_link_box{width:300px}
.account_provider{position:relative;margin:10px 0 5px}
.account_provider .sns-wrap-32 .sns-icon{vertical-align:middle}
.account_provider .provider_name{display:inline-block;vertical-align:middle}
.account_provider .btn_info{position:absolute;top:-7px;right:0}
.account_provider .social_unlink{height:30px;line-height:30px;background:#a0a8b8;padding:0 10px;color:#fff;display:inline-block;vertical-align:middle}
.account_provider .social_unlink:hover{text-decoration:none}

/*부가서비스*/
.lnb_svc{color:#ff3061;font-weight:500}
.service_wrap{width:960px; margin:0 20px 10px;overflow:hidden}
.sevice_1{border:1px solid #ebe8e8;width:330px;float:left;border-radius:5px;text-align:center;margin-right:6px;}
.sevice_1 .svc_img{padding:30px 0 0;}
.sevice_1 h3{font-size:16px;margin:15px 0;color:#525252}
.sevice_1 p{padding:20px;background:#f8f8f8;font-size:12px;text-align:left;color:#898989;line-height:18px}
.sevice_1 ul {width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;}
.sevice_1 ul li{list-style:none;float:left;border-right:1px solid #ebe8e8;width:33%;}
.sevice_1 ul li a{display:inline-block;height:76px;width:100%}
.sevice_1 ul li img{padding:10px 0 0;}
.sevice_1 ul li.last{border:0}
.sevice_1 h4{width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;}
.sevice_1 h4 a{display:inline-block;height:66px;padding:10px 0 0;width:100%}

.sevice_2{border:1px solid #ebe8e8;float:left;width:282px;}
.sevice_2 .svc_a{padding:33px 0 0;}
.sevice_2 .svc_a h3{font-size:14px;letter-spacing:-1px;color:#525252;margin-bottom:5px;padding:0 20px 0}
.sevice_2 .svc_a p{color:#898989;line-height:18px;letter-spacing:-1px;padding:5px 20px 0;}
.sevice_2 .svc_btn{text-align:center;position:absolute;bottom:0;left:0;width:282px;}
.sevice_2 .svc_btn a{display:inline-block; background:#ff3061;text-align:center;color:#fff;padding:10px 20px;}
.sevice_2 .svc_btn a:hover{text-decoration:none;}
.sevice_2 .svc_sms{overflow:hidden; height:212px;position:relative}
.sevice_2 .svc_sms .svc_btn a{display:inline-block; background:#f8f8f8;width:100%;text-align:center;margin:0;padding:10px 0 0 }
.sevice_2 .svc_design{overflow:hidden;height:210px;position:relative}
.sevice_2 .svc_design .svc_btn a{margin:0 0 20px}

/* 캡챠 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {;height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:500;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*테마*/
.theme_p{margin:0 0 10px }
#theme_list{padding:0;margin:0;list-style:none;  width: 1000px;position:relative}
#theme_list:after{display:block;visibility:hidden;clear:both;content:""}
#theme_list li{margin:10px 10px 10px 0;float:left}
#theme_list li:after{display:block;visibility:hidden;clear:both;content:""}
#theme_list li .tmli_if{border: 1px solid #d1dee2;width:302px;}
#theme_list li .tmli_if>img{width:300px;height:225px;}
#theme_list li .tmli_if:hover>img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
#theme_list li .tmli_tit{position:relative; border-top: 1px solid #d1dee2; background: #e5ecef;}
#theme_list li .tmli_tit p{height:40px;line-height:40px;padding:0 10px 0;font-weight:500;text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}
#theme_list li .tmli_tit button.tmli_dt{position:absolute;top:8px;right:10px;padding:5px;background:#111;color:#fff;display:none;border:none}
#theme_list li .tmli_if:hover button.tmli_dt{display:block}
#theme_list li .theme_sl{float:left;border:none;margin-top:5px;padding:0 5px;height:26px;background:#999;color:#fff}
#theme_list li .theme_sl:hover{background:#ff3061}
#theme_list li .theme_deactive{margin-left:4px}
#theme_list li .theme_sl_use{background:#ff3061;line-height:26px}
#theme_list li .theme_pr{float:right;margin-top:5px;padding:0 5px;height:26px;line-height:24px;  border: 1px solid #ccc;  background: #fafafa; }
#theme_list li .theme_preview{  float: right;  margin-top: 5px; padding:0 5px;height:26px; border: 1px solid #ccc;  background: #fafafa; margin-right:3px}


#theme_detail{position:fixed;top:50%;height:540px;width:900px;margin-top:-271px;background:#fff;background:#f3f3f3;border:1px solid #000;
-webkit-box-shadow: 1px 2px 5px  rgba(150,150,150,100.5);
   -moz-box-shadow: 1px 2px 5px  rgba(150,150,150,0.5);
        box-shadow: 1px 2px 5px  rgba(150,150,150,0.5);z-index:1000}
#theme_detail:after{display:block;visibility:hidden;clear:both;content:""}
#theme_detail h2{font-size:1.25em;background:#fff;padding:0 15px;line-height:40px;border-bottom:1px solid #d8d8d8;margin:0}
.theme_dt_img{float:left;padding:20px}
.theme_dt_img img{border:1px solid #aaa;}
.theme_dt_if{float:left;width:235px;padding:20px 0}
.theme_dt_if table{width:100%;border-collapse:collapse;;margin:15px 0 0 ;font-size:0.92em}
.theme_dt_if table th{padding:5px;background:#fff;border-bottom:1px solid #f3f3f3;vertical-align:top;color:#3f51b5}
.theme_dt_if table td{padding:5px;background:#fff;border-bottom:1px solid #f3f3f3;line-height:1.56em}
.theme_dt_if table td a{text-decoration:underline}
.theme_dt_if p{line-height:1.5em}
.if_p_bg{display:inline-block;width:20px;height:1px ;background:#000;margin:30px 0 10px}
#theme_detail .theme_dt_btn{position:absolute;top:0px;right:0px;background:#fff;}
#theme_detail .theme_dt_btn .close_btn{background:url('../img/close.png') 50% 50% no-repeat;width:40px;height:40px;overflow:hidden;border:0;text-indent:-99999px;border-left:1px solid #d8d8d8}

#theme_detail .theme_dt_btn .close_btn:hover{background-color:#eceffc}
#theme_detail .theme_dt_btn .btn_03{line-height:28px;display:inline-block;vertical-align:top;margin-top:6px;padding:0 6px;border-radius:5px}


/*글,댓글현황*/
#wr_cont{position:relative;margin:10px 0}
#wr_cont input[type="submit"]{background:#ff3061;border:none;color:#fff;padding: 0 5px;height: 24px;}
#wr_cont select{height: 24px;}
#grp_color{border:2px solid #ddd;position:absolute;top:0;right:0;list-style:none;padding: 5px 5px; margin:0;}
#grp_color li{padding:5px 10px;}
#grp_color li span{width:10px;height:10px; display:inline-block;background:rgb(75, 178, 197);margin-right:5px;}
#grp_color li.color2 span{background:rgb(234, 162, 40);}
#chart_wr h5{text-align:center;border:1px solid #eee;padding:30px 0}
#chart_wr{margin:20px 0}

/*전송실패 문자 재전송 내역*/
.sms_table{padding:0 0 20px;}
.sms_table table th{border:1px solid #ddd;padding:9px 0}
.sms_table table td{border:1px solid #ddd;text-align:center;width:16%;padding:9px 0}

/* Browscap */
.update_processing{width:300px;height:300px;margin:0 auto;background:url(../img/ajax_loader.gif) no-repeat 0 0}
#processing{margin: 0 auto;padding: 70px 0;border: 1px solid #eee;background: #f9f9f9;text-align:center;}
#processing p{font-size:1.2em}
.check_processing {width:300px;height:300px;margin:0 auto;background:url(../img/check.png) no-repeat 50% 50% }
#processing button{background:#ff3061;border:none;color:#fff;padding: 15px;width:200px;margin-top:15px;border-radius:5px;font-weight:500;font-size:1.167em}

@media only screen and (max-device-width : 768px) and (orientation : landscape){
/* Styles */
input[type="text"]{max-width:200px}
}

@media only screen and (max-device-width : 480px) and (orientation : portrait){
/* Styles */
input[type="text"]{max-width:200px}
}











/********************************** 테이블 스타일 및 추가 *******************************/
h3 {display:block; margin:30px 0 20px 0; font-size:24px; color:#333; font-weight:600; background:url('../img/h3_bulit.png') no-repeat left 7px; padding:0 0 1px 0px; text-align:left; letter-spacing:-1.5px; clear:both; line-height:29px;}
.gnb_oparea h3{background:none; font-size:20px;}
h3.skip{display:none;}

/*대관신청관리 설정*/
.adm_rent_outer{margin:0; padding:0;}
.adm_rent_outer button{min-width:45px; margin:0; padding:0; font-size:13px; line-height:30px; height:30px; margin:5px 5px;}
.adm_rent_outer select{font-size:13px; line-height:30px; height:30px; }
.adm_rent_tit li{ line-height:30px; min-height:50px; padding:15px 15px 10px 15px; vertical-align:top; background:#eee;}
.adm_rent_tit li input{vertical-align:top; line-height:30px; height:30px; margin:0; margin:0 2px 0 0; }
.adm_rent_tit li button{min-width:45px; margin:0; padding:0;}




table caption { position:relative; left:-1000%; top:0; width:0px; height:0px; font-size:0%; line-height:0%; overflow:hidden;} /* caption 태그는 숨김 */
table.cont1 { margin:5px 0px 10px 0px; padding:0px; width:100%; border-collapse:collapse;  border-top:2px solid #349cca; }
table.cont1.w97p { margin:0px 0px 10px 21px; padding:0px; width:97%; border-collapse:collapse;  border-top:2px solid #349cca; }
table.cont1.w96p { margin:0px 0px 10px 21px; padding:0px; width:96%; border-collapse:collapse;  border-top:2px solid #349cca; }
table.cont1.w95p { margin:0px 0px 10px 21px; padding:0px; width:95%; border-collapse:collapse;  border-top:2px solid #349cca; }

table.cont1 thead th { background:#eef9f8; text-align:center; font-weight:600; border-top:none;/* border-top:2px solid #f69ea1;*/}
table.cont1 thead th.thead_first {background:#f5f5f5 url(/gmi/inc/th_bg.gif) repeat-x top left; border-left:none; border-top:none;  }

table.cont1 th.left_none,
table.cont1 td.left_none { border-left:none;}
table.cont1 tbody th { background:#fefff4; text-align:center; font-weight:600; }
table.cont1 tbody th.gray { background:#f2f2f2; text-align:center; font-weight:600; color:#333;}
table.cont1 tbody td.gray { background:#f2f2f2; text-align:center; font-weight:600; color:#333;}


table.cont1 tfoot th { background:#ebebeb; text-align:center; font-weight:600; }
table.cont1 tfoot th.gray { background:#f2f2f2; text-align:center; font-weight:600;color:#333; }
table.cont1 th,
table.cont1 tfoot td {background:#f2f2f2; font-weight:600;  padding:3px 4px 5px 4px; text-align:center; line-height:1.6em;  border-left:1px solid #ccc;border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
table.cont1 tfoot td a{letter-spacing:0em;}
table.cont1 tfoot td a:hover{font-weight:600; text-decoration:underline;letter-spacing:0em;}
table.cont1 th.no_thead,
table.cont1 td.no_thead {border-top:1px solid #1d8233;}
table.cont1 th,
table.cont1 tbody td { padding:3px 3px 5px 2px;  line-height:1.6em;  border-left:1px solid #ccc;border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center !important;}

table.cont1 tbody td a:hover{font-weight:600; text-decoration:underline;}
table.cont1 th.alt, 
table.cont1 td.alt { text-align:left; padding-left:5px !important;}
table.cont1 th.alt20, 
table.cont1 td.alt20 { text-align:left; padding-left:20px !important;}
table.cont1 th.alt10, 
table.cont1 td.alt10 { text-align:left; padding-left:10px !important;}
table.cont1 th.art, 
table.cont1 td.art { text-align:right; padding-right:5px !important;}
table.cont1 th.act, 
table.cont1 td.act { text-align:center; padding-left:5px !important;}
table.cont1 th.td_g,
table.cont1 td.td_g { background:#f1f6f1;}
table.cont1 td img { vertical-align:middle;}
table.cont1 td.verti_top{vertical-align:top;}




/*취소*/
input.btn_cancel {border:0;color:#fff;cursor:pointer;border:0; box-shadow: 2px 2px #ddd; height:32px; min-width:60px; text-align:center; line-height:30px; font-size:13px; background:#7c7c7c; background:linear-gradient(to bottom, #7c7c7c, #8a8a8a);  color:#fff; border-radius:3px;}
.btn_cancel {border:0;color:#fff;cursor:pointer;border:0; box-shadow: 2px 2px #ddd; height:32px; min-width:60px; text-align:center; line-height:30px; font-size:13px; background:#7c7c7c; background:linear-gradient(to bottom, #7c7c7c, #8a8a8a);  color:#fff; border-radius:3px;}
.btn_cancel:hover {background:#7c7c7c; border:0; text-decoration:underline; color:#fff; border-radius:3px;}
a.btn_cancel {border:0;color:#fff;cursor:pointer;border:0; box-shadow: 2px 2px #ddd; height:32px; line-height:30px; min-width:60px; text-align:center; font-size:13px; background:#7c7c7c; background:linear-gradient(to bottom, #7c7c7c, #8a8a8a);  color:#fff; border-radius:3px;}
a.btn_cancel:hover {background:#7c7c7c; border:0; text-decoration:underline; color:#fff; border-radius:3px;}


/*작성완료*/

input.btn_submit {border:0;color:#fff;cursor:pointer;border:0; box-shadow: 2px 2px #ddd; height:32px; line-height:30px !important; font-size:13px; background:#e94f0c; background:linear-gradient(to bottom, #e94f0c, #e76a34);  color:#fff; border-radius:3px;}
.btn_submit {border:0;color:#fff;cursor:pointer;border:0; box-shadow: 2px 2px #ddd; height:32px; line-height:30px !important;; font-size:13px; background:#e94f0c; background:linear-gradient(to bottom, #e94f0c, #e76a34);  color:#fff; border-radius:3px;}
.btn_submit:hover {background:#e94f0c; border:0; text-decoration:underline; color:#fff; border-radius:3px;}





/* 220307 탭 추가*/

/*개발자관리자단*/


#gnb .g_o_adm div.gnb_oparea_h2{margin:0px 0 20px 20px !important; background:url(../img/adm_h2_titlebar.gif) no-repeat 0 0; line-height:48px;font-size:20px; color:#fff;  font-weight:500; padding:0px 10px 0px 0px; }
#gnb .g_o_adm div.gnb_oparea_h3{margin:10px 0 0px 20px !important; line-height:48px;font-size:17px; color:#fff;  font-weight:500; padding:0px 10px 0px 0px; }

#gnb .g_o_adm div.gnb_admin_ico{margin:0px 0 20px 20px !important; line-height:48px;font-size:16px; color:#fff;  font-weight:300; padding:0px 10px 0px 0px;}
#gnb .g_o_adm div.gnb_admin_ico a{color:#fff;}
#gnb .g_o_adm div.gnb_admin_ico a:hover{color:#fff;}
#gnb .g_o_adm div.gnb_admin_ico img{margin-right:10px;}

#gnb .g_o_adm h3{margin:0px 0 0px 10px !important; line-height:24px;font-size:15px; font-weight:400; letter-spacing:-0.03em; color:#f4f4f4; padding:5px 0 5px 38px;  }

#gnb .g_o_adm h3.ico01{background:url(/img/menu-1_w.png) no-repeat 15px 12px;}
#gnb .g_o_adm h3.ico02{background:url(/img/menu-2_w.png) no-repeat 15px 12px;}
#gnb .g_o_adm h3.ico03{background:url(/img/menu-3_w.png) no-repeat 15px 12px;}
#gnb .g_o_adm h3.ico04{background:url(/img/menu_default_w.png) no-repeat 15px 12px;}
#gnb .g_o_adm h3.ico05{background:url(/img/menu-1-1_w.png) no-repeat 15px 12px;}


#gnb .g_o_adm h3 a{color:#f4f4f4; }
#gnb .g_o_adm h3 a:hover{color:#f4f4f4;}
#gnb .g_o_adm h3 {color:#f4f4f4; }

#gnb .g_o_adm h4{margin-left:12px; line-height:24px;font-size:14px; font-weight:300; letter-spacing:-0.03em; color:#f4f4f4; padding:0px 0 0px 30px;  }
#gnb .g_o_adm h4 a{color:#f4f4f4;}
#gnb .g_o_adm h4 a:hover{color:#f4f4f4;}



#gnb .g_o_adm li{line-height:28px;  padding:0px; min-width:130px; width:100%; display:inline-block; }
#gnb .g_o_adm li a{color:#fff; font-size:15px; padding:0 10px;}
#gnb .g_o_adm li a:hover,#gnb .g_o_adm li .on{color:#fff; font-weight:500; background:#2f409f;display:inline-block;min-width:130px; width:100%;}



/*탭메뉴 스타일*/

#tab_menu_wrap_adm {display:none; clear:both; padding:0px; border-bottom:1px solid #777; padding-bottom:10px;margin:0px 0 40px 0; width:100%; max-width:100%; line-height:38px;min-height:38px; }
#tab_menu_wrap_adm:after{display: block;content: '';clear: both;}
#tab_menu_wrap_adm p.tit{width:auto; float:left; display:inline; font-size:36px; color:#5cbaf8; font-weight:500;}
#tab_menu_wrap_adm ul {float:left;}
#tab_menu_wrap_adm ul li {float:left; display:inline; line-height:38px;min-height:38px;font-weight:700; font-size:16px;  padding:0 20px 0 0; margin:0; color:#777; text-align:center; letter-spacing:-0.025em;}
#tab_menu_wrap_adm ul li:after{display: block;content: '';clear: both;}

#tab_menu_wrap_adm ul li a {display:block; line-height:38px;min-height:38px;  font-weight:700; padding:0 0px 0 0; color:#777; letter-spacing:-0.025em;}
#tab_menu_wrap_adm ul li.tab_ov{ letter-spacing:0; color:#000; font-weight:700; letter-spacing:-0.025em; padding:0 0px 0 0; }
#tab_menu_wrap_adm ul li.tab_ov a{color:#000;padding:0 20px 0 0; font-weight:700; }
#tab_menu_wrap_adm ul li a:link, ul.tab_menu_wrap li a:link{  color:#777; font-weight:700; padding:0px 0px 0px 0px; text-align:center;line-height:38px;min-height:38px; letter-spacing:-0.025em;}
#tab_menu_wrap_adm ul li.tab_ov a:link, #tab_menu_wrap_adm ul li.tab_ov a:visited, #tab_menu_wrap_adm ul li.tab_ov a:hover { color:#000; font-size:16px; line-height:38px; min-height:38px; font-weight:700; padding:0px 20px 0 0;text-align:center;letter-spacing:-0.025em;}
#tab_menu_wrap_adm ul li a:hover {color: #000; }



/* 220311 추가 메인아이콘 */

.main_icongroup{clear:both; margin:0px 0 40px 0; padding:0; width:100%; background:url(../img/adm_header_img.jpg) no-repeat 0 0;}
h2.main_icon_tit{padding-top:340px; width:80%; margin-left:10%; max-width:940px;  font-size:41px; font-weight:400; text-align:center;}
ul.main_icon{margin:60px 0 40px 10%; padding:0; width:80%; max-width:940px; }
ul.main_icon:after{display:block; content: ''; clear:both;}
ul.main_icon li{width:33.33%; float:left; display:inline; text-align:center;}
ul.main_icon li dl{width:280px; height:340px; margin:0 auto; padding-top:100px; border-radius:0%; border:1px solid #ddd;}
ul.main_icon li dd{padding-top:50px;font-size:22px; font-weight:700; letter-spacing: -0.05em; color:#009e4 !important;}
ul.main_icon li a dd {color:#009e4;}
ul.main_icon li dl a dd{color:#009e4 !important;}

#bo_list {position:relative; max-width:1200px;}
#bo_sch {max-width:1200px;}

#bo_sch {border:1px solid #ccc;background:#fff;border-radius:3px;width:80% !important; max-width:400px;padding:0;margin: 0;margin-top: 45px !important;margin-left:22% !important; margin-right:0 !important;}
/* 게시판 읽기 */
#bo_v { margin-bottom:20px;padding:20px 0;background:#fff;box-sizing:border-box; max-width:1200px; }
#bo_w {max-width:1200px !important;}





/* 버튼 */

.btn_fixed_bott{margin-top:180px; margin-bottom:80px;position:relative; text-align:right;z-index:100}


/* 버튼 */
.bo_fx {  max-width:1200px;position:relative; margin-bottom:45px;float: none !important; display:block !important; zoom:1;clear: both;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {clear:both; margin:0;padding:0;list-style:none}
.bo_fx ul:after {display:block;visibility:hidden;clear:both;content:""}



/*특허 리스트*/

.btn_fixed_bott02{clear:both; width:200px !important; display:block; padding-top:100px !important; position:absolute !important; bottom:0 !important; right:0; margin-top:40px !important; margin-bottom:80px !important;text-align:right;z-index:100}

.patent_wrap{clear:both; position:relative !important; margin:0 0 40px 0 !important; padding:0 0 40px 0 !important; width:100%; }
ul.patent_list{float:left; padding:0px 0 20px 0 !important; width:80% !important; max-width:1200px; position:relative;  }
ul.patent_list:after {display:block;visibility:hidden;clear:both;content:""}



ul.patent_list li{display:inline; float:left; width:25%; text-align:center; padding:20px 0;}
ul.patent_list li:after {display:block;visibility:hidden;clear:both;content:""}


.btn_confirm {text-align: right;}

.adm_tit{float:left;display: none;color:#fff;font-size:14px;padding:30px 0 0 40px;background:url(../img/adm_ico.png) 25px 36px no-repeat;}

#bo_gall {position:relative;width: 80%; width: 80% !important; }

.container_wr .inner { margin-bottom:60px;   width: 100%;    position: relative;}





/***history board 추가 끝**/


.history{margin:0px auto; padding:0px 20px 25px 40px !important; position:relative; overflow:hidden; width:100%; background:none !important; }
.history .h_year{margin:0 0 20px 0; padding:0; background:none; float:left; color:#000; font-weight:bold; font-size:24px !important; line-height:1em; width:100%; text-align:left;margin-right:50px;  }
dl.ul_history dd{font-size:15px !important;  }
dl.ul_history {float:right;width:100%; margin:0px 0 0px 0 !important; padding-top:5px !important; }


.line{display:none;}
dl.ul_history {float:right;width:100%; margin:0px 0 0px 0; padding-top:5px; }
dl.ul_history dt{padding:0 0 0 0px;  line-height:26px; color:#000; float:left; clear:left; font-size:16px; width:8%; font-weight:500; color:#000; }
dl.ul_history dd{display:table; float:right; padding:0 0 0 10px; text-align:left; font-size:16px; font-weight:400; line-height:26px; color:#000; width:92%; background:url('img/bullet_list.gif') 0 14px no-repeat; }
dl.ul_history dd li{padding:0 0 0 8px; background:url('img/bullet_list.gif') 0 14px no-repeat; font-weight:400; }
.history p.tit{display:none;}



/***history board 추가 끝***/

.history{margin:0px auto 40px auto; padding:20px 20px 25px 20px !important; position:relative; overflow:hidden; width:100%; border-top:1px solid #0ab00c;  border-bottom:1px solid #0ab00c;}
.history p.topimg{margin:0; padding:0 0 60px 0; }
.history p.topimg img{width:100%; max-width:1200px; border-bottom:6px solid #ddd;}
.history p.topimg_mobile{display:none;}

.history:after { content:""; display:block; float:none; clear:both;}
.history .h_cont {clear:both; margin:20px 0 0 0 !important; padding:0px 0 20px 0 !important; border-bottom:1px solid #ddd;}
.history .h_cont:after { content:""; display:block; float:none; clear:both;}

.history .h_cont:last-child{border-bottom:none;}
.history .h_year{margin:0; padding:0; background:none; float:left; color:#111; font-weight:bold; font-size:34px; line-height:1em; width:15%; text-align:left;margin-right:50px; text-align:center; }
.line{clear:both; width:100%; ; margin:20px 0 40px 0; padding:0px 0 20px 0; border-bottom:1px solid #ddd; line-height:80px;}
.history h4 span{font-size:13px; display:block; letter-spacing:-0.05em; padding-left:2px; font-weight:bold; color:#529ad1;}
dl.ul_history {float:right;width:78%; margin:0px 0 0px 0; padding-top:0px; }
dl.ul_history dt{padding:0 0 0 8px;  line-height:24px; color:#444; float:left; clear:left; font-size:16px; width:10%; font-weight:bold; }
dl.ul_history dd{display:table; float:right; padding:0 0 0 10px; text-align:left; font-size:15px; line-height:28px; color:#444; width:88%; background:url('img/bullet_list.gif') 0 10px no-repeat; }
dl.ul_history dd li{padding:0 0 0 8px; background:url('img/bullet_list.gif') 0 10px no-repeat; }


.history .h_cont:first-child{border-top:none !important;padding-top:0px !important;}



.sub_nav_adm{display:none;}

.sub_nav_adm.mobile_adm{display: none;  position: fixed; top:135px;width: 100%; z-index:1000; background:#fff;}
.sub_nav_adm.mobile_adm a.selected{position: relative;display: block;width: 100%;height: 60px;border-bottom: 1px solid #777;}
.sub_nav_adm.mobile_adm a.selected span.txt{display: block;width: 100%;height: 60px;line-height: 60px;font-size:18px;font-weight: 500;text-align: center;color: #090909;  overflow: hidden;
  text-overflow: ellipsis;  white-space: nowrap; padding: 0 10px 0 10px;}
.sub_nav_adm.mobile_adm a.selected span.arrow{position: absolute;top: 15px;right: 15px;display: block; width:30px;height: 30px;background: url(/file/img/s_img/sub_nav_m_arrow.png) no-repeat center center;-webkit-background-size: 100%; background-size: 100%;}
.sub_nav_adm.mobile_adm a.selected.on span.arrow{background: url(/file/img/s_img/sub_nav_m_arrow_on.png) no-repeat center center;-webkit-background-size: 100%;background-size: 100%;}
.sub_nav_adm.mobile_adm ul{display: none;position: absolute;top: 60px;left: 0;width: 100%;background: #00a1e4;padding:10px 0;}
.sub_nav_adm.mobile_adm ul li a{display: block;width: 100%;font-size:18px;color: #fff; font-weight:400;text-align: center;height: 40px;line-height: 40px;}
.sub_nav_adm.mobile_adm ul li:hover{background: #0291cc;}




/*  추가 2024.01.08 */

dl.adm_popup{display:grid; grid-template-columns:16% 82%; gap:2% 0; }
dl.adm_popup dt,dl.adm_popup dd{border-top:1px solid #ddd; padding-top:10px; padding-left:10px; font-size:15px;}





.autosave_wrapper{  margin: 10px 0;
  position: relative;}












@media only screen and (max-device-width : 768px) and (orientation : landscape){
/* Styles */
input[type="text"]{max-width:200px}
}

@media only screen and (max-device-width : 480px) and (orientation : portrait){
/* Styles */
input[type="text"]{max-width:200px}
}

/* 반응형 처리 false9 { */

  
@media (max-width:991px) {


  #container{position:relative; clear:both; padding:0px 0 0 0px;height:100vh;background:#fff;min-width:100%;width:auto; margin:100px 0 0 220px; }

  h2.main_icon_tit {
    font-size:34px;
}

ul.main_icon li dl {
  width:96%;
  height: 340px;
  margin: 0 auto;
  padding-top: 100px;
  border-radius: 0%;
  border: 1px solid #ddd;
}
ul.main_icon {
  margin:40px 0 40px 40px;
  padding: 0;
  width: 80%;
  max-width: 940px;
}

} /* end */


@media (max-width: 768px) {


#container { position:relative; clear:both; padding: 0px 0 0 0px; height:100%; background: #fff; min-width: 100%;  width: auto; margin: 0px 0 0 0px;}
    #container {min-width: 100%;}
    .local_desc02 {min-width: 100%;}
    .local_ov {min-width: 100%;}
    .tbl_head01 table {min-width: 1100px;}
    .tbl_frm01 table {min-width: 1100px;}
    .tbl_head01 {overflow-x: auto; padding-bottom: 20px;}
    .tbl_frm01 {overflow-x: auto; padding-bottom: 20px;}
    #ft p {line-height: 20px; padding-top: 20px; font-size: 11px;}
    .anchor a {margin-bottom: 3px;}
    .tbl_frm01 th {min-width:200px !important;}

#gnb { position: relative; max-width: 100%; height:60vh; background:#555; padding-top: 60px;  width: 100%;  z-index: 999;}
#gnb .gnb_oparea { display: none; position: absolute; top: 24px; left: 0px; background:none !important; height: 100%;  width: 100vw;  box-shadow:none;}

.main_icongroup { clear: both; margin: 0px 0 40px 0; padding: 0; width: 100%; background:none;}
ul.main_icon li dl { width: 90%; margin:0 auto; height: auto; margin: 0 auto; padding-top: 60px;  padding-bottom:60px;}
ul.main_icon { margin:40px 0 40px 0; padding: 0; width: 100%; max-width: 940px;}
ul.main_icon li {width: 100%;float: none; display: block; text-align: center; margin-bottom:40px;}
ul.main_icon li dt img{width:80px; margin:0 auto;}
ul.main_icon li dd { padding-top: 50px; font-size: 18px;}
h2.main_icon_tit {padding-top:40px; width:80%; margin-left:auto; margin-right:auto; font-size:20px;}

#tnb {clear:both; float: none; width:100%; display:block; padding:14.5px 10px 14.5px 10px; margin:0 auto; background:#333;}
#tnb li {width:42%; text-align: center;  float: left;  position: relative;  margin-left: auto; background:#494848; 
  border-radius: 3px;border:1px solid #555; margin:0 4%;}
#tnb a {  line-height:34px; font-size:16px; }
#gnb .gnb_oparea div.gnb_admin_ico {
  margin:30px 0 15px 20px !important;
  line-height: 48px;
  font-size: 4.2vw;
  padding: 0px 10px 0px 0px;}

#logo { height: 100%;
  float: none;
  width: 160px;
  margin: 0 auto;
  padding:18px 0 15px 0px;
  text-align: center;}
#logo a img{width:160px;}


.gnb_oparea h3 { font-size: 4.2vw;}

#gnb .gnb_oparea h3{ font-size:  4.2vw; line-height:2; border-top:1px solid #5f5f5f; width:94vw; margin:0 auto;}
#gnb .gnb_oparea h4 {  font-size:  4.2vw; line-height:2; width:100%; margin:2px auto; background:#5f5f5f; }
#gnb .gnb_oparea h3.ico03 {  background: url(/img/menu-3_w.png) no-repeat 15px 50%;}
#gnb .gnb_oparea h3.ico04 {  background: url(/img/menu_default_w.png) no-repeat 15px 50%; margin-top:20px !important; border-bottom:1px solid #5f5f5f;  }

#hd_top {
    background: url(../img/bg_header.png) repeat 0 0;
    height: 70px;
}

.h4_item{width:90%; margin:0 auto; display:grid; grid-template-columns:49% 49%;  justify-content: space-between; gap:5px;}
.h4_item h4{width:50%; ;display:inline-block;}



#gnb{display:none;}
.sub_nav_adm{display:fixed !important; top:0; z-index:1000;}
.sub_nav_adm.mobile_adm{display: block;display:fixed !important; }
#container h2.main_icon_tit{display:none;}

#wrapper { padding-top:195px;}
#container_title{display:none;}




.container_wr {width:96%; margin:40px auto 20px auto; max-width: 1200px; padding:0px 0 20px 0px; border-top: none;}
#bo_gall {position:relative;width: 96%; width: 96% !important; margin:0 auto;}

#bo_sch .sch_input { width: 50% !important; padding-left:4px;}

#bo_sch .sch_btn { height: 38px;  float: right !important;
  background: url(./img/sch_btn.png) no-repeat 50% 50%;
  border:0; width:40px; text-indent:-999px; overflow: hidden;}
#bo_sch { width: 100% !important;}



.tbl_frm01 th {min-width:120px !important; width:120px;}



/*  추가 2024.01.08 */

dl.adm_popup{display:grid; grid-template-columns:100%; gap:10px; }
dl.adm_popup dt,dl.adm_popup dd{border-top:1px solid #ddd; padding-top:10px; padding-left:0px; font-size:15px;}
.btn_fixed_bott { margin-top:40px; margin-bottom: 40px; position: relative; text-align: right; z-index: 100;}
input[type=text], input[type=password], input[type=number], input[type=file] {width:90%;}
#tab_menu_wrap_adm {
  display: none;
  clear: both;
  padding: 0px;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  margin: 0px 0 40px 0;
  width: 100%;
  max-width: 100%;
  line-height: 38px;
  min-height: 38px;


}
#tnb a { padding: 0 5px;}

h2#container_title { display: none;}

#container_title {display: none;}
h3 { display: block; margin: 20px 0 10px 0;  font-size: 16px;  padding-left:0;}


input[type=text], input[type=password], input[type=number], input[type=file] {
   height: 30px;
  line-height: 30px;
  padding: 0px 0px 0 4px;
  font-size: 90%;
}
#bo_w .bo_w_flie .file_wr {
  border: none;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  margin: 0;
}

.btn_frmline{display:none;}




}/* 768px End*/

