[class^="subBg"] {
  width: 100%;
      height: 180px;
      background-size: cover;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center;
}

.subBg1 {
  background-image: url("../image/subBg1.jpg");
}

.bgTitle {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.font0 {
  font-size: 0;
}

.leftMenu {
  width: 100%;
  margin: 51px 0;
}

.rightContent {
  width: 100%;
  margin: 30px 0 0;
}

.leftMenu ul {
  border-top: 3px solid #293d7f;
  margin-top: 44px;
}

.leftMenu ul li {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding: 10px;
  font-weight: 300;
  transition-duration: 0.5s
}

.leftMenu ul li.on {
  background-color: #e3e6f3;
  color: #3d3d3d;
  font-weight: 900;
}

.leftMenu ul li:hover {
  background-color: #e3e6f3;
  color: #3d3d3d;
  font-weight: 900;
  transition-duration: 0.5s
}

.contentBg {
  background-image: url(../image/contentBg.jpg);
      background-size: cover;
      background-position: center center;
      border-top: 3px solid #293d7f;
      margin-top: 20px;
      position: relative;
      height: 600px;
  }

.contentTop {
  position: relative;
}

.rLeftTitle {
  /* display: inline-block; */
  font-size: 16px;
  font-weight: 600;
}

.rLeftNav {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 2%;
  }
.contentBgText {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #333333;
}

.firstText {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
}

.boldText {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  color: #293d7f;
}

.contentBgText p:nth-child(8) {
  margin-bottom: 20px;
}

.contentBgText p:nth-child(12) {
  margin-bottom: 20px;
}

.contentSign img {
  width: 160px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.contentBox {
  border-top: 3px solid #293d7f;
  margin-top: 20px;
  position: relative;
}

.contentTable {
  width: 100%;
  font-size:12px;
  margin-top: 36px;
  line-height: 18px;
}

.contentTable td {
  border: 1px solid #d7d7d7;
  padding: 2%;
  text-align: left;

}

.contentTable th {
  border: 1px solid #d7d7d7;
  background-color: #e1e1e1;
  padding: 2%;
  text-align: left;
}

.HisDateCir {
  position: relative;
  float: left;
}

.circle {
  border: 3px solid #94a3e1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.HisDateNum {
  font-size: 18px;
color: #94a3e1;
font-weight: 500;
float: left;
margin-left: 5px;
}

.HisDate .over_hi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.HisDate {
  width: 30%;
  float: left;
}

.HisContent {
  width: 70%;
  float: left;
}

.HisDate hr {
  width: 40%;
  border: 0;
  border-top: 3px solid #94a3e1;
  margin: 0 15px;
}

.HisContent .over_hi {
  height: 80px;
  display: flex;
  align-items: center;
  display: flex;
}

.HisConNum {
  font-size: 14px;
/* width: 15%; */
float: left;
  font-weight: bold;
}

.HisConText {
  font-size: 12px;
font-weight: 300;
margin-left: 10px;
line-height: 18px;
}

.leftBox {
  width: 21px;
  text-align: center;
  position: absolute;
  left: 0;
  height: 2500px;
}

.leftBoard {
  border: 0;
  border-left: 1px solid #e1e1e1;
  height: 100%;
  margin: 32px 9px;
}

.imgBox {
  width: 33%;
  float: left;
  padding: 2% 0;
  text-align: center;
}

.mapTitle {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  padding: 2% 0;
  align-items: flex-start;
}

.mapTitle .big {
  font-size: 14px;
  margin-left: 10px;
  line-height: 18px;
}

.root_daum_roughmap {
  width: 100% !important;
}

/*sub2 S*/
.sub2Content {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding: 4% 0;
}

/* .sub2Content:nth-child(even) .sub2ContentImg, .sub2Content:nth-child(even) .sub2ContentText {
  float: left;
  margin-left: 20px;
  text-align: left;
}

.sub2Content:nth-child(odd) .sub2ContentImg, .sub2Content:nth-child(odd) .sub2ContentText {
  float: right;
  margin-right: 20px;
  text-align: right;
} */

.sub2ContentImg {
  margin: 6% !important;
  text-align: center;
}

.TextTitle {
  font-size: 14px;
  color: #102771;
  font-weight: 700;
  margin-top: 2%;
  width: 100%;
  line-height: 22px;
  text-align: left;
}

.TextContent {
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    line-height: 20px;
    margin-top: 2%;
    width: 100%;
    text-align: left;
}

.TopBlueTitle {
  width: 100%;
  background-color: #293d7f;
  font-size: 18px;
  text-align: center;
  padding: 3% 0;
  margin: 5% 0 2%;
  color: #fff;
}

.picBox {
  overflow: hidden;
}

.picBox>div {
  width: 24.2%;
  margin-right: 1%;
  margin-top: 1%;
  float: left;
}

.picBox>div>img {
  width: 100%;
}

.picBox>div:nth-child(4n) {
  margin-right: 0;
}

.picBox2 {
  overflow: hidden;
}

.picBox2>div {
  width: 32.6%;
  margin-right: 1%;
  margin-top: 1%;
  float: left;
}

.picBox2>div>img {
  width: 100%;
}

.picBox2>div:nth-child(3n) {
  margin-right: 0;
}

/*sub2 E*/
/*sub3 S*/
.linkButton {
  background-color: #363636;
  color: #fff;
  padding: 0.5% 3%;
  font-size: 14px;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
}

.leftMenu1 {
  width: 100%;
  margin: 0 0 51px;
}

.leftMenu1 ul {
  border-top: 3px solid #293d7f;
  margin-top: 44px;
}

.leftMenu1 ul li {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 300;
  transition-duration: 0.5s
}

.leftMenu1 ul li.on {
  background-color: #e3e6f3;
  color: #3d3d3d;
  font-weight: 900;
}

.leftMenu1 ul li:hover {
  background-color: #e3e6f3;
  color: #3d3d3d;
  font-weight: 900;
  transition-duration: 0.5s
}

.leftMenu1 ul li {
  line-height: 40px;
}

.Nav li>a {
  display: inline-block;
  width: 94%;
  margin-left: 1em;
  cursor: pointer;
}

.Nav {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  position: relative;
}

.on .hide {
  display: block;
}

.hide {
  display: none;
  overflow: hidden;
  background-color: #f7f7f7;
  border-top: none !important;
  margin-top: 0 !important;
}

.hide>li {
  padding-left: 1em;
  cursor: pointer;
}

.hide>li:hover {
  background-color: #f7f7f7 !important;
  color: #293d7f !important;
  font-weight: 900;
  transition-duration: 0.5s
}

.hide>li:last-child {
  border: 0;
}

.on1 {
  color: #3258d7;
}

.listUp {
  margin-top: 10px;
  line-height: 18px;
  color: #333333;
  font-size:12px;
  font-weight: 300;
}

.hrLine {
  margin: 4% 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #e1e1e1;
}

.contentTitle {
  font-size: 14px;
  font-weight: bold;
  color: #3258d7;
  line-height: 20px;
}

.imgAndTextBox {
  margin-top: 2%;
}

.imgAndTextBox2 {
  margin-top: 2%;
}

.imgAndTextBox .img {
  width: 100%;
}

.imgAndTextBox .text {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  margin-top: 2%;
  color: #333333;
}

.imgAndTextBox2 .img {
  width: 100%;
}

.imgAndTextBox2 .text2 {
  font-size: 12px;
  line-height: 24px;
  margin: 2% 0;
  text-align: left;
  color: #333333;
}

.titleLine {
  width: 100%;
  background-color: #293d7f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
}

.sub3ImgBox {
  width: 100%;
  /* float: left; */
  overflow: hidden;
}


.iText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% 0;
}

.iText img {
  width: 26%;
}

.iText .rightText {
  width: 73%;
  line-height: 20px;
  font-weight: 300;
  font-size: 12px;
  margin-left: 2%;
}

.iText .rightText:nth-child(2) {
  line-height: 22px;
}

.rightText {
  font-size: 16px;
}

.threeBox {
  width: 100%;
  float: left;
}

.threeBox:last-child {
  margin-right: 0;
}

.threeBox .titleLine {
  margin-top: 15px;
}

.threeBoxImg {
  width: 100%;
  border-bottom: 1px solid #293d7f;
}

.threeBoxText {
  font-size: 16px;
  line-height: 24px;
  padding: 8% 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 5%;
  height: 233px;
  display: flex;
  align-items: center;
}

.btn_download {
  padding: 10px 20px;
  vertical-align: middle;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 11pt;
  color: #fff;
  font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Barun Gothic';
  background-color: #555;
}

.btn_download1 {
  padding: 7px 20px;
  vertical-align: middle;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Barun Gothic';
  background-color: #555;
}

.phoneTel {
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}

.phoneTel .blue {
  font-size: 14px;
  color: #293d7f;
  font-weight: bold;
}

.titleSmall {
  width: 100%;
  background-color: #293d7f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  line-height: 18px;
}

.threeText {
  width: 100%;
  padding: 3%;
}

.threeText .over_hi {
  display: flex;
  align-items: center;
}

.blueCircle {
  border: 3px solid #6678c0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  float: left;
}

.circleText {
  font-size: 14px;
  float: left;
  margin-left: 5px;
}

.contentTxt {
  margin-left: 21px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  font-weight: 300;
}

.oneBox {
  padding: 3%;
}

.oneHr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 3% 0;
}

