@charset "utf-8";

@import url("font.css");
@import url("login.css");

#warp {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 100%;
  height: 100%;
}

.top_gnb {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
}

.sitelogo {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 2px 0 11px 0px;
  position: relative;
  background: #ffffff;
}

.sitelogo h1 {
  width: 238px;
  /* font-size: 16px; */
  color: #d8c2ce;
  /* position: relative; */
  /* padding: 0; */
}

.sitelogo > .toplink {
  position: absolute;
  right: 0;
  top: 12px;
}

.sitelogo > .toplink li {
  width: 200px;
  display: inline;
}

.toplink1 {
  display: inline-block;
  background: url(../img/top_login.png) no-repeat;
  padding-left: 26px;
  padding-right: 26px;
}

.toplink1 a:hover {
  display: inline-block;
  background: url(../img/top_join.png) no-repeat;
  padding-left: 26px;
  padding-right: 26px;
}

.toplink2 {
  display: inline-block;
  background: url(../img/top_join.png) no-repeat;
  padding-left: 26px;
}

.toplink3 {
  display: inline-block;
  background: url(../img/top_logout.png) no-repeat;
  padding-left: 26px;
  padding-right: 26px;
}

.toplink4 {
  display: inline-block;
  background: url(../img/top_mypage.png) no-repeat;
  padding-left: 26px;
}

.header {
  width: 100%;
  background-color: #091173;
  height: 34px;
}

.pc_header {
  width: 1200px;
  margin: 0 auto;
}

