@charset "utf-8";
@import url("layout.css");
@import url("contents.css");
@import url("calendar.css");


/*----------------------------------------------------------------------------
 * 서브 스타일 정의
 * ---------------------------------------------------------------------------
 * Author	: (주)플랜아이 http://plani.co.kr
 * ---------------------------------------------------------------------------
 * History
 * ---------------------------------------------------------------------------
 * 2016-12-14 (조민지)	: 최초작성
 * -------------------------------------------------------------------------*/

/* 상단 */
#layout-header {position:relative; border:0 none;}
#layout-header:before {position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:#fff; content:''; opacity:.1;}
#logo {width:214px; height:28px;}
#logo a {display:block; width:100%; height:100%; background:url('/narospace/images/korean/sub/logo.png') no-repeat;}
#logo img {width:0; height:0;}

/* 주메뉴 */
#lnb .menu .on a,
#lnb .menu a {color:#fff;}
#lnb .menu a:before {background-color:#fff;}
#lnb .menu:before {opacity:.9;}

/* 레이아웃 */
#container-body {width:1200px; max-width:90%; margin:45px auto 75px;}
#contents-title {font-family:'NanumSquare'; font-size:1.8em; color:#333; text-align:center;}

/* 비주얼 */
#visual {position:absolute; left:0; top:0; z-index:-1; width:100%; text-align:center;}
#visual strong {position:absolute; left:0; top:120px; width:100%; font-family:'NanumSquare'; font-size:2em; color:#fff; text-align:center; line-height:160px;}
#visual span {font-size:0; line-height:0;}

/* 서브메뉴 */
#snb {position:relative; margin-top:159px; text-align:center; line-height:60px;}
#snb:before {position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; content:''; opacity:.1;}
#snb li {display:inline;}
#snb a {display:inline-block; position:relative; z-index:1; margin:0 30px; color:#fff;}
#snb .on a:before {position:absolute; left:50%; bottom:-6px; width:10px; height:10px; margin-left:-5px; background-color:#fff; content:''; transform:rotate(45deg);}

/* page-location */
#page-location {margin-bottom:30px; padding:5px 0 35px; border-bottom:2px solid #727272; font-size:.9em; color:#666; text-align:center;}
#page-location span {display:inline-block; position:relative; margin-left:10px; padding-left:15px; vertical-align:middle; line-height:20px;}
#page-location span:before {position:absolute; left:0; top:1px; font-family:'FontAwesome'; color:#818181; content:'\f105';}
#page-location .home {width:15px; height:20px; margin:0; padding:0; font-size:0; line-height:0;}
#page-location .home:before {font-size:16px; color:#999; content:'\f015'; line-height:20px;}

/* 준비중 */
.wait {}

/* tabmenu */
.tabmenu {}