.contentTable1 {
  width: 100%;
  font-size: 12px;
  margin-top: 36px;
}

.contentTable1 tr:first-child {
  border-top: 1px solid #293d7f;
}

.contentTable1 tr:first-child th, .contentTable1 tr:first-child td {
  border-top: 0;
}

.contentTable1 td {
  border: 1px solid #d7d7d7;
  padding: 2%;
  text-align: left;
  width: 120px;
  border-left: 0;
  border-right: 0;
}

.contentTable1 th {
  border: 1px solid #d7d7d7;
  background-color: #e1e1e1;
  padding: 2%;
  text-align: left;
  border-left: 0;
  border-right: 0;
}

.contentTable2 {
  width: 100%;
  font-size: 12px;
  margin-top: 36px;
}

.contentTable2 td {
  border: 1px solid #d7d7d7;
  padding: 2%;
  text-align: center;
  width: 120px;
  border-left: 0;
  border-right: 0;
}

.contentTable2 th {
  border: 1px solid #d7d7d7;
  background-color: #293d7f;
  color: #fff;
  padding: 2%;
  text-align: center;
  border-left: 0;
  border-right: 0;
}

.tbInput {
  border: 0;
  width: 100%;
  outline: none;
}

.tbInput1 {
  width: 100%;
  outline: none;
}