/* GNB */
.header .pc_header .cateList {
  display: inline-block;
  text-align: left;
  font-size: 0;
}
.header .pc_header .cateList li {
  display: inline-block;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header .pc_header .cateList > li {
  width: 238px;
}
.header .pc_header .cateList > li:first-of-type {
  width: 240px;
}
.header .pc_header .cateList > li:nth-of-type(2) {
  width: 240px;
}
.header .pc_header .cateList > li:nth-of-type(5) {
  width: 238px;
}
.header .pc_header .cateList li > a {
  display: inline-block;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  color: #656565;
}
.header .pc_header .cateList > li > a {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}

.header .pc_header .cateList > li > a:hover {
  background-color: #df0029;
}

.header .pc_header .cateList > li > a em {
  display: inline-block;
  line-height: 1;
  position: relative;
}
/*.header .pc_header .cateList > li > a em:after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 4px;
  opacity: 0;
  background-color: #df0029;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  content: "";
}*/
.header .pc_header .cateList > li.selected > a em:after {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
}
.header .pc_header .cateList > li .sub_title {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 1.429rem;
  font-weight: 500;
  line-height: 1;
}
.header .pc_header .cateList > li ul {
  margin-top: -6px;
}
.header .pc_header .cateList > li ul li {
  display: block;
  line-height: 1;
}
.header .pc_header .cateList > li ul li + li {
  margin-top: 16px;
}
.header .pc_header .cateList li .depth2 {
  position: absolute;
  display: none;
  width: 240px;
  height: 136px;
  left: 0;
  top: 34px;
  padding: 38px 0 0 0px;
  border-left: 1px solid #ccc;
  z-index: 111;
  text-align: center;
}
.header .pc_header .cateList > li:first-of-type .depth2 {
  margin-left: -1px;
}
.header .pc_header .cateList > li:nth-of-type(2) .depth2 {
  margin-left: -1px;
}
.header .pc_header .cateList > li:nth-of-type(3) .depth2 {
  margin-left: -1px;
}
.header .pc_header .cateList > li:nth-of-type(4) .depth2 {
  margin-left: 0px;
}
.header .pc_header .cateList > li:nth-of-type(5) .depth2 {
  margin-left: -1px;
  border-right: 1px solid #ccc;
}
.header .pc_header .cateList li .depth2.product {
  width: 274px;
  left: 0;
  margin-left: 150px;
  padding: 0;
}
.header .pc_header .cateList li .depth2 ul li a {
  position: relative;
}
.header .pc_header .cateList li .depth2 ul li a:after {
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 0;
  opacity: 0;
  width: 0;
  height: 2px;
  background-color: #df0029;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  content: "";
}
.header .pc_header .cateList li .depth2 a:hover:after,
.header .pc_header .cateList li .depth2 a:focus:after {
  width: 100%;
  opacity: 1;
}
.header .pc_header .cateList > li .slick-list {
  margin-top: 27px;
}
.header .pc_header .cateList > li .slick-dots,
.header .pc_header .cateList > li .slick-dots li {
  margin-top: 0;
}

.header .pc_header .gnb-bg {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
  z-index: 11;
  text-align: center;
}

.m1 {
  background: url(../img/menu_icon1.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m1 a:hover {
  background: url(../img/menu_icon1.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m2 {
  background: url(../img/menu_icon2.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m2 a:hover {
  background: url(../img/menu_icon2.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m3 {
  background: url(../img/menu_icon3.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m3 a:hover {
  background: url(../img/menu_icon3.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m4 {
  background: url(../img/menu_icon4.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m4 a:hover {
  background: url(../img/menu_icon4.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m5 {
  background: url(../img/menu_icon5.png) 10px 9px no-repeat;
  background-size: 20px;
}

.m5 a:hover {
  background: url(../img/menu_icon5.png) 10px 9px no-repeat;
  background-size: 20px;
}

/*main-cont*/

.con-warp {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  clear: both;
}

.m-box-area {
  width: 99%;
  border: 5px solid #053863;
  height: 360px;
}

.m-con-view {
  width: 33%;
  border-right: 5px solid #053863;
  height: 360px;
  display: inline-block;
  vertical-align: top;
}

.m-con-view_1 {
  width: 49%;
  border-right: 5px solid #053863;
  height: 360px;
  display: inline-block;
  vertical-align: top;
}

.m-con-view1 {
  width: 33%;
  border-right: 5px solid #053863;
  height: 360px;
  display: inline-block;
  vertical-align: top;
}

.m-con-view1_1 {
  width: 49%;

  height: 360px;
  display: inline-block;
  vertical-align: top;
}

.m-com-sarea1 {
  padding: 10px;
  position: relative;
}

.m-con-view2 {
  width: 32%;
  display: inline-block;
  height: 360px;
}

.m-select-area {
  float: right;
}

.m-select-area1 {
  display: inline;
}


.m-font16 {
  font-size: 16px;
  font-weight: 600;
}

.chart-area {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.m-select-area {
  float: right;
}

.w120 {
  width: 120px;
}
.w140{width:140px}
.w300 {width: 300px;}
.w380 {width: 380px;}

.w80 {
  width: 80px;
}

.mgt30 {
  margin-top: 30px;
}

.list-exp li {
  position: relative;
  float: left;
  width: 270px;
  height: 270px;
  margin: 0 25px 25px 0;
  background: #97989b;
  cursor: pointer;
  line-height: 1.3;
}

.list-exp {
  margin-top: 35px;
}
.list-exp:after {
  content: "";
  display: block;
  clear: both;
}
.list-exp li {
  position: relative;
  float: left;
  width: 23%;
  height: 160px;
  margin: 0 35px 25px 0;
  background: #97989b;
  cursor: pointer;
  line-height: 1.3;
}

.list-exp li:last-child {
  margin: 0 0px -10px 0px !important;
  float: right;
}

.list-exp li:hover p {
  opacity: 1;
}
.list-exp li:after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: url(../img/main_sp.png) 0 -320px no-repeat;
}
.list-exp li.e2:after {
  background-position: -60px -320px;
}
.list-exp li.e3:after {
  background-position: -120px -320px;
}
.list-exp li.e4:after {
  background-position: -180px -320px;
}

.list-exp.exp2 li {
  margin: 0 30px 25px 0px;
  background: #57585c;
}
.list-exp.exp2 li.e1:after {
  background-position: -64px -320px;
}
.list-exp.exp2 li.e2:after {
  background-position: -700px -320px;
}
.list-exp.exp2 li.e3:after {
  background-position: -420px -320px;
}
.list-exp.exp2 li.e4:after {
  background-position: -180px -320px;
}

.list-exp h3 {
  margin: 35px 25px;
  color: #fff;
  font-size: 21px;
}
.list-exp p {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 35px 25px;
  color: #fff;
  font-size: 13px;
  background: #0397d7;
  opacity: 0;
  transition: opacity 0.25s;
}

/*footer*/

.foot {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 80px;
  background: linear-gradient(90deg, #0076c0 0, #00a19c 100%);
}

.con-warp1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}

.foot_txt {
  position: absolute;
  left: 320px;
  top: 30px;
  color: #ffffff;
}

/*login*/
.stt {
  font-size: 38px;
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans KR", sans-serif;
  padding-bottom: 20px;
}
.stt:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  margin: 0 auto 18px;
}

.find_txt1 {
  text-align: center;
}

.search_default {
  width: 835px;
  margin: 0 auto 70px;
}
.search_default select {
  float: left;
  width: 180px;
  border-right: 0;
}
.search_default .input_wrap {
  float: left;
  margin-left: 6px;
}
.search_default .input_wrap input {
  float: left;
  width: 585px;
}
.search_default .input_wrap .btn_search {
  float: left;
  width: 60px;
  height: 60px;
  background: #144bb2 url(../img/search_icon.png) no-repeat center;
}
.search_default:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.search_result {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 60px;
}
.search_result em {
  font-weight: 800;
  font-size: 18px;
  color: #05ad8e;
}
select.select_ui_type1 {
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  padding: 0 50px 0 22px;
  border: 1px solid #ddd;
  background: #fff url("../img/sel_arrow1.png") no-repeat 150px 26px;
}
select {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  *background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.input_type1 {
  width: 100%;
  height: 60px !important;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  padding: 0 30px;
  border: 1px solid #ddd;
  vertical-align: middle;
  background: #fff;
}


.input_type2 {
  width: 100%;
  height: 36px !important;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  background: #fff;
}


.sr {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/*button*/

.btn-sub {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #d3d3d3;
  line-height: 28px;
  background: #050777;
  border-left: 1px solid #666;
  border-radius: 4px;
  color:#fff;
}

.btn-mor {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #d3d3d3;
  line-height: 28px;
  background: #6006aa;
  border-left: 1px solid #666;
  border-radius: 4px;
  color:#fff;
  margin-top:10px;
}

.btn-mor1 {
  display: inline-block;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #d3d3d3;
  line-height: 28px;
  background: #07644d;
  border-left: 1px solid #666;
  border-radius: 4px;
  color:#fff;
  margin-top:10px;
}

.sv-btn {
  padding: 12px 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
  color: #fff;
  display: inline-block;
  background: #222;
  border: 1px solid #222;
  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
  background-image: url(../img/save-button.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position:13% ;
}

.sv-btn:hover {
  border: 1px solid #999;
  background: #3c1abd;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/save-button.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position:13% ;
}

.pd-L17{padding-left:17px}
.fcolor05{color:#050777;}

.w30area{width:30%; display: inline-block;}
.w69area{width:69%; display: inline-block;}
.area-center{vertical-align: top; padding-top:160px; text-align: center; }

/*news table */
.co_table {
  width: 100%;
  margin-top: 40px;
}

.co_table1 {
  width: 100%;
  margin-top: 20px;
}

.colTbl {
  width: 100%;
  font-size: 15px;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
}
.colTbl th {
  border-top: 1px solid #000;
  padding: 20px 0;
  color: #222;
}
.colTbl td {
  border-top: 1px solid #eee;
  padding: 17px 10px 17px;
  color: #707070;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.colTbl td.title {
  text-align: left;
  font-weight: 400;
}
.colTbl td.title a {
  color: #000;
}

.colTbl td.title a:hover {
  color: #1439d6;
}

.clear{clear: both;}

.accTbl {
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
}
.accTbl th {
  border-top: 2px solid #333;
  padding: 10px 0;
  color: #222;
  background-color:#fafafa;
}
.accTbl td {
  border-top: 1px solid #eee;
  border-left:1px solid #e1e1e1;
  padding: 10px 10px 10px;
  color: #707070;
  text-align: center;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  font-weight: 400;
  border-left:lpx solid #eee;
}

.accTbl td:first-child  {border-left:none}
.accTbl td.title {
  text-align: left;
  font-weight: 400;
}
.accTbl td.title a {
  color: #000;
}

.accTbl td.left  {
  text-align: left;
}

.accTbl td.title a:hover {
  color: #1439d6;
}

.accTbl td.bg{background-color: #fafafa;}




.accTbl-1 {
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;

}
.accTbl-1 th {
  border-top: 2px solid #333;
  padding: 10px 0;
  color: #222;
  background-color:#fafafa;
}
.accTbl-1 td {
  border-top: 1px solid #eee;
  border-left:1px solid #e1e1e1;
  padding: 10px 10px 10px;
  color: #707070;
  text-align: left;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  font-weight: 400;
  padding-left:10px;
  border-left:lpx solid #eee;
}

.accTbl-1 td:first-child  {border-left:none}



.trborder{border-top:2px solid #333;}
.bg-acc{background-color: #fafafa; color:#000 !important; font-weight: 600 !important;}
.acc-img{vertical-align: top;}
.file-v{width:100%; margin-top:10px}

.mg-t30{margin-top:30px}
.mg-t50{margin-top:50px}
.fontw{font-weight: 600;}
.fbold{font-size:16px; font-weight: 600 !important; color:#333 !important}
.fbold18{font-size:18px; font-weight: 600 !important; color:#333 !important}
.fbold26{font-size:26px; font-weight: 600 !important; color:#333 !important; margin-bottom: 40px;}
.f12{font-size:12px}

.valign-m{vertical-align: middle;}
.valign-t{vertical-align: top;}
.text-center{text-align: center;}
.font13{font-size: 13px;}
.line-h100{line-height: 100px;}
.line-h40{line-height: 40px;}
.text-right{text-align: right;}
.f14{font-size:14px}
.fbold-1{font-size:14px; font-weight: 600 !important; color:#143f8a !important; display:inline; text-decoration: underline;}
.pd10{padding-right:10px}
.pd20{padding-right:20px;}
.search1{padding-bottom:10px}

/*심각도*/

.sev_warp{width:90%; margin:0 auto; height:400px; background: url(../img/sev_bg.png) no-repeat;}
.sev-area{width:80%; margin:0 auto; position: relative; padding-top:40px}

.sev-area li{width:25%; display: inline-block; vertical-align: top; margin-top:-1px; margin-right:-6px}
.sev-bg4{background: #FF847C url(../img/sav-txt4.png) no-repeat 50% 50%; height:36px; text-align: center; border:1px solid #fff; }
.sev-bg3{background: #E84A5F url(../img/sav-txt3.png) no-repeat 50% 50%; height:36px; text-align: center; border:1px solid #fff}
.sev-bg2{background: #FECEA8 url(../img/sav-txt2.png) no-repeat 50% 50%; height:36px; text-align: center; border:1px solid #fff}
.sev-bg1{background: #97B596 url(../img/sav-txt1.png) no-repeat 50% 50%; height:36px; text-align: center; border:1px solid #fff}
.sev-txt{line-height: 36px;; color:#fff}
.sev-t{background-color: #ced9ec; padding:4px 20px; border:1px solid #555; font-size: 26px;}
.sev-tn{font-size:26px}

.sev-one{text-align: center; height: 24px; line-height: 24px; background-color: #fff; border:2px solid #000;  color: #000; display: inline-block; padding: 0 9px;border-radius: 50%; margin-top:3px }

/*발생확률 input*/
.inp {
  display: inline-block;
  position: relative;
  width: 80%;
  height: 30px;
  margin: 5px 0;
  padding: 0px 10px;
  font-size: 13px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b9b9b9;
}

/*news view*/
.tbl_etc {
  position: relative;
  border-top: 3px solid #afafaf;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.tbl_etc .tbl_tit {
  padding: 20px 0;
  text-align: center;
}
.tbl_etc .tbl_tit em {
  display: block;
  font-size: 1.8em;
}
.tbl_etc .tbl_tit > span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #0e0e0e;
  font-size: 1.625em;
}
.tbl_info {
  padding: 20px 20px;
  overflow: hidden;
  border-top: 1px solid #dedede;
}
.tbl_info .tit {
  float: left;
}
.tbl_info > span {
  font-weight: 300;
}
.tbl_info > span > em {
  font-weight: 600;
  font-size: 1.2em;
}
.tbl_etc > .view {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 0.938em;
  font-weight: 500;
}

.tbl_info .date {
  float: left;
}
.tbl_info .date:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 8px;
  background-color: #c2c2c2;
  margin: 0px 8px 1px 10px;
}
.tbl_info .view {
  float: right;
}
.view_con {
  padding: 50px 10px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.view_con .img_area {
  text-align: center;
}

.tbl_file {
  padding: 18px 20px;
  border-bottom: 1px solid #dedede;
}
.tbl_file p {
  font-weight: 300;
}
.tbl_file p em {
  font-weight: 600;
  font-size: 1.2em;
}

.tbl_file p em:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  background: url(../img/down_ico.png) no-repeat left center;
  width: 22px;
  height: 25px;
  padding-right: 8px;
}

.btn_wrap {
  text-align: center;
  margin-top: 62px;
}
.btn_area1 {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.btn_area1 a {
  display: inline-block;
  margin-left: 47px;
  vertical-align: bottom;
  color: #000000;
}
.btn_area1 a:first-child {
  margin-left: 0;
}
.btn_area1 a span {
  display: inline-block;
  color: #333;
  min-width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}
.btn_area1 a.btn_list span {
  height: 53px;
  line-height: 53px;
  border-bottom: 2px solid #555;
}
.btn_area1 a.btn_prev span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 73px;
  height: 17px;
  background: url(../img/btn_list_prev.png) no-repeat left center;
  margin-bottom: 4px;
}
.btn_area1 a.btn_list span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  width: 14px;
  height: 13px;
  background: url(../img/list_icon.png) no-repeat left center;
  margin-bottom: 4px;
}
.btn_area1 a.btn_next span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 73px;
  height: 17px;
  background: url(../img/btn_list_next.png) no-repeat right center;
  margin-bottom: 4px;
}

/*자료실*/
.colTbl_1 {
  width: 100%;
  font-size: 15px;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
}
.colTbl_1 th {
  border-top: 2px solid #606164;
  padding: 20px 0;
  color: #222;
  background: #f3f5f9;
}
.colTbl_1 td {
  border-top: 1px solid #eee;
  padding: 17px 10px 17px;
  color: #707070;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.colTbl_1 td.title {
  text-align: left;
  font-weight: 400;
}
.colTbl_1 td.title a {
  color: #000;
}

.colTbl_1 td.title a:hover {
  color: #1439d6;
}

.file_i {
  display: inline-block;
  overflow: hidden;
  width: 17px;
  height: 17px;
  background: url(../img/ico_fileDown.png) no-repeat 50% 50%;
  text-indent: -100px;
}

/*고객센터*/

.container_faq {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 30px;
}

.tab-nav {
  margin-bottom: 40px;
  text-align: center;
}
.tab-nav a.on {
  color: #164299;
  border-color: #164299;
}

.tab-nav a {
  display: inline-block;
  min-width: 120px;
  margin: 0 38px;

  border-bottom: 5px solid transparent;
  padding: 18px 38px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #333;
  transition: 0.2s ease;
}

.faq_list ul li.tit {
  border-top: 2px solid #128a93;
  border-bottom: 1px solid #959595;
}

.faq_list ul li .tit_wrap {
  /*border-bottom: 1px solid #e1e2e0;*/
  position: relative;
  padding-left: 145px;
}

.faq_list ul li .tit_wrap .num span {
  line-height: 68px;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #128a93;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.faq_list ul li .tit_wrap .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.faq_list ul li .tit_wrap .tit span {
  display: block;
  text-align: center;
  color: #128a93;
  line-height: 68px;
  font-size: 18px;
  letter-spacing: -0.5px;
  overflow: hidden;
  font-weight: 600;
}

/*faq list */

.faq-list {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

.faq-list li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.faq-list .head {
  position: relative;
  padding: 8px 0;
}

.faq-list .head .question {
  display: block;
  padding: 10px 50px 5px 100px;
  background: url("../img/icon-q.png") no-repeat left 35px top 8px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.faq-list .head .question:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 23px;
  height: 13px;
  background-image: url("../img/arrow-bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: all 1s;
}

.faq-list .cont {
  display: none;
  padding: 12px 50px;
  border-top: 1px dashed #cacaca;
  background: #f8f8f8;
}

.faq-list .cont .answer {
  padding: 4px 40px 8px 60px;
  background: url("../img/icon-a.png") no-repeat left 15px top;
  color: #666;
  font-size: 15px;
}

.faq-list .active .question:after {
  background-image: url("../img/arrow-top.png");
  transition: all 1s;
}

/*사고리스크 평가*/
.ass_txt {
  width: 860px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.ass_txt > span {
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 30px;
  padding-bottom: 10px;
  color: #555;
}

.stit {
  font-size: 14px !important;
  margin-top: 30px;
}

/*assment*/
.ass_area {
  width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 40px;
}

.ass_area li {
  display: inline-block;
  width: 18%;
}

.arrow {
  width: 80px !important;
  background: url("../img/arow-line.png") no-repeat;
  font-size: 0;
}

.arrow_de {
  width: 80px !important;
  background: url("../img/arow-line1.png") no-repeat;
  font-size: 0;
}

.step1-hito {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/hoto_icon.png");
  left: 120px;
  top: 30px;
}

.step2-hito {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/hoto_icon.png");
  left: 410px;
  top: 30px;
}


.step3-hito {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/hoto_icon.png");
  left: 700px;
  top: 30px;
}


.step4-hito {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/hoto_icon.png");
  left: 980px;
  top: 30px;
}




.ass_area li:last-child {
  /*float: right;*/
}

.line_bg {
  background: url(../img/btn_list_next.png) 166px 7px no-repeat;
}

.qna-list {
  min-width: 1.667rem;
  line-height: 1.667rem;
  border-radius: 100%;
  background: #0070c3;
  color: #fff;
  text-align: center;
  font-size: 0.833rem;
  font-weight: 400;
  margin-right: 1.111rem;
}

.ass-btn-1 {
  padding: 4px 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  /*margin: 30px 0 0;*/
  color: #fff;
  display: inline-block;


  text-align: center;
  font-weight: 500;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
  width: 140px;
}

.on{background: rgb(93, 170, 243) ; border: 1px solid rgb(66, 130, 226);}
.off {background: rgb(185, 185, 185) ; border: 1px solid rgb(141, 141, 141);;}




.acc_q {
  width: 100%;
  padding: 30px 0;
  margin-top: 40px;
  background: #fafafa url(../img/q_icon.png) 70px 18px no-repeat;
}

.acc_q p {
  font-size: 20px;
  text-align: center;
  width: 100%;

  font-weight: 600;
}

.acc-txt {
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  display: block;
  padding-bottom: 16px;
}

.block{display:block}
.pb-b10{padding-bottom: 10px;}

.color-red {
  color: #ff0000;
}

.color-red1 {
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
}
.color-bl{color:#132995 !important; font-size:26px !important; font-weight: 600;}


.txt-right{float: right;}


.acc_a {
  margin-top: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.acc_a li {
  display: inline-block;
  padding-left: 40px;
  font-size: 14px;
}

.acc_c {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.acc_c li {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  width: 22%;
}

.pdl10 {
  padding-left: 10px;
}

.acc_l {
  width: 49%;
  display: inline-block;
}

.acc_r {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.acc_l li {
  display: block;
  padding: 10px 0;
}

.acc_b {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

.ac-btn-1 {
  padding: 12px 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 30px 0;
  color: #fff;
  display: inline-block;
  background: #222;
  border: 1px solid #222;
  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
}
.ac-btn-1:hover {
  border: 1px solid #999;
  background: #3c1abd;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ac-btn-1 ::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #adadad;
  bottom: 27px;
  right: 19px;
  transform: rotate(35deg);
}
.ac-btn-1 ::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 1px;
  background: #adadad;
  bottom: 24px;
  left: 22px;
}

.ac-btn-2 {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
  color: #fff;
  display: inline-block;
  background: #222;
  border: 1px solid #222;
  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
}
.ac-btn-2:hover {
  border: 1px solid #999;
  background: #3c1abd;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ac-btn-3 {
  padding: 12px 80px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
  color: #fff;
  display: inline-block;

  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
  background: #062b54 url(../img/ac_list_next.png) 100px 18px no-repeat;
}
.ac-btn-3:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0d478a url(../img/btn_list_next_off.png) 110px 18px no-repeat;
}

.ac-btn-4 {
  padding: 12px 80px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
  color: #fff;
  display: inline-block;

  text-align: center;
  font-weight: 600;
  border-radius: 24px;
  font-family: "Noto Sans KR", sans-serif;
  background: #062b54 url(../img/ac_list_next.png) 140px 18px no-repeat;
}
.ac-btn-4:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0d478a url(../img/btn_list_next_off.png) 150px 18px no-repeat;
}

.text_r {
  text-align: right;
}

.assess-icon{background: url(../img/assess_icon1.png) 0px -4px no-repeat;
  padding-left: 36px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;}

.assess-icon1{background: url(../img/assess_icon2.png) 0px -4px no-repeat;
  padding-left: 36px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;}

.area-v{vertical-align: top;}




/* pagenate */
.paginate-complex {
  padding: 10px 0 0 10px;
  line-height: normal;
  text-align: center !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
.paginate-complex a,
.paginate-complex strong {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  color: #333;
  text-decoration: none;
  background: #fff;
  margin: 0px;
  border: 1px solid #ddd;
}
.paginate-complex a:hover,
.paginate-complex a:active,
.paginate-complex a:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #333;
}
.paginate-complex strong {
  color: #fff;
  background-color: #333;
  font-weight: bold;
}
.paginate-complex .direction {
  border: 0;
  font-weight: normal;
  color: white;
  text-decoration: none;
  z-index: 1;
}
.paginate-complex .direction:hover,
.paginate-complex .direction:active,
.paginate-complex .direction:focus {
  border: 1px solid #333;
}
.paginate-complex .prev {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ececec;
  background: url("../img/page_l.png") no-repeat center;
  background-size: 6px;
}
.paginate-complex .next {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #ececec;
  background: url("../img/page_r.png") no-repeat center;
  background-size: 6px;
}
.pagenate-complex .prev span {
  opacity: 0 !important;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.none {
  display: none;
}


/*layer popup */

.imgSelect {
	cursor: pointer;
}

.popupLayer {
	position: absolute;
	display: none;
	background-color: #ffffff;
	border: solid 2px #d0d0d0;
	width: 200px;
	height: 100px;
	padding: 10px;
  z-index:30;
}
.popupLayer div {
	position: absolute;
	top: 5px;
	right: 5px;

}




/*harzad*/

/* 탭메뉴 */
.c-tab01 {position:relative;overflow:hidden;margin-bottom:30px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #333;background:#f1f1f1;}
.c-tab01 li {float:left;width:33.3%;font-size:16px;text-align:center;}
.c-tab01 li a {display:block;background:#fff;border:1px solid #ccc;border-left:0; border-top:0;transition:all .3s ease}
.c-tab01 li a span {display:block;padding:12px 24px 16px;font-weight:600;;color:#555;line-height:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .3s ease}
.c-tab01 li a span:after {content:"";display:inline-block;vertical-align:middle;width:23px;height:23px;background:url(../img/arr_ctab01.png) no-repeat 0 0;transition:all .3s ease}
.c-tab01 li.over a, .c-tab01 li:hover a, .c-tab01 li a:hover, .c-tab01 li a:focus, .c-tab01 li a:active {background:#004993;border-color:#004993;}
.c-tab01 li.over a span, .c-tab01 li:hover a span, .c-tab01 li a:hover span, .c-tab01 li a:focus span, .c-tab01 li a:active span {color:#fff;}
.c-tab01 li.over a span:after, .c-tab01 li:hover a span:after, .c-tab01 li a:hover span:after, .c-tab01 li a:focus span:after, .c-tab01 li a:active span:after {margin-left:26px}


.b-tab01 {position:relative;overflow:hidden;margin-bottom:30px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #333;background:#f1f1f1;}
.b-tab01 li {float:left;width:50%;font-size:16px;text-align:center;}
.b-tab01 li a {display:block;background:#fff;border:1px solid #ccc;border-left:0; border-top:0;transition:all .3s ease}
.b-tab01 li a span {display:block;padding:12px 24px 16px;font-weight:600;;color:#555;line-height:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .3s ease}
.b-tab01 li a span:after {content:"";display:inline-block;vertical-align:middle;width:23px;height:23px;background:url(../img/arr_ctab01.png) no-repeat 0 0;transition:all .3s ease}
.b-tab01 li.over a, .b-tab01 li:hover a, .b-tab01 li a:hover, .b-tab01 li a:focus, .b-tab01 li a:active {background:#004993;border-color:#004993;}
.b-tab01 li.over a span, .b-tab01 li:hover a span, .b-tab01 li a:hover span, .b-tab01 li a:focus span, .b-tab01 li a:active span {color:#fff;}
.b-tab01 li.over a span:after, .b-tab01 li:hover a span:after, .b-tab01 li a:hover span:after, .b-tab01 li a:focus span:after, .b-tab01 li a:active span:after {margin-left:26px}




.box{border:1px solid #bcbcbc; padding:20px 10px}

.quarter1 {display: inline-block;}
.hidden{ visibility:hidden}
.none1{display:none !important}

.btn_list1 { min-width: 150px; height: 40px; line-height: 42px; padding: 0 10px; background: #0f97dd; color: #fff; text-align: center; -webkit-transition: background 0.15s; transition: background 0.15s; }
.btn_list1:hover { background: #004990; }
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -0.025em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.location {
  position: relative;
  width: 100%;
  margin: 55px 0 35px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}
.location .page_title {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.w40area{width:40%; display: inline-block; vertical-align: top;}
.w60area{width:57%; display: inline-block; padding-left:30px ;vertical-align: top;}


.policy_tit {
  position: relative;
  padding-left: 2rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.11rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.policy_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/i_policytit.png) no-repeat;
}


.board-list-wrap {border-top: 2px solid #2b405b;width: 100%;}
.board-list-table {width:100%;border-collapse:collapse;text-align:center;table-layout:fixed;font-size:12px;}
.board-list-table th {border:1px solid #ccc;border-right:0;border-bottom:1px solid #2b405b;border-top:0;background:#f8f8f8;padding:15px 0 16px;color:#222;}
.board-list-table th:first-child {border-left:0}
.board-list-table tr:hover td {background-color:#fcfcfc;}
.board-list-table td {border:1px solid #ccc;border-right:0;padding:14px 3px;}
.board-list-table td:first-child {border-left:0}
.board-list-table td .stitle {display:block;width:100%;float:left;}
.board-list-table td .stitle .cmt {font-size:0.875em;color:#207fe5;}
.board-list-table td .stitle .isFileIcon {vertical-align:middle;}
.board-list-table td .stitle a {display:inline-block;width:auto;max-width:83%;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;}

.loading{position: fixed; top: 0; left: 0; z-index: 1060; width: 100vw; height: 100vh; background-color: #ffffff; opacity: 0.5; display: none; } 
.loading > img{position: fixed; top: 50%; left: 50%; margin-top: -100px; margin-left: -100px; }