/* 테이블 */
.table {display:inline-table;/* display:inline-block; */ overflow:hidden; overflow-x:auto; width:100%; border-top:2px solid #000; border-bottom:1px solid #a1a1a1;}
.table table {position:relative; left:-1px;}
.table th {padding:15px 10px; border-bottom:1px solid #a1a1a1; background-color:#f6f6f6; font-size:1.05em; font-weight:normal; color:#424242; text-align:center; white-space:nowrap;}
.table td {position:relative; padding:10px; border-top:1px solid #e1e1e1; color:#707070; text-align:center; white-space:nowrap;}
.table td:before {position:absolute; left:-1px; top:0; width:1px; height:9999%; background-color:#e1e1e1; content:'';}
.table tbody th {border-bottom:0 none; border-top:1px solid #e1e1e1;}
.table .txt-left {padding:10px 20px;}
.table .btn-m {margin:-5px 0; padding:0 15px; border-radius:2px; font-family:'NotoKR'; font-size:.9em; font-weight:normal; line-height:33px;}
.table input.btn-m,
.table button.btn-m {height:35px;}
.table .icon-down {padding-right:20px;}
.table-respond td {white-space:normal;}
.table-respond td:first-child {white-space:nowrap;}

.table .btn_de {display:block}
.table.type1 td:before {display:none}

/* 박스 */
.box-kbsi {padding:0 30px 30px 290px; border-bottom:1px solid #e2e2e2; background:url('/narospace/images/korean/sub/box_kbsi.gif') no-repeat 130px 0; font-size:1.1em; font-weight:200; line-height:180%;}

/* 텍스트박스 가로 길이 */
.input-number {width:70px !important;}
.input-short {width:10% !important;}
.input-mid {width:50% !important;}
.input-long {width:100% !important;}

/* 폼요소 */
.label-set {display:inline-block; white-space:nowrap; vertical-align:middle;}
.label-set + .label-set {margin-left:15px;}

/* 필수항목 레이블명 */
.label-name {display:inline-block; position:relative; min-width:150px; padding-left:15px; text-align:left;}
.label-name strong {position:absolute; left:0; top:0;}

/* 정렬 */
.txt-left {text-align:left !important;}
.txt-center {text-align:center !important;}
.txt-right {text-align:right !important;}

/* 버튼 */
.btn-m {display:inline-block; padding:0 20px; border-radius:5px; border:1px solid #a1a1a1; background-color:#fff; font-family:'NanumSquare'; font-size:1.1em; font-weight:bold; color:#666; line-height:43px; white-space:nowrap; transition:background-color .2s; vertical-align:top;}
.btn-m:hover,
.btn-m:focus,
.btn-m:active {border-color:#444; background-color:#444; color:#fff;}
input.btn-m,
button.btn-m {height:45px;}

/* 아이콘 */
.icon-mail {position:relative; padding-left:25px; white-space:nowrap;}
.icon-mail:before {position:absolute; left:0; top:0; font-family:'FontAwesome'; content:'\f003';}
.icon-down {position:relative; padding-right:65px;}
.icon-down:before {position:absolute; right:0; top:50%; width:15px; height:16px; margin-top:-10px; border-bottom:2px solid #bbb; font-family:'FontAwesome'; font-size:14px; color:#bbb; content:'\f063'; text-align:center; line-height:16px;}
.icon-link {position:relative; padding-left:25px; font-size:.9em; color:#666; letter-spacing:0;}
.icon-link:before {position:absolute; left:0; top:0; font-family:'FontAwesome'; color:#a9a9a9; content:'\f24d';}
a.icon-link:hover,
a.icon-link:focus,
a.icon-link:active {color:#333; text-decoration:underline;}

/* 색상 */
.color-black {color:#000 !important;}
.color-red {color:red !important;}
.color-blue {color:#004ea2 !important;}
.color-navy {color:#103e6f !important;}

/* 게시판 */
.board-list {overflow:hidden; overflow-x:auto;}

.article_search {display:inline-block; clear:none; position:relative; width:100%; height:40px; padding:0 0 15px; background:none; line-height:40px;}
.article_search .search_word { float:right; color:#666; }
.article_search .count {position:absolute; left:0; top:0; color:#707070;}
.article_search select {height:40px; padding-left:10px; border:1px solid #a1a1a1;vertical-align:middle; float:left;margin-right:5px;}
.article_search option {padding:0 10px;}
.article_search .search_input {height:38px; border:1px solid #a1a1a1;float:left;padding:0 10px;}
.article_search .search_btn {margin-left:-5px; padding:10px; border:1px solid #a1a1a1; background-color:#fff;float:left;}
.article_search .search_btn img {max-height:18px;}




.header_top_line_edge_color {border-color:#000;}
.header_bottom_line_edge_color {height:1px; padding:0; border:none; background-color:#a1a1a1;}
.header_bottom_line_padding {height:0;}
.header_title {background-color:#f6f6f6;}

.base_table {position:relative; table-layout:auto;}
.base_table:before {position:absolute; left:0; bottom:0; width:100%; height:1px; background-color:#a1a1a1; content:'';}
.base_table th {font-size:1.05em; font-weight:normal; color:#424242;}
.base_table th.padding7 {padding:20px 0 !important;}
.base_table td {height:auto; padding:12px 20px; border-bottom:0 none; border-top:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background-color:#fff !important; font-size:1em; color:#707070; white-space:nowrap;}
.base_table td:first-child {border-left:0 none;}
.base_table tbody tr:first-child td {border-top:0 none;}
.base_table .tx-content-container td {white-space:normal;}
.base_table .paddingleft {padding-left:20px;}

.ellipsis_area li {display:inline-block; float:none; vertical-align:middle; font-size: 1em;}

.write_btn {margin:20px 0;}
.gBtn1 a {height:40px; margin:0 0 0 5px; padding:0; background:none; font-size:.95em;}
.gBtn1 a span {height:38px; padding:0 18px; border-radius:2px; border:1px solid #a1a1a1; background:none #fff !important; color:#666 !important; line-height:38px;}
.gBtn1 a:last-child span {background:none #f6f6f6 !important;}

/*
.paging_area {clear:both; margin:15px 0; text-align:center;}
.paging {display: inline-block; list-style: none; overflow: hidden;}
.paging li {margin:0 -1px 0 0; font:1em 'NotoKR' !important;display:inline-block;}
.paging li a {display:inline-block; width:40px; height:38px; padding:0; border:1px solid #e2e2e2; font-size:1em; color:#666; text-align:center; line-height:38px; vertical-align:top;}
.paging .current a {height:40px; border:0 none; background-color:#004ea2; color:#fff !important; line-height:40px;}
.paging .pre {margin-right:15px;}
.paging .pre a:before {position:absolute; left:0; top:0; width:100%; height:100%; background-color:#fff; font-family:'FontAwesome'; font-size:1.5em; color:#747474; text-align:center; content:'\f104';}
.paging .pre a,
.paging .next a {position:relative; padding:0;}
.paging .next a:before {position:absolute; left:0; top:0; width:100%; height:100%; background-color:#fff; font-family:'FontAwesome'; font-size:1.5em; color:#747474; text-align:center; content:'\f105';}
.paging .next {margin:0 0 0 15px;}
*/

.table_line {margin-top:-30px; border:0 none;}
.table_line td {padding:10px 20px; border:0 none; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; font-size:1em !important; color:#707070;}
.table_line tr:first-child td {padding:15px !important; border-left:0 none; border-bottom:1px solid #a1a1a1; background-color:#f6f6f6; text-align:center;}
.table_line tr:first-child td strong {font-size:1.05em; font-weight:normal; color:#424242;}
.table_line td:first-child {border-left:0 none;}
.table_line .info {padding:10px 20px; color:#424242; text-align:center;}
.base_table .info {width:79px; color:#424242; text-align:center; vertical-align:top;}

.table_line .view_ip {display:none;}

.gBtn1 + .article_search {margin-top:50px;}





/*----------------------------------------------------------------------------
 * 서브 스타일 정의
 * ---------------------------------------------------------------------------
 * Author	: (주)플랜아이 http://plani.co.kr
 * ---------------------------------------------------------------------------
 * History
 * ---------------------------------------------------------------------------
 * 2017-10-17 (ysjo)
 * -------------------------------------------------------------------------*/

.word-break{word-break:break-all;}
.word-keep{word-break:keep-all;}

/*라디오 스타일*/
.input_chk input[type=radio]{position:absolute;visibility:hidden;}
.input_chk label{position:relative;cursor:pointer;-webkit-transition:all 0.25s linear;margin:0 20px;}
.input_chk:hover label{color:#7f7f7f;}
.radio_wrap{position:relative;display:inline-block;}
.radio_wrap .check{display:block;position:absolute;border:1px solid #aaa;border-radius:100%;height:12px;width:12px;top:6px;left:0;z-index:5;transition:border .25s linear;-webkit-transition:border .25s linear;}
.radio_wrap:hover .check {border:1px solid #7f7f7f;}
.radio_wrap .check:before {display:block;position:absolute;content:'';border-radius:100%;height:8px;width:8px;top:2px;left:2px;margin:auto;transition:background 0.25s linear;-webkit-transition:background 0.25s linear;}
input[type=radio]:checked ~ .check {border:1px solid #7f7f7f;}
input[type=radio]:checked ~ .check::before{background:#7f7f7f;}
.radio_wrap.type2 .check{left:-20px}





/*버튼 스타일*/
.btn_de{border:1px solid #a1a1a1;border-radius:3px;display:inline-block;box-sizing:border-box;margin-right:2px;}
.btn_de a{display:block;padding:8px 26px; transition:all .4s}
.btn_de a:hover{background:#7f7f7f;color:#fff;}
.btn_de.hover{background:#f6f6f6}
.btn_de.add{background:#2e8cf5;position:relative;border:0 none;}
.btn_de.add:before{content:"+";position:absolute;left:12px;top:3px;width:11px;font-weight:600;font-size:20px;color:#fff;}
.btn_de.add a{color:#fff;font-size:14px;padding:3px 25px 3px 31px; transition:all .4s}
.btn_de.add a:hover{background:#2e8cf5;}
.btn_de.del{background:#f52e2e;position:relative;border:0 none;}
.btn_de.del:before{content:"-";position:absolute;left:12px;top:2px;width:11px;font-weight:600;font-size:20px;color:#fff;}
.btn_de.del a{color:#fff;font-size:14px;padding:3px 25px 3px 31px; transition:all .4s}
.btn_de.del a:hover{background:#f52e2e;}
.btn_de.red{background:#e23d3d;border:0 none;}
.btn_de.red a{color:#fff;padding:9px 30px; transition:all .4s}
.btn_de.red a:hover{background:#e23d3d;border-radius:3px;}
.btn_search{background:#295295 url(/narospace/images/korean/sub/btn_search.png) 50% 30% no-repeat;display:block;padding:45px 25px 15px;color:#fff;border-radius:3px;}
.btn_login{background:#295295 url(/narospace/images/korean/sub/btn_login.png) 50% 30% no-repeat;display:block;padding:45px 25px 15px;color:#fff;border-radius:3px;}

/*테이블 스타일*/
.table_de{border-top:2px solid #000;box-sizing:border-box;width:100%;border-collapse:collapse;}
.table_de tr:last-child th, .table_de tr:last-child td{border-bottom:1px solid #a1a1a1;}
.table_de tr th{background:#f6f6f6;font-weight:400;padding:12px 15px 12px 25px;text-align:left;border-bottom:1px solid #e1e1e1;text-align:center;}
.table_de tr td{padding:6px 17px;border-bottom:1px solid #e1e1e1;}
.table_de.type1 colgroup col {width:5%;}
.table_de.type1 colgroup col + col {width:30%;}
.table_de.type1 colgroup col + col + col {width:auto;}
.table_de.type1 colgroup col + col + col + col {width:20%;}
.table_de.type1 colgroup col + col + col + col + col {width:15%;}

.table_de.type2 td{text-align:center;}
.table_de.type2 colgroup col {width: 5%;}
.table_de.type2 colgroup col + col {width:auto;}
.table_de.type2 colgroup col + col + col {width: 9%;}
.table_de.type2 colgroup col + col + col + col {width: 13%;}
.table_de.type2 colgroup col + col + col + col + col {width: 19%;}
.table_de.type2 colgroup col + col + col + col + col + col{width: 17%;}
.table_de.type2 colgroup col + col + col + col + col + col + col{width: 10%;}
.table_de.type2 colgroup col + col + col + col + col + col + col + col{width: 10%;}

.table_de.type3 td{text-align:center;}
.table_de.type3 colgroup col {width: 5%;}
.table_de.type3 colgroup col + col {width:15%;}
.table_de.type3 colgroup col + col + col {width: 10%;}
.table_de.type3 colgroup col + col + col + col {width: 15%;}
.table_de.type3 colgroup col + col + col + col + col {width: auto;}
.table_de.type3 colgroup col + col + col + col + col + col{width: 25%;}

.table_de.type4 td{text-align:center;}
.table_de.type4 colgroup col {width: 20%;}
.table_de.type4 colgroup col + col {width:20%;}
.table_de.type4 colgroup col + col + col {width: 20%;}
.table_de.type4 colgroup col + col + col + col {width: auto;}

.table_de.type5 td{text-align:center;}
.table_de.type5 colgroup col {width: auto;}
.table_de.type5 colgroup col + col {width:15%;}
.table_de.type5 colgroup col + col + col {width: 15%;}
.table_de.type5 colgroup col + col + col + col {width: 15%;}
.table_de.type5 colgroup col + col + col + col + col {width: 15%;}
.table_de.type5 colgroup col + col + col + col + col + col{width: 15%;}

.table_de.type5 label {display:block;}
.table_de.type5 label span{text-indent:-9999px;visibility:hidden;height:0;width:0;line-height:0;font-size:0;}

.table_de.type6 td{text-align:center;}
.table_de.type6 span + span{margin-top:5px;}
.table_de.type6 colgroup col {width: 10%;}
.table_de.type6 colgroup col + col {width:10%;}
.table_de.type6 colgroup col + col + col {width: 10%;}
.table_de.type6 colgroup col + col + col + col {width: 10%;}
.table_de.type6 colgroup col + col + col + col + col {width: 10%;}
.table_de.type6 colgroup col + col + col + col + col + col{width: 10%;}
.table_de.type6 colgroup col + col + col + col + col + col + col{width: 10%;}
.table_de.type6 colgroup col + col + col + col + col + col + col + col{width: 13%;}
.table_de.type6 colgroup col + col + col + col + col + col + col + col + col{width: auto;}

.table_de.type7 td{text-align:center;}
.table_de.type7 td .btn_de{margin-top:5px;}

.table_de.type8 td{text-align:center;}
.table_de.type8 colgroup col {width: 12%;}
.table_de.type8 colgroup col + col {width:15%;}
.table_de.type8 colgroup col + col + col {width: 12%;}
.table_de.type8 colgroup col + col + col + col {width: 12%;}
.table_de.type8 colgroup col + col + col + col + col {width: 10%;}
.table_de.type8 colgroup col + col + col + col + col + col{width: 18%;}
.table_de.type8 colgroup col + col + col + col + col + col + col{width: auto;}

.table_de.type9 td{text-align:center;}
.table_de.type9 colgroup col {width: 5%;}
.table_de.type9 colgroup col + col {width:12%;}
.table_de.type9 colgroup col + col + col {width: 12%;}
.table_de.type9 colgroup col + col + col + col {width: 12%;}
.table_de.type9 colgroup col + col + col + col + col {width: auto;}
.table_de.type9 colgroup col + col + col + col + col + col{width: 15%;}
.table_de.type9 colgroup col + col + col + col + col + col + col{width: 15%;}

/*담당자정보*/
.manager{position:relative;margin-bottom:50px;}
.manager p{position:absolute;right:0;top:-35px;}

/*회원 탭*/
.tabList{margin:40px 0 0;}
.tabList:after{content:"";display:block;clear:both;}
.tabList li{float:left;cursor:pointer;background:#cacaca;color:#525252;padding:14px 0;display:block;width:20%;text-align:center;}
.tabList li a{}
.tabList li.active, .tabList li.active:hover{background:#295295;color:#fff;}
.tab_content{display:none;}


.basic_box{border-top:2px solid #000;border-bottom:1px solid #a1a1a1;margin:0 0 40px;}
.basic_box:after{content:"";display:block;clear:both;}
.login_input {width:450px;margin:0 auto;overflow:hidden;padding:65px 0 65px 130px;position:relative;}
.login_input li{margin-bottom:14px;}
.login_input li:last-child{margin:0;}
.login_input.biz li:last-child span label{letter-spacing:3.5px}
.login_input.use li:first-child span label{letter-spacing:6px}
.login_input span{display:inline-block;width:85px;}
.login_input span:nth-child(2){letter-spacing:0.2em}
.login_input .dash{display:inline-block;width:10px;text-align:center;}
.login_input input[type="text"],
.login_input input[type="password"]{width:250px;padding:8px 10px;box-sizing:border-box;height:35px;}
.login_input .fl{float:left;}
.login_input .fl .input-num{width:77px;}
.login_input .fl .input_de{width:257px;}
.login_input .fr{float:left;margin:0 0 0 10px;}
.login_input .fr input[type="image"]{width:auto;border:none;}

/*로그인*/
.login_input.biz{background:url('/narospace/images/korean/sub/bg_biz.png') no-repeat 0 50%; }
.login_input.use{background:url('/narospace/images/korean/sub/bg_use.png') no-repeat 0 50%; }
.login_input.find{background:url('/narospace/images/korean/sub/bg_find.png') no-repeat 0 50%; }

.alert{text-align:right;}
.alert img{vertical-align:bottom;padding:0 5px 0 0;}

/*비밀번호찾기*/
#find_form .login_input.find li:last-child span label{letter-spacing:3.5px}

/*회원정보변경*/
.modify_form .basic_box{padding:40px 0 0;border-bottom:0 none;}
#modify_form h3{color:#004ea2;margin-bottom:10px;}
#modify_form ol{margin:0 0 15px;}
#modify_form ol:after{content:"";display:block;clear:both;}
#modify_form ol li{list-style-type:decimal;list-style-position:inside;}
#modify_form .table_de{width:100%;border-top:1px solid #a1a1a1;}
.dtable .td > p.small{font-size:smaller;}

/*필수입력*/
.required{position:relative;}
.required:after{content:"*";position:absolute;color:#e72100;vertical-align:top;left:-12px;}

/* div table */
.dtable {display:table; width:100%; margin-top:20px; border-top:1px solid #e5e5e5;}
.dtable.line{border-top:2px solid #000;box-sizing:border-box;width:100%;margin:0 auto;}
.dtable .caption {display: table-caption; display:none;}
.dtable .colgroup {display: table-column-group;}
.dtable .colgroup .col {display: table-column;}
.dtable .col {width:20%;}
.dtable .col + .col {width:80%;}
.dtable .colgroup.col3 .col{width:20%;}
.dtable .colgroup.col3 .col + .col {width:20%;}
.dtable .colgroup.col3 .col + .col + .col {width:60%;}
.dtable .tr {display:table-row;}
.dtable .th {display:table-cell; border-bottom:1px solid #e5e5e5; background:#f6f6f6;padding:12px 15px 12px 25px;vertical-align:top;word-break:keep-all;}
.dtable .td {display:table-cell; border-bottom:1px solid #e5e5e5; padding:6px 17px;vertical-align:middle;}
.dtable input[type=text], .dtable .input-num{border-color:#b4b4b4;height:33px;box-sizing:border-box;}
.dtable .input_de{width:50%;padding:0 10px;}
.dtable .input-num{width:15%;padding:0 10px;}
.dtable .btn_de{height:33px;line-height:33px;margin-left:5px;background:#eaeaea;color:#666;}
.dtable .btn_de a{padding:0 16px;font-size:14px;}
.dtable #email{width:20%;}
.dtable select {height:35px; padding-left:10px; border:1px solid #b4b4b4;width:15%;display:inline-block;}
.dtable select + select{margin-left:11px;}
.dtable select option {padding:0 10px;}
.dtable .postcode input[type=text]:first-child{width:8%;}
.dtable .postcode .btn_de ~ input[type=text]{width:35%;margin-left:5px;}
.dtable .td #postcode1{width:20%;}
.dtable .td #addr1{width:30%;}
.dtable .td #addr2{width:30%;margin-left:5px;}
.dtable .td .join_desc{color:#e72100;font-size:14px;margin-left:10px;}
.dtable .td.inner .inner-th {position:relative; margin:-6px 0 0 -17px;}
.dtable .td.inner .inner-th + .inner-th {margin:0 0 -6px -17px; border-top:1px solid #e5e5e5; }
.dtable .td.inner .inner-th strong {background:#f6f6f6; font-weight:400; display:inline-block; text-align:center; padding:14px 10px; min-width:150px; border-left:1px solid #e5e5e5;margin-right:17px;}
.dtable .td.inner .inner-th input{position:relative;}
.dtable textarea{border-color:#b4b4b4;}

.dtable .td.inner3 .inner-th {position:relative; margin:-6px 0 0 -17px;}
.dtable .td.inner3 .inner-th + .inner-th {margin:0 0 0 -17px;}
.dtable .td.inner3 .inner-th + .inner-th + .inner-th {margin:0 0 -6px -17px; border-top:1px solid #e5e5e5;}

/*장비사용신청*/
.step_wrap{width:95%;margin:0 auto;}
.stepList{margin:30px 0;}
.stepList:after{content:"";display:block;clear:both;}
.stepList > li{margin-bottom:25px;}
.stepList li:after{content:"";display:block;clear:both;}
.stepList li .step_num{margin-bottom:20px;}
.stepList li .step_num:after{content:"";display:block;clear:both;}
.stepList li .step_num strong{background:#2866ab;border-top-left-radius:30px;border-bottom-left-radius:30px;padding:9px 13px;color:#fff;float:left;text-align:center;font-weight:400;}
.stepList li .step_num span{background:#103e6f;border-top-right-radius:30px;border-bottom-right-radius:30px;padding:9px 22px 9px 17px;color:#fff;float:left;text-align:center;}
.stepList .step_content{padding:0 15px;}
.stepList .step_content:after{content:"";display:block;clear:both;}
.stepList .step_content .eqList {margin-left:-3%}
.stepList .step_content .eqList > li{float:left;width:-webkit-calc((100% - 140px) / 5); width:-moz-calc((100% - 140px) / 5); width:17%;margin:0 0 3% 3%;}
.stepList .step_content .eqList > li a {position:relative; display:inline-block; width:100%}
.stepList .step_content .eqList > li a:before {position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0; content:''; transition:opacity .4s}
.stepList .step_content .eqList > li a:hover:before, .stepList .step_content .eqList > li a:focus:before, .stepList .step_content .eqList > li.active a:before {opacity:.4}
.stepList .step_content .eqList > li a:after {position:absolute; left:50%; top:50%; transform:rotate(-45deg) translate(-50%, -50%); width:20px; height:20px; border-left:2px solid #fff; border-bottom:2px solid #fff; opacity:0; content:''; transition:opacity .4s}
.stepList .step_content .eqList > li a:hover:after, .stepList .step_content .eqList > li a:focus:after, .stepList .step_content .eqList > li.active a:after {opacity:1}

.stepList .step_content .eqList .eq_img{border:1px solid #c2c2c2;box-sizing:border-box;}
.stepList .step_content .eqList .eq_img img{width:100%;}
.stepList .step_content .eqList li .eq_desc{position:relative;padding:0 0 0 10px;margin:10px 0 0;border-left:3px solid #0267c1;}
.stepList .step_content .eqList li .eq_desc li{color:#555;font-size:15px;}

.manager_select{width:50%;margin:10px 0 ;}

/*성능향상지원신청*/
.down_box {display:inline-block; width:100%;}
.down_box div {position:relative; border-radius:10px; border:1px solid #e5e5e5;}
.down_box p {padding:30px 0 30px 140px;}
.down_box p:after{content:"";display:block;clear:both;}
.down_box a{margin:0 20px;float:left;}
.down_box strong {display:inline-block; margin:10px 0 0; font-family:'NanumSquare'; font-size:1.1em; color:#263357; white-space:nowrap;float:left;}
.down_box span.red{font-size:14px;display:inline-block;width:55%;float:left;margin:10px 0 0;}
.down_box .img {position:absolute; left:0; top:15px; width:150px; height:100%; text-align:center;}

.info_box {position:relative; margin:30px 0 20px 0;}
.info_box p {position:absolute; top:0; right:150px;}
.info_box p + span {position:absolute; top:-8px; right:0;}
.info_box .btn_wrap{position:absolute; top:-11px; right:0;}

h4.ing_tit{background:#103e6f;color:#fff;padding:20px 30px;border-top-left-radius:30px;border-top-right-radius:30px;font-size:22px;font-weight:500}
.ing_box{position:relative; padding:0 30px 20px 30px;border:1px solid #c3c3c3;box-sizing:border-box;}
.ing_box .business{margin:38px 0;}
.ing_box .business li{width:15%;margin-left:13%;}
.ing_box .business li:first-child{margin-left:0;}
.ing_box .business li:before{left:-60%;top:80px;}
.ing_box .business li span{display:block;margin:20px 0 0;font-weight:inherit;}
.ing_box .business li span + span{margin: 10px 0 0;}
.ing_box .business li .item{display:table;height:100%;padding:74px 0;float:none;}
.ing_box .business li .item:after{content:"";display:block;clear:both;}
.ing_box .business li .item strong{display:table-cell;vertical-align:middle;line-height:100%;position:relative;}
.ing_box .business li .item strong > span{display:inline;}
.ing_box .business li:first-child + li:before{display:block;}
.ing_box .business li .btn_wrap{position:absolute;right:-140px;bottom:-90px;}
.ing_box .business .type-03 .item{padding:44px 0;}
.ing_box .business .type-03 .item a{position:absolute;left:35%;bottom:18px;padding:0 10px;}

/*활용랩신청현황*/
.equ_detail{width:100%;}
.equ_detail:after{content:"";display:block;clear:both;}
.equ_detail .left{width:45%;float:left;text-align:center;margin-right: 54px;}
.equ_detail .left span{width:100%;border:1px solid #e1e1e1;border-bottom:1px solid #a1a1a1;height: 100%;display:inline-block;padding:28px 0;position:relative;}
.equ_detail .left span:after{content:"";position:absolute;width:3px;height:78px;background:#e1e1e1;top:0;right:0;}
.equ_detail .right{width:48%;float:left;}
.equ_detail .right .dtable{margin:0;}
.equ_detail img {max-width:100%}


/*Responsive**********/
@media(max-width:1024px){
	/*진행중 성능평가*/
	.ing_box .business {margin-top:0;}
	.ing_box .business li {width:100%; margin:50px 0 0;}
	.ing_box .business li:before {left:50%; top:-50px; width:50px; height:50px; margin:0 0 0 -25px; content:'\f062'; line-height:50px;transform:rotate(180deg)}
	.ing_box .business .prev {left:52%; top:-50px; width:48%; height:auto; padding:0; text-align:left;}
	.ing_box .business .prev:before {display:inline; position:relative; float:left; width:40px; height:100%; content:'\f063'; line-height:50px;}
	.ing_box .business .next {left:0; top:100%; width:48%; height:auto; padding:0; text-align:right;}
	.ing_box .business .next:before {display:inline; position:relative; float:right; width:40px; height:100%; content:'\f062'; line-height:50px;}
	.ing_box .business .btn_de{display:table;margin:10px auto 0;}
	.ing_box .business li .btn_wrap{position:relative;bottom:inherit;right:inherit;}
	.ing_box .business li .btn_wrap .btn_de + .btn_de{}

	/*성능평가신청현황*/
	h4.ing_tit{line-height:30px;}
	.ing_box .business li .item{padding:0;width:160px;height:160px;font-size:12px; margin:0 auto}
	.ing_box .business li .item strong{top:0;line-height:0;}
	.ing_box .business .type-03 .item{padding:0;}
	.ing_box .business .type-03 .item a{left:50%;bottom:15px; transform:translateX(-50%); padding:0 5px;}
}
@media(max-width:788px){
	#layer{width:90%;}

	.rwd-hide{overflow:hidden;visibility:hidden;display:none;}
	.btn_de{margin:0;}
	.btn_de a{padding:5px 16px;}

	.agreement textarea{font-size:90%;}

	/* 성능평가 방법 */
	.table_de.type1 colgroup col {}
	.table_de.type1 colgroup col + col {}
	.table_de.type1 colgroup col + col + col {width:auto;}
	.table_de.type1 colgroup col + col + col + col {width:40%;}
	.table_de.type1 colgroup col + col + col + col + col {}

	/*성능평가 보고서*/
	.table_de.type2 colgroup col {}
	.table_de.type2 colgroup col + col {width:auto;}
	.table_de.type2 colgroup col + col + col {}
	.table_de.type2 colgroup col + col + col + col {}
	.table_de.type2 colgroup col + col + col + col + col {width: 35%;}
	.table_de.type2 colgroup col + col + col + col + col + col{width: 30%;}
	.table_de.type2 colgroup col + col + col + col + col + col + col{}
	.table_de.type2 colgroup col + col + col + col + col + col + col + col{}

	/*성능평가신청현황*/
	.table_de.type6 colgroup col {}
	.table_de.type6 colgroup col + col {}
	.table_de.type6 colgroup col + col + col {}
	.table_de.type6 colgroup col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col {width: 30%;}
	.table_de.type6 colgroup col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col{width:27%;}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col + col{width: auto;}
	.table_de.type6 .btn_de a{padding:5px;}

	/*장비사용신청현황*/
	.table_de.type8 colgroup col {}
	.table_de.type8 colgroup col + col {width: 25%;}
	.table_de.type8 colgroup col + col + col {}
	.table_de.type8 colgroup col + col + col + col {width: 20%;}
	.table_de.type8 colgroup col + col + col + col + col {}
	.table_de.type8 colgroup col + col + col + col + col + col{width: 20%;}
	.table_de.type8 colgroup col + col + col + col + col + col + col{width: auto;}

	/*자사성능평가*/
	.table_de.type9 td{text-align:center;}
	.table_de.type9 colgroup col {}
	.table_de.type9 colgroup col + col {width:20%;}
	.table_de.type9 colgroup col + col + col {}
	.table_de.type9 colgroup col + col + col + col {}
	.table_de.type9 colgroup col + col + col + col + col {width: auto;}
	.table_de.type9 colgroup col + col + col + col + col + col{}
	.table_de.type9 colgroup col + col + col + col + col + col + col{width: 30%;}

	/* div table */
	.dtable .th {display:block; padding:6px 20px; border-bottom:0;}
	.dtable .td {display:block; padding:6px 17px;}
	.dtable .td input {width:100%;}
	.dtable.attach .td input {width:90%;}
	.dtable .input-num{width:31%;}
	.dtable .td select{width:-webkit-calc((100% - 5px) / 3); width:-moz-calc((100% - 5px) / 3); width:calc((100% - 5px) / 3);}
	.dtable select + select{margin-left:0;}
	.dtable .td.inner .inner-th {margin:-6px -17px 0 -17px;}
	.dtable .td.inner .inner-th strong {display:block; text-align:center;  border:none; border-top:1px solid #e5e5e5; padding:8px 10px; margin:0 0px 10px 0; }
	.dtable .td.inner .inner-th input {width:95%; margin:0 17px 10px 17px;}
	.dtable .td.inner .inner-th select{width:95%; margin:0 17px 10px 17px; }
	.dtable .td.inner .inner-th + .inner-th {margin:0 -17px 0 -17px; border-top:none;}

	.dtable .td.inner3 .inner-th {margin:-6px -17px 0 -17px;}
	.dtable .td.inner3 .inner-th + .inner-th {margin:0 -17px 0 -17px;}
	.dtable .td.inner3 .inner-th + .inner-th + .inner-th {margin:0 -17px 0 -17px; border-top:none;}

	.dtable .td #postcode1{width:20%;}
	.dtable .td #addr1{margin:5px 0;width:100%;}
	.dtable .td #addr2{margin:0;width:100%;}
	.dtable .td .join_desc{display:block;margin:5px 0 0;font-size:13px}
	.dtable .td .input-num{width:-webkit-calc((100% - 24px) / 3); width:-moz-calc((100% - 24px) / 3); width:calc((100% - 24px) / 3);}
	.manager p{right:0;top:-35px;}

	.stepList .step_content .eqList > li{float:left;width:-webkit-calc((100% - 35px) / 2); width:-moz-calc((100% - 35px) / 2); width:calc((100% - 35px) / 2);}
	.stepList .step_content .eqList > li:nth-child(odd){margin-left:0;}

	/*성능향상지원신청*/
	.down_box .img{display:none;}
	.down_box p {padding:30px 20px;}
	.down_box span.red{display:block;width:100%;}

	.info_box {position:relative; margin:30px 0 20px 0;}
	.info_box p {position:relative; top:inherit; right:inherit;}
	.info_box span {position:relative; top:inherit; right:inherit; margin-top:10px;}

	.time-select a {padding:3px 9px}

}
@media(max-width:480px){
	.tabList li{width:50%;}
	.table_de col:first-child{width:40% !important;}
	.table_de input[type=text], .table_de input.input-num{width:100%;}
	input[type='text'], input[type='password'], input[type='number']{width:100%;}
	.login_input{background-position:50% 10% !important;padding-top:150px;padding-left:0;width:100%;}
	.login_input .fl{float:none;clear:both;}
	.login_input .fl .input-num{width:-webkit-calc((100% - 24px) / 3); width:-moz-calc((100% - 24px) / 3); width:calc((100% - 24px) / 3);}
	.login_input .fl .input_de{width:100%;}
	.login_input .fl li:nth-child(2) .input_de{width:12%;}
	.login_input .fl li:last-child .input_de{width:100%;}
	.login_input .fr{float:none;clear:both;width:100%;margin:15px 0 0;}
	.login_input span{display:block;margin-bottom:10px;}
	#modify_form .table_de tr td small{margin-left:0;}
	.btn_search{background-position:40% 50%;width:100%;text-align:center;padding:12px 0 12px 10px;}
	.btn_login{background-position:40% 50%;width:100%;text-align:center;padding:12px 0 12px 10px;}


	.stepList .step_content .eqList > li{float:left;width:-webkit-calc((100%)); width:-moz-calc((100%)); width:calc((100%));margin-left:0;}
	.stepList .step_content .eqList .eq_img{text-align:center;}

	/*성능향상지원신청*/
	.down_box a{margin:10px 0 0 0;}

	/*진행중 성능평가*/
	.ing_box .business li {float:none; width:100%; margin:50px 0 0;}
	.ing_box .business li .btn_wrap .btn_de a{padding:5px 10px}

	/*성능평가신청현황*/
	.table_de.type6 colgroup col {}
	.table_de.type6 colgroup col + col {}
	.table_de.type6 colgroup col + col + col {}
	.table_de.type6 colgroup col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col {width: 25%;}
	.table_de.type6 colgroup col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col{width:33%;}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col + col{width: auto;}


}

@media(max-width:320px){

	/*성능평가신청현황*/
	.table_de.type6 colgroup col {}
	.table_de.type6 colgroup col + col {}
	.table_de.type6 colgroup col + col + col {}
	.table_de.type6 colgroup col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col {width: 28%;}
	.table_de.type6 colgroup col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col{}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col{width:29%;}
	.table_de.type6 colgroup col + col + col + col + col + col + col + col + col{width: auto;}
	.table_de.type6 .btn_de a{word-break:keep-all;}
}