.btn1 {
  padding: 8px;
  border: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}

.btn2 {
  padding: 8px;
  border: 0;
  background: #d7d7d7;
  color: #000;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
  margin-top: 15px;
}

.listUp1 {
  line-height: 24px;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
}

/*sub3 E*/
/*sub4 S*/
.imgBox {
  float: left;
  width: 33%;
}

.imgBox img {
  width: 100%;
}

/*sub4 E*/
.red {
  color: #e00000;
}

.sub4_img {
  width: 100%;
  text-align: center;
}

.sub4_img img {
  width: 60%;
  margin: 2% 0;
}

.sub4_content {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-left: 1%;
  width: 100%;
}

.fontSmall {
  font-size: 14px;
  font-weight: 300;
}

.boldTitle {
  padding: 0 3%;
}

.boldTitle .circleText {
  font-weight: 500;
  padding-right: 0;
  width: 94%;
  line-height: 26px;
  position: relative;
  top: -5px;
  font-size: 15px;
}

.boldTitle .contentTxt {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5%;
  line-height: 26px;
}

.imgline {
  margin: 3% 0;
}

.btn_download3 {
  padding: 7px 20px;
      vertical-align: middle;
      border: none;
      border-radius: 8px;
      text-align: center;
      font-size: 16px;
      margin-right: 10px;
      color: #fff;
      font-family: 'Malgun Gothic', '맑은 고딕', 'Nanum Barun Gothic';
      background-color: #555;
      width: 100%;
      margin: 1% 0;
}

.btn_download3:last-child {
  margin-right: 0;
}

.hanaTable {
  width: 100%;
  font-size: 16px;
  margin-top: 36px;
}

.hanaTable tr:first-child {
  border-top: 1px solid #293d7f;
}

.hanaTable tr:first-child th, .hanaTable tr:first-child td {
  border-top: 0;
}

.hanaTable td {
  border: 1px solid #d7d7d7;
  padding: 1%;
  text-align: left;
  width: 120px;
  border-left: 0;
  border-right: 0;
  font-size:12px;
}

.hanaTable th {
  border: 1px solid #d7d7d7;
  background-color: #e1e1e1;
  padding: 1%;
  text-align: left;
  border-left: 0;
  border-right: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.inputTxt {
  width: 65%;
  padding: 5px;
  font-size: 14px;
}

.addInput {
  padding: 5px;
font-size: 14px;
}

.addInput2 {
padding: 5px;
width: 45%;
font-size: 14px;
margin-top:2%;
}
.spanTxt{
  font-size:14px;
  margin-left:10px;
}
.addBtn {
  padding: 5px 10px;
  position: relative;
  top: 1px;
  margin-left:10px;
  border:1px solid #3b3c3f;
  background-color:#3b3c3f;
  color:#fff;
}
.hanaTable input[type="file"]{
  width: 230px;
}
.inputTxt1{
  width: 100%;
}
.search{
  text-align: center;
  margin-top:5%;
}
.searchText{
  display: inline-block;
  padding: 5px;
}
.searchBtn{
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  top: 1px;
  margin-left:10px;
  background: #333;
  color: #fff;
  border:1px solid #333;
}
.deleteBtn{
  display: inline-block;
  padding: 4px 10px;
  position: relative;
  top: 1px;
  margin-left:10px;
  background: #e1e1e1;
  color: #333;
  border:1px solid #e1e1e1;
}
.searchSelect{
  display: inline-block;
  padding: 6px;
  position: relative;
  top: 2px;
  margin-right:10px;
}
.noticeIn{
  width: 91%;
  padding: 5px 10px
}
.noticeTx{
  width: 97%;
  padding: 10px;
  height: 300px;
  resize: none;
}
.hanaTable a{
  color:#333;
  text-decoration: none;
}
.imgline > img{
  max-width: 100%;
}
.imgBox2{
  float: left;
  width: 31%;
  margin: 2% 1%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.imgBox2 img{
  width: 100%;
}


/*220802~수정건*/

/*sub1_1*/

.contentBgimg {
  width: 30%;
  text-align: center;
}

.contentBgimg img{
  width: 100%;
}

.boldText2 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  color: #111;
}
/*sub1_4*/
.imgBox3{
  float: left;
  width: 30.8%;
  margin: 2% 1%;
  border: 1px solid #ccc;
}

.imgBox3 img{
  width: 100%;
}

/*sub1_5*/
.imgBox5{
  float: left;
  width: 45.4%;
  margin: 2% 2%;
  border: 1px solid #ccc;
}

.imgBox5 img{
  width: 100%;
}

/*sub2_3*/
.sub2_3Content {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding: 4% 0;
  float: left;
  text-align: left;
}

.sub2_3Content2 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding: 4% 0;
  float: left;
  text-align: left;
}

.sub2_3Content3 {
  width: 100%;
  overflow: hidden;
  padding: 3% 0;
  float: left;
  text-align: left;
}

.sub2_3Content2 img{
  width: 100%;
}

.TextTitle2 {
  font-size: 12px;
  color: #111;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 22px;
}

/*sub4_1_5*/
.sub4_1_5Content {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4%;
  /* float: left; */
  margin-left: 20px;
  text-align: left;
}
.sub4_1_5Content  img{
  width: 100%;
}
.mapTitle_blue{
  font-size: 14px;
  font-weight: bold;
  color: #3258d7;
  margin-left: 15px;
  margin-top: 20px;
}

.mapTitle_sub{
  font-size: 12px;
  color: #777;
  font-weight: 400;
  margin-left: 10px;
  line-height: 20px;
  padding: 10px 0 20px 0;
}

.on .hide2 {
  display: block;
}

.hide2 {
  display: none;
  overflow: hidden;
  background-color: #f7f7f7;
  border-top: none !important;
  margin-top: 0 !important;
}

.hide2 li {
  cursor: pointer;
}

.hide2 li>a {
  display: inline-block;
  width: 94%;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  text-decoration: none;
}

.hide2 li:hover {
  background-color: #f7f7f7 !important;
  color: #3258d7 !important;
}

.hide2 li>a:hover {
  background-color: #f7f7f7 !important;
  color: #3258d7 !important;
}

.hide2 li:last-child {
  border: 0;
}
