@charset "UTF-8";
.container {
  width: 1280px;
}

body.login .loginWrap1,
body.login .loginWrap2,
body.login .nav {
  margin-right: 22%;
}
body.login.hasManagerBtn .nav {
  margin-right: 24%;
}

/*
body.a10 .sectionNav > ul > li:first-child > a,
body.a20 .sectionNav > ul > li:nth-child(2) > a,
body.a30 .sectionNav > ul > li:nth-child(3) > a,
body.a40 .sectionNav > ul > li:nth-child(4) > a,
body.b10 .sectionNav > ul > li:first-child > a,
body.b20 .sectionNav > ul > li:nth-child(2) > a,
body.b30 .sectionNav > ul > li:nth-child(3) > a,
body.b40 .sectionNav > ul > li:nth-child(4) > a,
body.b50 .sectionNav > ul > li:nth-child(5) > a,
body.b60 .sectionNav > ul > li:nth-child(6) > a,
body.b70 .sectionNav > ul > li:nth-child(7) > a,
body.c10 .sectionNav > ul > li:first-child > a,
body.c20 .sectionNav > ul > li:nth-child(2) > a,
body.c30 .sectionNav > ul > li:nth-child(3) > a,
body.c40 .sectionNav > ul > li:nth-child(4) > a,
body.d10 .sectionNav > ul > li:first-child > a,
body.d20 .sectionNav > ul > li:nth-child(2) > a,
body.d30 .sectionNav > ul > li:nth-child(3) > a,
body.d40 .sectionNav > ul > li:nth-child(4) > a,
body.d50 .sectionNav > ul > li:nth-child(5) > a
*/
.sectionNav > ul > li > a:after {
  display: inline-block;
  width: 6px;
  height: 14px;
  background: url(/images/nav_arrow.png);
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sectionNav > ul > li.active > a {
  color: #fff;
  background: #5169A7;
}
.sectionNav > ul > li.active > a:after {
  display: inline-block;
  filter: brightness(0) invert(1);
  content: "";
}

/*
body.b21 .sectionNav > ul > li:nth-child(2) li:nth-child(1) a,
body.b22 .sectionNav > ul > li:nth-child(2) li:nth-child(2) a,
body.b31 .sectionNav > ul > li:nth-child(3) li:nth-child(1) a,
body.b32 .sectionNav > ul > li:nth-child(3) li:nth-child(2) a,
body.b71 .sectionNav > ul > li:nth-child(7) li:nth-child(1) a,
body.b72 .sectionNav > ul > li:nth-child(7) li:nth-child(2) a,
body.b73 .sectionNav > ul > li:nth-child(7) li:nth-child(3) a,
body.c21 .sectionNav > ul > li:nth-child(2) li:nth-child(1) a,
body.c22 .sectionNav > ul > li:nth-child(2) li:nth-child(2) a,
body.c23 .sectionNav > ul > li:nth-child(2) li:nth-child(3) a,
body.c24 .sectionNav > ul > li:nth-child(2) li:nth-child(4) a,
body.c25 .sectionNav > ul > li:nth-child(2) li:nth-child(5) a,
body.c26 .sectionNav > ul > li:nth-child(2) li:nth-child(6) a,
body.c41 .sectionNav > ul > li:nth-child(4) li:nth-child(1) a,
body.c42 .sectionNav > ul > li:nth-child(4) li:nth-child(2) a,
body.c43 .sectionNav > ul > li:nth-child(4) li:nth-child(3) a,
body.c44 .sectionNav > ul > li:nth-child(4) li:nth-child(4) a,
body.c45 .sectionNav > ul > li:nth-child(4) li:nth-child(5) a,
body.c46 .sectionNav > ul > li:nth-child(4) li:nth-child(6)
*/
.sectionNav > ul > li li.active a {
  color: #0081C8;
  font-weight: 600;
}
.sectionNav > ul > li li.active a:before {
  background: none;
}
.sectionNav > ul > li li.active a:after {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #0081C8;
  content: "";
  position: absolute;
  right: 10px;
  top: 49%;
}

.header {
  position: relative;
  z-index: 70;
  height: 76px;
  background: #fff;
}
.header .nav {
  margin: 0 460px 0 450px;
  transition: margin 0.15s ease 0s;
}
.header .loginWrap1, .header .loginWrap2 {
  position: absolute;
  right: 6px;
  top: 24px;
}
.header .loginWrap1 a, .header .loginWrap2 a {
  display: inline-block;
  padding: 4px 8px;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
  color: #000;
  opacity: 0.7;
  transition: opacity 0.15s ease 0s;
}
.header .loginWrap1 a:hover, .header .loginWrap1 a:focus, .header .loginWrap2 a:hover, .header .loginWrap2 a:focus {
  opacity: 1;
}
.header .loginWrap1 .btnLogin, .header .loginWrap2 .btnLogin {
  padding-left: 40px;
  border: 0 none;
}
.header .loginWrap1 .btnLogin:before, .header .loginWrap2 .btnLogin:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(/images/images.png) no-repeat -66px -2px;
  position: absolute;
  left: 12px;
  top: 2px;
  opacity: 0.3;
}
.header .loginWrap1 .btnMyPage, .header .loginWrap2 .btnMyPage {
  padding-left: 30px;
  border: 0 none;
}
.header .loginWrap1 .btnMyPage:before, .header .loginWrap2 .btnMyPage:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(/images/images.png) no-repeat -90px -2px;
  position: absolute;
  left: 6px;
  top: 2px;
}
.header .loginWrap1 .btnLogout, .header .loginWrap2 .btnLogout {
  background: #666;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 3px;
  border: 0 none;
}
.header .loginWrap2 {
  display: none;
}
.header .loginWrap2 a {
  padding: 4px 10px;
}
.header .btnHelp,
.header a.btnHelp {
  background: #333 url(/images/images.png) no-repeat -64px -23px;
  width: 23px;
  height: 23px;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}
.header .btnHelp:hover, .header .btnHelp:focus,
.header a.btnHelp:hover,
.header a.btnHelp:focus {
  opacity: 0.8;
}

.navbg {
  position: absolute;
  left: 0;
  top: 76px;
  width: 100%;
  height: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #eef3f6;
  background-color: #fff;
  z-index: 69;
  transition: height 0.15s ease 0s;
}

h1.logo {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.06em;
  padding: 11px 0 0 48px;
  display: flex;
  align-items: center;
}
h1.logo a {
  color: #444;
  font-weight: 600;
}
h1.logo a:hover, h1.logo a:focus {
  color: #000;
}
h1.logo a.btnJoin {
  margin-left: 24px;
  background: #FFFFFF;
  border: 1px solid #0081C8;
  border-radius: 4px;
  padding: 10px 16px;
  color: #0081C8;
}
h1.logo:before {
  display: inline-block;
  content: "";
  width: 38px;
  height: 41px;
  background: url(/images/images.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.nav a {
  display: block;
  text-align: center;
}
.nav a:hover, .nav a:focus {
  color: #0081C8;
}
.nav > ul > li {
  float: left;
  position: relative;
  width: 14%; /* width: 24.5%; width: calc( 25% - 1px );border-right: solid 1px #ddd;*/
}
.nav > ul > li:first-child { /* border-left: 1px solid #ddd; width: calc( 25% - 2px )*/ }
.nav > ul.ea5 > li {
  width: 19.5%;
}
.nav > ul.ea6 > li {
  width: 16%;
}
.nav > ul:after {
  display: block;
  content: "";
  clear: both;
}
.nav > ul > li > a {
  font-size: 18px;
  font-weight: 500;
}
.nav > ul > li > a span {
  padding: 29px 0 0 0;
  height: 47px;
  line-height: 1em;
  color: #000;
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 18px;
}
.nav > ul > li > a span:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 3px;
  background: #0081C8;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transition: all 0.15s ease 0s;
}
.nav > ul > li > a:hover span, .nav > ul > li > a:focus span,
.nav > ul > li.on a span { /* border-bottom: solid 2px $pointColor;*/
  color: #0081C8;
}
.nav > ul > li > a:hover span:after, .nav > ul > li > a:focus span:after,
.nav > ul > li.on a span:after {
  width: 100%;
  left: 0;
}
.nav > ul > li.active > a span:after {
  width: 100%;
  left: 0;
}
.nav li a span {
  display: inline-block;
  line-height: 20px;
}
.nav li.on ul {
  background: #f5f5f5;
}
.nav ul ul {
  position: absolute;
  left: 1px;
  right: -1px;
  height: 0;
  opacity: 0;
  margin-top: 1px;
  overflow: hidden; /*border-right: solid 1px #ddd;*/
  transition: all 0.15s ease 0s;
}
.nav ul ul a {
  font-size: 15px;
  padding: 0;
  color: #666;
  transition: all 0.15s ease 0s;
}
.nav ul ul a:hover, .nav ul ul a:focus {
  background-color: #0081C8;
  color: #fff;
}
.nav ul ul li.active a {
  background-color: #0081C8;
  color: #fff;
}

.headerWrap {
  position: relative;
}
.headerWrap.on .navbg {
  height: 260px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.headerWrap.on ul ul {
  height: 260px;
  opacity: 1;
}
.headerWrap.on ul ul a {
  padding: 9px 0;
}
.headerWrap.on ul ul li:first-child a {
  padding-top: 7px;
}

body.a00 .a00 span,
body.b00 .b00 span,
body.c00 .c00 span,
body.d00 .d00 span,
body.e00 .e00 span {
  color: #0081C8;
}
body.a00 .a00 span:after,
body.b00 .b00 span:after,
body.c00 .c00 span:after,
body.d00 .d00 span:after,
body.e00 .e00 span:after {
  width: 100%;
  left: 0;
}

body.a10 #a10 {
  display: block;
  opacity: 1;
}

.PageWrap {
  display: flex;
}
.PageWrap .mapBox {
  width: 57%;
  position: relative;
}
.PageWrap .weatherInfoWrap {
  position: absolute;
  left: 10%;
  margin-top: 45px;
  display: flex;
}
.PageWrap .weatherInfoWrap .weatherInfo {
  position: relative;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon {
  position: absolute;
  top: 39px;
  left: 25px;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .weatherInfoTop p {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .weatherInfoTop h2 {
  margin-top: 10px;
  font-size: 22px;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .greyLine {
  width: 30px;
  height: 1px;
  background: #CACBE5;
  margin-top: 24px;
  margin-bottom: 30px;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .weatherInfoBottom h5 {
  color: #0081C8;
  font-weight: 600;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .weatherInfoBottom .weatherTemp {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.PageWrap .weatherInfoWrap .weatherInfo .weatherInfoCon .weatherInfoBottom .weatherTemp p {
  font-size: 35px;
  font-weight: 400;
  margin-left: -3px;
}
.PageWrap .weatherInfoWrap .localInfo {
  margin-left: 25px;
  margin-top: 40px;
}
.PageWrap .weatherInfoWrap .localInfo h2 {
  font-size: 22px;
}
.PageWrap .weatherInfoWrap .localInfo .address {
  background: #FFFFFF;
  border: 1px solid #CACBE5;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 18px;
  color: #75809B;
}
.PageWrap .mapsWrap {
  padding-left: 237px;
  padding-right: 70px;
  margin-top: 123px;
}
.PageWrap .status {
  display: flex;
  justify-content: center;
  margin-top: 68px;
  text-align: center;
}
.PageWrap .status .statusBar {
  width: 139px;
}
.PageWrap .status .statusBar .txt {
  padding: 8px 20px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 999px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 16px;
  position: relative;
  top: 3px;
}
.PageWrap .status .statusBar .dashed {
  width: 1px;
  height: 28px;
  border-left: dashed 1px #bbbbbb;
  margin: 0 auto;
}
.PageWrap .status .statusBar .bar {
  width: 100%;
  height: 14px;
}
.PageWrap .status .statusBar .date {
  margin-top: 24px;
  font-weight: 500;
}
.PageWrap .status .statusBar:nth-child(1) .bar {
  background-color: #BBBBBB;
  border-radius: 999px 0px 0px 999px;
}
.PageWrap .status .statusBar:nth-child(2) .bar {
  background-color: #999999;
}
.PageWrap .status .statusBar:nth-child(3) .bar {
  background-color: #767676;
}
.PageWrap .status .statusBar:nth-child(4) .bar {
  background-color: #666666;
}
.PageWrap .status .statusBar:nth-child(5) .bar {
  background-color: #444444;
  border-radius: 0px 999px 999px 0px;
}
.PageWrap .status .statusBar:nth-child(1).on .bar {
  background-color: #31802B;
}
.PageWrap .status .statusBar:nth-child(2).on .bar {
  background-color: #255EC8;
}
.PageWrap .status .statusBar:nth-child(3).on .bar {
  background-color: #FFC92C;
}
.PageWrap .status .statusBar:nth-child(4).on .bar {
  background-color: #E75420;
}
.PageWrap .status .statusBar:nth-child(5).on .bar {
  background-color: #C40E38;
}
.PageWrap .status .statusBar.on .txt {
  font-size: 16px;
  font-weight: 700;
  transform: scale(1);
}
.PageWrap .status .statusBar:nth-child(1).on .txt {
  color: #31802B;
  border-color: #31802B;
}
.PageWrap .status .statusBar:nth-child(2).on .txt {
  color: #255EC8;
  border-color: #255EC8;
}
.PageWrap .status .statusBar:nth-child(3).on .txt {
  color: #C89708;
  border-color: #FFC92C;
}
.PageWrap .status .statusBar:nth-child(4).on .txt {
  color: #E75420;
  border-color: #E75420;
}
.PageWrap .status .statusBar:nth-child(5).on .txt {
  color: #C40E38;
  border-color: #C40E38;
}
.PageWrap .status .statusBar:nth-child(1).on .date {
  color: #31802B;
}
.PageWrap .status .statusBar:nth-child(2).on .date {
  color: #255EC8;
}
.PageWrap .status .statusBar:nth-child(3).on .date {
  color: #C89708;
}
.PageWrap .status .statusBar:nth-child(4).on .date {
  color: #E75420;
}
.PageWrap .status .statusBar:nth-child(5).on .date {
  color: #C40E38;
}
.PageWrap .conBoxList {
  width: 43%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #f6f6f6;
}
.PageWrap .conBoxList .conBoxWrap {
  display: flex;
}
.PageWrap .conBoxList .conBoxWrap:nth-child(n+2) {
  margin-top: 20px;
}
.PageWrap .conBoxList .conBoxWrap .conBox {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 420px;
  background: #fff;
  border-radius: 8px;
}
.PageWrap .conBoxList .conBoxWrap .conBox.wide {
  width: 100%;
  min-height: 338px;
}
.PageWrap .conBoxList .conBoxWrap .conBox:nth-child(n+2) {
  margin-left: 20px;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit {
  border-bottom: 1px solid #333333;
  padding-bottom: 16px;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs {
  padding-bottom: 0;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab {
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  border-radius: 8px 8px 0px 0px;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon {
  position: relative;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon input {
  display: none;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon input + label {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #dddddd;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon:last-child::after {
  content: unset;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit.tabs .boradTab .tabCon input:checked + label {
  background: #333333;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-weight: 700;
}
.PageWrap .conBoxList .conBoxWrap .conBox .tit h2 {
  font-size: 22px;
  font-weight: 700;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.boardList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 15.5px 0;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.boardList li a {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.boardList li p {
  font-weight: 400;
  color: #999999;
}
.PageWrap .conBoxList .conBoxWrap .conBox .button {
  text-align: center;
  margin-top: 40px;
}
.PageWrap .conBoxList .conBoxWrap .conBox .button a {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.PageWrap .conBoxList .conBoxWrap .conBox .button a i {
  margin-left: 6px;
  display: flex;
  align-items: center;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList {
  margin-top: 16px;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList li:nth-child(n+2) {
  margin-top: 10px;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  height: 70px;
  padding: 0 20px;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList li a .siteLogo {
  width: 100px;
  flex: none;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList li a p {
  text-align: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.PageWrap .conBoxList .conBoxWrap .conBox ul.siteList li a i {
  width: 30px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: right;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 {
  background: #0081C8;
  color: #fff;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 .tit {
  border-bottom: 1px solid #fff;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 ul.boardList li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 ul.boardList li a {
  color: #fff;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 ul.boardList li p {
  color: #fff;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 .button a {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.PageWrap .conBoxList .conBoxWrap .conBox.type2 .button a i img {
  filter: brightness(0) invert(1);
}
.PageWrap .conBoxList .conBoxWrap .conBox.type3 {
  background: #F9F9F9;
}

@media screen and (max-width: 1850px) {
  .PageWrap .mapsWrap {
    padding-left: 150px;
  }
  .weatherInfoWrap {
    left: 150px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .PageWrap .mapsWrap {
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 120px;
  }
  .weatherInfoWrap {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .PageWrap .mapsWrap {
    padding-left: 50px;
    padding-right: 30px;
  }
  .weatherInfoWrap {
    left: 50px;
  }
}
.mainHeader {
  background: rgb(0, 80, 203);
  background: linear-gradient(90deg, rgb(0, 80, 203) 0%, rgb(0, 161, 214) 100%);
  position: relative;
}
.mainHeader:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/mainTopBg.png) no-repeat center center;
}
.mainHeader .container > article, .mainHeader .container > div {
  width: 29%;
  padding: 44px 4%;
  height: 310px;
  float: left;
  color: #fff;
  background: url(/images/mainTopBg2.png) no-repeat 0 center;
}
.mainHeader .container > article h2, .mainHeader .container > div h2 {
  color: #fff;
  font-weight: 700;
  padding: 14px 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 32px;
}
.mainHeader .container > article h2 a, .mainHeader .container > div h2 a {
  color: #fff;
  font-size: 32px;
}
.mainHeader .container .m11Content {
  padding-left: 0;
  background: none;
}
.mainHeader .container .m12Content {
  width: 26%;
}
.mainHeader .container .m13Board {
  padding-right: 0;
  border: 0 none;
}
.mainHeader .container #mainTab1 h2 {
  width: 148px;
}
.mainHeader .container #mainTab2 h2 {
  width: 122px;
}
.mainHeader .container #mainTab3 h2 {
  width: 100px;
}

.m11Content table {
  margin: 10px 0 0 0;
}
.m11Content th, .m11Content td {
  color: #fff;
  text-align: left;
  padding: 11px 0;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}
.m11Content th span, .m11Content td span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 136px;
  overflow: hidden;
}
.m11Content th {
  padding: 15px 0;
  font-weight: 700;
  font-size: 16px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.m12Content {
  position: relative;
}
.m12Content:after {
  display: block;
  content: "";
  clear: both;
}
.m12Content h2 {
  float: right;
}
.m12Content header span {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-size: 21px;
  display: inline-block;
  padding: 14px 15px 14px 15px;
  margin: 10px 0;
}
.m12Content .m12List {
  position: absolute;
  top: 97px;
  left: 12%;
  right: 12%;
  height: 242px;
  overflow: hidden;
}
.m12Content .m12List:before {
  display: block;
  content: "";
  position: absolute;
  left: 29%;
  top: 4px;
  height: 100%;
  width: 1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 7%, rgb(255, 255, 255) 93%, rgba(255, 255, 255, 0) 100%);
}
.m12Content .m12List ul {
  position: absolute;
  left: 0;
  width: 100%;
}
.m12Content .m12List li {
  position: relative;
  text-align: right;
  height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 2px 0;
}
.m12Content .m12List li:nth-child(4n+1) {
  margin-top: 31px;
}
.m12Content .m12List li strong, .m12Content .m12List li span {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.m12Content .m12List li strong a, .m12Content .m12List li span a {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.m12Content .m12List li span {
  font-size: 38px;
  font-weight: 500;
  vertical-align: baseline;
}
.m12Content .m12List strong {
  display: block;
  width: 55%;
  padding: 10px 0;
  text-align: center;
  background: #007fd3;
  border: solid 1px #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.m12Content .m12ListNav {
  position: absolute;
  top: 336px;
  width: 45%;
  text-align: center;
}
.m12Content .m12ListNav button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border: solid 2px rgba(255, 255, 255, 0);
  line-height: 0;
  background: #000;
  opacity: 0.5;
  transition: all 0.15s ease 0s;
  border-radius: 50%;
  margin: 1px;
}
.m12Content .m12ListNav button:hover, .m12Content .m12ListNav button:focus, .m12Content .m12ListNav button.on {
  background: #fff;
  opacity: 1;
}
.m12Content .m12ListNav button.on:after {
  content: "선택됨";
  display: block;
  font-size: 0;
}

.m13Board article {
  position: relative;
}
.m13Board ul {
  position: absolute;
  top: 66px;
  width: 100%;
  padding: 28px 0 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.m13Board li {
  position: relative;
  height: 30px;
}
.m13Board li a, .m13Board li span {
  display: block;
  color: #fff;
  position: absolute;
}
.m13Board li a {
  left: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: calc(100% - 100px);
  overflow: hidden;
}
.m13Board li span {
  right: 0;
  width: 90px;
  text-align: right;
}
.m13Board li.btnMore:before {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 15px;
}
.m13Board li.btnMore a {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 0;
  width: 29px;
  height: 29px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.m13Board li.btnMore a:before, .m13Board li.btnMore a:after {
  display: block;
  content: "";
  width: 19px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 14px;
}
.m13Board li.btnMore a:after {
  transform: rotate(90deg);
}
.m13Board h2 {
  width: 33.33%;
  text-align: center;
  float: left;
  position: relative;
}
.m13Board h2 a {
  opacity: 0.7;
  display: inline-block;
  padding-bottom: 6px;
  transition: opacity 0.15s ease 0s;
  margin: 0;
  height: 32px;
}
.m13Board h2 a:hover, .m13Board h2 a:focus {
  opacity: 1;
}
.m13Board h2 a:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  bottom: -1px;
  height: 3px;
  width: 0;
  left: 50%;
  transition: all 0.15s ease 0s;
}
.m13Board .on h2 a {
  opacity: 1;
}
.m13Board .on h2 a:after {
  width: 100%;
  left: 0;
}
.m13Board .jsTabTarget {
  display: block;
  opacity: 1;
}
.m13Board .jsTabTarget .jsTabContent {
  display: none;
}
.m13Board .jsTabTarget .jsTabContent a {
  padding-top: 0;
  width: calc(100% - 100px);
  text-align: left;
}
.m13Board .jsTabTarget .jsTabContent .btnMore a {
  width: 29px;
}
.m13Board .on.jsTabTarget .jsTabContent {
  display: block;
}
.m13Board.jsTab a {
  width: auto;
  float: none;
  height: auto;
  border: 0 none;
  background: none transparent;
}

.mainTabNav {
  margin-bottom: -15px;
}
.mainTabNav a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  color: #888;
  font-weight: 600;
}
.mainTabNav a:hover, .mainTabNav a:focus {
  color: #0081C8;
}
.mainTabNav a.on {
  border-bottom: solid 2px #0081C8;
  color: #0081C8;
}

.mainMapWrap {
  background: #eef3f6;
}
.mainMapWrap header {
  font-size: 20px;
}
.mainMapWrap h2 {
  font-size: 32px;
  color: #333;
  padding: 0 0 20px 0;
  font-weight: 700;
}
.mainMapWrap .mainMap {
  padding: 60px 0 0 0;
  width: 67%;
  height: 476px;
  float: left;
  background: url(/images/mainMap_modeG.png) no-repeat center top;
  position: relative;
}
.mainMapWrap .mainMap li {
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #888;
}
.mainMapWrap .mainMap li span {
  display: block;
}
.mainMapWrap .mainMap .mapCount01 {
  left: 540px;
  top: 383px;
}
.mainMapWrap .mainMap .mapCount02 {
  left: 670px;
  top: 280px;
}
.mainMapWrap .mainMap .mapCount03 {
  left: 467px;
  top: 122px;
}
.mainMapWrap .mainMap .mapCount04 {
  left: 174px;
  top: 252px;
}
.mainMapWrap .mainMap .mapCount05 {
  left: 362px;
  top: 438px;
}
.mainMapWrap .mainMap .mapCount06 {
  left: 581px;
  top: 285px;
}
.mainMapWrap .mainMap .mapCount07 {
  left: 196px;
  top: 386px;
}
.mainMapWrap .mainMap .mapCount08 {
  left: 295px;
  top: 438px;
}
.mainMapWrap .mainMap .mapCount09 {
  left: 562px;
  top: 78px;
}
.mainMapWrap .mainMap .mapCount10 {
  left: 502px;
  top: 56px;
}
.mainMapWrap .mainMap .mapCount11 {
  left: 528px;
  top: 222px;
}
.mainMapWrap .mainMap .mapCount12 {
  left: 372px;
  top: 368px;
}
.mainMapWrap .mainMap .mapCount13 {
  left: 305px;
  top: 260px;
}
.mainMapWrap .mainMap .mapCount14 {
  left: 345px;
  top: 229px;
}
.mainMapWrap .mainMap .mapCount15 {
  left: 460px;
  top: 400px;
}
.mainMapWrap .mainMap .mapCount16 {
  left: 511px;
  top: 271px;
}
.mainMapWrap .mainMap .mapCount17 {
  left: 474px;
  top: 189px;
}
.mainMapWrap .mainMap .mapCount18 {
  left: 617px;
  top: 357px;
}
.mainMapWrap .mainMap .mapCount19 {
  left: 219px;
  top: 340px;
}
.mainMapWrap .mainMap .mapCount20 {
  left: 300px;
  top: 343px;
}
.mainMapWrap .mainMap .mapCount21 {
  left: 416px;
  top: 312px;
}
.mainMapWrap .mainMap .mapCount22 {
  left: 339px;
  top: 155px;
}
.mainMapWrap .mainMap .mapCount23 {
  left: 419px;
  top: 219px;
}
.mainMapWrap .mainMap .mapCount24 {
  left: 452px;
  top: 262px;
}
.mainMapWrap .mainMap .mapCount25 {
  left: 592px;
  top: 187px;
}
.mainMapWrap .mainQmenu {
  width: 33%;
}
.mainMapWrap .mainQmenu a {
  display: block;
  width: 33%;
  padding: 10px 0 24px 0;
  border-left: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  text-align: center;
  float: left;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  transition: background-color 0.15s ease 0s, color 0.15s ease 0s;
  color: #666;
}
.mainMapWrap .mainQmenu a:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: 8px auto 8px auto;
  background: url(/images/mainQmenu.png) no-repeat 0 0;
  opacity: 0.7;
  transition: opacity 0.15s ease 0s;
}
.mainMapWrap .mainQmenu a:nth-child(3n+1) {
  border-right: 1px solid #dedede;
}
.mainMapWrap .mainQmenu a:nth-child(3):before {
  background-position: -80px 0;
}
.mainMapWrap .mainQmenu a:nth-child(4):before {
  background-position: -160px 0;
}
.mainMapWrap .mainQmenu a:nth-child(5):before {
  background-position: 0 -80px;
}
.mainMapWrap .mainQmenu a:nth-child(6):before {
  background-position: -80px -80px;
}
.mainMapWrap .mainQmenu a:nth-child(7):before {
  background-position: -160px -80px;
}
.mainMapWrap .mainQmenu a:hover, .mainMapWrap .mainQmenu a:focus {
  background-color: #f6f6f6;
  color: #333;
}
.mainMapWrap .mainQmenu a:hover:before, .mainMapWrap .mainQmenu a:focus:before {
  opacity: 1;
}
.mainMapWrap .btnPartnerMng {
  position: absolute;
  right: 0;
  bottom: 0;
  outline: #dedede solid 1px;
  width: 33.3%;
  height: calc(20% - 1px);
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.15s ease 0s;
  font-weight: 600;
  color: #333;
}
.mainMapWrap .btnPartnerMng:before {
  display: block;
  content: "";
  height: 16px;
}
.mainMapWrap .btnPartnerMng:hover, .mainMapWrap .btnPartnerMng:focus {
  color: #333;
  opacity: 1;
}
.mainMapWrap .btnPartnerMng:hover:before, .mainMapWrap .btnPartnerMng:focus:before {
  opacity: 1;
}

#loginWindow * {
  line-height: 1;
}
#loginWindow .jsDivContent h5.title {
  padding: 2px 0 12px 0;
}
#loginWindow .jsDivContent {
  width: 320px;
  background: #fff url(/images/weather_snow.png) no-repeat center 40px;
  line-height: 1.2em;
}
#loginWindow .jsDivContent > p {
  color: #333;
  padding: 220px 0 34px 0;
  text-align: center;
  font-size: 21px;
  font-size: 0;
  font-weight: 600;
  letter-spacing: -0.07em;
}
#loginWindow input[type=text],
#loginWindow input[type=password] {
  width: 100%;
  height: 40px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}
#loginWindow .btnLogin2 {
  width: 100%;
  margin: 16px 0 8px 0;
  height: 42px;
  font-size: 16px;
}

#pwChangeWindow .jsDivContent {
  width: 320px;
}
#pwChangeWindow .jsDivContent > p {
  color: #333;
  padding: 20px 0 6px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: 600;
  letter-spacing: -0.07em;
}
#pwChangeWindow .jsDivContent article {
  padding: 6px 0 16px 0;
}
#pwChangeWindow .jsDivContent article h6 {
  font-size: 15px;
  padding: 12px 0 6px 0;
}
#pwChangeWindow .jsDivContent article li {
  padding: 2px 0 2px 14px;
  position: relative;
  color: #777;
}
#pwChangeWindow .jsDivContent article li:before {
  display: block;
  content: "";
  background: #999;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 4px;
  top: 9px;
}

#joinWindow .jsDivContent {
  width: 610px;
}

.loginAppendix {
  text-align: center;
  padding: 8px 0 2px 0;
  font-size: 0;
  margin-bottom: 10px;
}
.loginAppendix a {
  display: inline-block;
  width: 33%;
  text-align: center;
  font-size: 14px;
}
.loginAppendix a:hover, .loginAppendix a:focus {
  background-color: #f9f9f9;
}
.loginAppendix a + a {
  border-left: 1px #ddd solid;
}

.loginAppendix2 {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease 0s;
  opacity: 0;
}
.loginAppendix2 strong {
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 6px;
}
.loginAppendix2 div {
  font-size: 0;
}
.loginAppendix2 div a {
  display: inline-block;
  width: 29%;
  border: solid 1px #3a6aef;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  color: #3a6aef;
  line-height: 1em;
}
.loginAppendix2 div a:hover, .loginAppendix2 div a:focus {
  background-color: #f9f9f9;
}
.loginAppendix2 div a + a {
  border-left: 0 none;
}
.loginAppendix2 div a:first-child {
  border-radius: 3px 0 0 3px;
}
.loginAppendix2 div a:last-child {
  width: 40%;
  border-radius: 0 3px 3px 0;
}
.loginAppendix2.on {
  padding: 0 0 10px 0;
  height: 34px;
  opacity: 1;
}

#partnerMng {
  min-width: 980px;
}

.termsArticle {
  padding-bottom: 10px;
}
.termsArticle h6 {
  font-weight: 700;
  color: #333;
  padding: 8px 0;
}
.termsArticle .termsText {
  border: solid 1px #ccc;
  padding: 10px 20px;
  margin-bottom: 8px;
  background-color: #f8f8f8;
  max-height: 80px;
  overflow: hidden;
  overflow-y: auto;
}
.termsArticle .termsText p {
  padding: 4px 0;
}
.termsArticle .termsText h4 {
  font-weight: 700;
  padding: 6px 0 4px 0;
}

.btnPrivacy {
  position: absolute;
  left: 263px;
  top: 12px;
  font-size: 16px;
  font-weight: 600;
}

#rightPopup .jsDivContent {
  width: 80%;
}
#rightPopup .span, #rightPopup .span2 {
  display: block;
  padding: 2px 0;
  font-size: 15px;
}
#rightPopup .span .btn, #rightPopup .span2 .btn {
  margin-left: 8px;
  padding: 0 6px;
  font-size: 11px;
  height: 20px;
  vertical-align: top;
}
#rightPopup .span label,
#rightPopup .span input[type=checkbox], #rightPopup .span2 label,
#rightPopup .span2 input[type=checkbox] {
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}
#rightPopup .span2 {
  display: inline-block;
  padding-right: 16px;
}
#rightPopup .span2 .btn {
  margin: -2px 0 0 0;
}

#userJoinPopup .jsDivContent, #userRegPopup .jsDivContent, #userRight .jsDivContent {
  width: 80%;
  max-width: 1000px;
}
#userJoinPopup .span, #userJoinPopup .span2, #userRegPopup .span, #userRegPopup .span2, #userRight .span, #userRight .span2 {
  display: block;
  padding: 4px 0;
  font-size: 15px;
}
#userJoinPopup .span .btn, #userJoinPopup .span2 .btn, #userRegPopup .span .btn, #userRegPopup .span2 .btn, #userRight .span .btn, #userRight .span2 .btn {
  margin-left: 8px;
  padding: 0 6px;
  font-size: 11px;
  height: 20px;
  vertical-align: top;
}
#userJoinPopup .span label,
#userJoinPopup .span input[type=checkbox], #userJoinPopup .span2 label,
#userJoinPopup .span2 input[type=checkbox], #userRegPopup .span label,
#userRegPopup .span input[type=checkbox], #userRegPopup .span2 label,
#userRegPopup .span2 input[type=checkbox], #userRight .span label,
#userRight .span input[type=checkbox], #userRight .span2 label,
#userRight .span2 input[type=checkbox] {
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}
#userJoinPopup .span, #userRegPopup .span, #userRight .span {
  width: 50%;
  float: left;
}
#userJoinPopup .span2, #userRegPopup .span2, #userRight .span2 {
  display: inline-block;
  padding-right: 16px;
}
#userJoinPopup .span2 .btn, #userRegPopup .span2 .btn, #userRight .span2 .btn {
  margin: -2px 0 0 0;
}

#bookMarkSet .jsDivContent {
  width: auto;
}
#bookMarkSet p {
  padding: 8px 0;
}

.bookMarkList, .bookMarkableList {
  position: relative;
  padding: 10px 0;
  border-top: solid 1px #ddd;
}
.bookMarkList h6, .bookMarkableList h6 {
  line-height: 1.4em;
}
.bookMarkList ol, .bookMarkList ul, .bookMarkableList ol, .bookMarkableList ul {
  padding: 4px 0;
  overflow: hidden;
}
.bookMarkList li, .bookMarkableList li {
  margin: 3px 2px;
}
.bookMarkList li span, .bookMarkableList li span {
  display: inline-block;
  border: solid 1px #0081C8;
  color: #0081C8;
  border-radius: 3px;
  padding: 2px 0 2px 16px;
}
.bookMarkList .btnLiChange, .bookMarkableList .btnLiChange {
  position: absolute;
  right: 0;
  top: 8px;
}

.bookMarkableList li {
  display: inline-block;
}

.btnLiChange {
  padding-left: 28px;
  background: url(/images/btnLiChange.png) no-repeat 9px center;
}

.btnDel,
.btnAdd {
  position: relative;
  margin-left: 10px;
  font-size: 0;
  vertical-align: text-top;
  vertical-align: super;
  width: 27px;
  height: 25px;
  background: #fff;
  border-left: solid 1px #ededed;
}
.btnDel:before, .btnDel:after,
.btnAdd:before,
.btnAdd:after {
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 6px;
  top: 12px;
}
.btnDel:after,
.btnAdd:after {
  transform: rotate(90deg);
}
.btnDel:hover:before, .btnDel:hover:after, .btnDel:focus:before, .btnDel:focus:after,
.btnAdd:hover:before,
.btnAdd:hover:after,
.btnAdd:focus:before,
.btnAdd:focus:after {
  background: #0081C8;
}

.btnDel:before {
  left: 6px;
  transform: rotate(45deg);
}
.btnDel:after {
  transform: rotate(135deg);
}

span.telForm {
  display: block;
  display: flex;
  align-items: center;
}
span.telForm > span {
  width: 100%;
}
span.telForm input {
  width: calc(100% - 4px);
}
span.telForm > :first-child {
  width: 75%;
}

span.telForm.telFormValidWrap {
  display: block;
}
span.telForm.telFormValidWrap input {
  width: calc(34% - 6px);
}
span.telForm.telFormValidWrap > :first-child {
  width: 22%;
}

span.inputForm {
  display: block;
  display: flex;
  align-items: center;
}
span.inputForm input {
  width: 100%;
}

.inquiryCondition + .divBoardContent {
  padding-top: 12px;
}

.divBoard {
  min-width: 960px;
}

.divBoardContent {
  max-height: 80%;
  overflow: hidden;
  overflow-y: auto;
}
.divBoardContent > h6.title {
  font-size: 16px;
  float: left;
  padding-bottom: 12px;
}
.divBoardContent .attachFile {
  clear: both;
  padding: 8px 0;
  margin: 8px 0;
  border-top: solid 1px #ededed;
}

.boardInf2 {
  float: right;
}
.boardInf2 dt, .boardInf2 dd {
  display: inline-block;
  color: #888;
  font-size: 13px;
  padding: 0 2px 0 3px;
}
.boardInf2 dt {
  padding-left: 7px;
  border-left: #ddd solid 1px;
  color: #666;
}
.boardInf2 dd {
  padding-right: 6px;
}
.boardInf2 :first-child {
  border: 0 none;
}
.boardInf2 :last-child {
  padding-right: 0;
}

.jsDivContent .pageNav {
  padding-bottom: 0;
}

.boardContent {
  line-height: 1.4em;
  border-top: solid 1px #ededed;
}
.boardContent p {
  padding: 2px 0;
}

footer .footer_top {
  background: #4A506B;
}
footer .footer_top ul.term_list {
  display: flex;
  align-items: center;
  padding-left: 160px;
}
footer .footer_top ul.term_list li a {
  color: #fff;
  padding: 19px 0;
  display: inline-block;
}
footer .footer_top ul.term_list li:nth-child(2n) {
  margin: 0 23px;
  color: #fff;
  opacity: 0.5;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  padding: 28px 0;
}
footer .footer_bottom h1.footer_logo {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.06em;
  padding-left: 160px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
footer .footer_bottom h1.footer_logo a {
  color: #999999;
  font-weight: 600;
}
footer .footer_bottom h1.footer_logo a:hover, footer .footer_bottom h1.footer_logo a:focus {
  color: #999999;
}
footer .footer_bottom h1.footer_logo:before {
  display: inline-block;
  content: "";
  width: 38px;
  height: 41px;
  background: url(/images/images.png) no-repeat 0 0;
  margin-right: 20px;
  filter: grayscale(1) opacity(0.7);
}
footer .footer_bottom .txt1 {
  margin-right: 80px;
}
footer .footer_bottom .txt1 .copyright {
  font-size: 15px;
  color: #bbbbbb;
  margin-top: 10px;
}
footer .footer_bottom ul.txt2 {
  display: flex;
}
footer .footer_bottom ul.txt2 li span {
  color: #666666;
}
footer .footer_bottom ul.txt2 li:nth-child(n+2) {
  margin-left: 50px;
}

a.btnTop {
  display: block;
  font-size: 0;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 1.5%;
  bottom: 11px;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.15s ease 0s;
}
a.btnTop:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 19px auto 0 auto;
  background: url(/images/images.png) no-repeat -42px -26px;
}
a.btnTop:hover, a.btnTop:focus {
  opacity: 0.6;
}

.jsTabTarget {
  opacity: 0;
  display: none;
  transition: opacity 0.15s ease 0s;
}

.jsTabTarget.on {
  opacity: 1;
}

#partnerMng20 article {
  display: none;
}
#partnerMng20 article.on {
  display: block;
}

/* 서브페이지 */
.subSectionWrap {
  padding: 30px;
  position: relative;
  background: #fff;
  transition: padding 0.12s ease 0s, top 0.12s ease 0s, left 0.12s ease 0s;
  position: fixed;
  left: 270px;
  right: 0;
  top: 60px;
  bottom: 27px;
  bottom: 0;
  display: none;
}
.subSectionWrap .sectionHeader {
  position: relative;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subSectionWrap .sectionHeader h2 {
  font-size: 28px;
  letter-spacing: -0.05em;
  font-weight: 500;
  font-weight: 600;
}
.subSectionWrap .sectionHeader ol {
  text-align: right;
  display: inline-block;
  vertical-align: sub;
  vertical-align: -webkit-baseline-middle;
  padding: 8px 0 4px 0;
  vertical-align: bottom;
}
.subSectionWrap .sectionHeader ol li {
  display: inline-block;
  color: #888;
  padding-left: 14px;
  background: url(/images/pageLocation2.gif) no-repeat 4px center;
}
.subSectionWrap .sectionHeader ol li:first-child {
  padding-left: 20px;
  font-size: 13px;
  background: url(/images/pageLocHome.png) no-repeat 0 center;
}
.subSectionWrap .sectionHeader ol li:last-child {
  color: #333;
  font-weight: 600;
}
.subSectionWrap .headerBtn {
  display: none;
  vertical-align: bottom;
}
.subSectionWrap .headerBtn .btn2Min, .subSectionWrap .headerBtn .btn2Mid, .subSectionWrap .headerBtn .btn2Max, .subSectionWrap .headerBtn .btn2Sub {
  font-size: 0;
  background: url(/images/windowPosition3.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
}
.subSectionWrap .headerBtn .btn2Mid {
  background-position-x: -30px;
}
.subSectionWrap .headerBtn .btn2Max {
  background-position-x: -60px;
}
.subSectionWrap .headerBtn .btn2Sub {
  background-position-x: -90px;
}
.subSectionWrap .extBtn {
  position: absolute;
  top: 46px;
  right: 20px;
  z-index: 10;
}
.subSectionWrap .extBtn button, .subSectionWrap .extBtn a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 500;
  background: #fff;
  color: #666;
  border: solid 1px #0081C8;
  font-size: 14px;
  margin-left: -1px;
  padding: 5px 10px 4px 10px;
  border-radius: 2px;
  transition: all 0.15s ease 0s;
}
.subSectionWrap .extBtn button:hover, .subSectionWrap .extBtn button:focus, .subSectionWrap .extBtn a:hover, .subSectionWrap .extBtn a:focus {
  background: #0081C8;
  color: #fff;
}

dl.reportList dt {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.sectionNav {
  position: fixed;
  left: 0;
  top: 76px;
  bottom: 0; /*width: 18%; left: -18.2%; */
  width: 270px;
  border-right: solid 1px #ddd;
  z-index: 50;
  transition: left 0.1s ease 0s;
  background: #fff;
}
.sectionNav h2 {
  background: url(/images/sectionNav_bg.png) center center;
  background-size: cover;
  color: #fff;
  padding: 42px 20px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.sectionNav li {
  border-bottom: solid 1px #eee;
}
.sectionNav li a {
  display: block;
  padding: 14px 20px;
  transition: background 0.15s ease 0s;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  position: relative;
}
.sectionNav li a:hover, .sectionNav li a:focus {
  background: #f9f9f9;
}
.sectionNav li li {
  border: 0 none;
  border-top: dotted 1px #eee;
}
.sectionNav li li a {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 20px 7px 30px;
}
.sectionNav li li a:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #999;
  margin-right: 6px;
  vertical-align: middle;
}
.sectionNav li li:last-child a {
  padding-bottom: 14px;
}

.sectionNavOn .sectionNav {
  display: block;
  left: 0;
}
.sectionNavOn.sectionNavMin .sectionNav {
  left: -270px;
}
.sectionNavOn.sectionNavMin .subSectionWrap {
  left: 1px;
}
.sectionNavOn.sectionNavMin .btnSectionNavToggle:before {
  transform: rotate(-45deg);
  left: 10px;
}
.sectionNavOn.sectionNavMin .btnSectionNavToggle:after {
  transform: rotate(45deg);
  left: 10px;
}

.mapNav {
  position: fixed;
  top: 76px;
  z-index: 50;
  bottom: 0;
  border-right: solid 1px #ddd;
  transition: left 0.15s ease 0s;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.mapNav:before, .mapNav:after {
  display: block;
  content: "";
  position: fixed;
  width: 64px;
  top: 76px;
  bottom: 0;
  z-index: 51;
  background: #0081C8;
}
.mapNav:after {
  width: 200px;
  background: #fff;
  z-index: 40;
  left: -200px;
  transition: left 0.18s ease 0s;
}
.mapNav > ul {
  position: fixed;
  z-index: 51;
}
.mapNav > ul > li {
  width: 64px;
}
.mapNav > ul > li a {
  display: block;
  font-size: 14px;
  position: relative;
  z-index: 52;
}
.mapNav > ul > li > a {
  height: 42px;
  width: 100%;
  padding-top: 40px;
  background: #0081C8;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #0098ec;
  display: table;
  opacity: 0.8;
}
.mapNav > ul > li > a:hover, .mapNav > ul > li > a:focus {
  background-color: #006aa4;
  opacity: 1;
}
.mapNav > ul > li > a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  word-break: keep-all;
  line-height: 1.1em;
}
.mapNav > ul > li > a:before {
  display: block;
  content: "";
  background-image: url(/images/mapNav.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 17px;
}
.mapNav > ul > li.on > a {
  background-color: #006aa4;
}
.mapNav > ul > li.on > ul {
  left: 64px;
  opacity: 1;
}
.mapNav > ul > li > ul {
  position: fixed;
  top: 76px;
  bottom: 0;
  left: -136px;
  width: 0;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  z-index: 50;
  transition: width 0.1s ease 0s, opacity 0.1s ease 0s;
}
.mapNav > ul > li > ul > li {
  position: relative;
  width: 136px;
}
.mapNav > ul > li > ul > li > a {
  padding: 12px 10px;
  background: #f6f6f6;
  font-weight: 500;
}
.mapNav > ul > li > ul > li > ul {
  position: absolute;
  top: 40px;
  width: 100%;
}
.mapNav > ul > li > ul > li > ul > li > a {
  color: #888;
  padding: 6px;
}
.mapNav > ul > li > ul > li > ul > li > a:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 4px 0 8px;
  vertical-align: middle;
  background: #ccc;
  transition: 0.2s ease 0s;
}
.mapNav > ul > li > ul > li > ul > li > a:hover, .mapNav > ul > li > ul > li > ul > li > a:focus {
  color: #333;
}
.mapNav > ul > li > ul > li > ul > li > a:hover:before, .mapNav > ul > li > ul > li > ul > li > a:focus:before {
  background: #0081C8;
}
.mapNav.on > ul > li > ul {
  width: 136px;
  overflow-y: auto;
}
.mapNav.on > ul > li.on > ul {
  border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.mN10 > a:before {
  background-position: 0 0;
}

.mN20 > a:before {
  background-position: 0 -30px;
}

.mN30 > a:before {
  background-position: 0 -60px;
}

.btnSectionNavToggle {
  position: absolute;
  top: 49%;
  top: calc(50% - 25px);
  left: 99.5%;
  width: 18px;
  height: 50px;
  font-size: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  border-left: 0 none;
  background: #fff;
  display: none;
}
.btnSectionNavToggle:before, .btnSectionNavToggle:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #999;
  position: absolute;
  left: 7px;
  top: 15px;
  transform: rotate(45deg);
}
.btnSectionNavToggle:after {
  top: 22px;
  transform: rotate(-45deg);
}

.btnSectionOn, .btnSectionOff {
  position: absolute;
  top: 49%;
  top: calc(50% - 25px);
  left: 99.5%;
  width: 18px;
  height: 50px;
  font-size: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  border-left: 0 none;
  background: #fff url("../images/arrow2.gif") no-repeat center center;
}

.btnSectionOff {
  transform: rotate(180deg);
  border: solid 1px #ccc;
  border-right: 0 none;
}

.mapNavOn .subSectionWrap {
  left: 64px;
}
.mapNavOn.mapNavSubOn.mapNavMin .subSectionWrap {
  left: 1px;
}
.mapNavOn.mapNavSubOn .subSectionWrap { /*left: $sectionNavW;*/
  min-width: 713px;
}

.sectionNavMin .subSectionWrap,
.sectionNavOn.sectionNavMin .subSectionWrap {
  left: 0;
}

body .subSectionWrap {
  padding: 0 30px;
  position: fixed;
  top: 76px;
  right: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  z-index: 20;
  /*.loc_viewType { display: none}
  .btn2Max { display: none}
  .btn2Mid, .btn2Min { display: inline-block;}*/
}
body.subSectionMid .subSectionWrap {
  top: 50%;
  /*.btn2Mid { display: none}
  .btn2Max, .btn2Min { display: inline-block;}*/
}
body.subSectionMin .subSectionWrap {
  top: calc(100% - 68px);
  overflow: hidden;
  /*
  .btn2Max, .btn2Mid { display: inline-block;}
  .content,
  .pageNav { display: none}*/
}
body.subSectionMin .subSectionWrap .btn2Min {
  display: none;
}
body .inquiryCondition {
  padding: 8px 100px 8px 10px;
  margin: 0;
}
body.subSectionMid .headerBtn, body.subSectionMin .headerBtn {
  display: inline-block;
  padding-left: 10px;
}
body .pageTotal {
  font-size: 15px;
  color: #888;
  padding: 27px 20px 12px 20px;
}
body .footer {
  display: none;
}

body.main .footer {
  display: block;
}
body.main h3.h4:before {
  background-color: #0081C8;
}

.LSearch_RTable .searchWrap,
.LSearch_RTable .resultWrap {
  position: absolute;
  transition: width 0.15s ease 0s;
}
.LSearch_RTable .searchWrap {
  left: 30px;
  width: 19%;
  bottom: 8px;
  top: 50px;
  overflow-y: auto;
  overflow: visible;
  background: #fff;
  border-radius: 3px;
  border: solid 1px #0081C8;
}
.LSearch_RTable .resultWrap {
  width: 76%;
  width: calc( 80% - 90px );
  top: 50px;
  bottom: 0;
  right: 0;
  padding: 0 0 0 30px;
}
.LSearch_RTable .resultWrap .scrollTable {
  top: 30px;
}
.LSearch_RTable .searchWrapOnOff {
  display: block;
}
.LSearch_RTable.LSearchOff .searchWrapOnOff {
  left: 31px;
}
.LSearch_RTable.LSearchOff .searchWrapOnOff:before {
  transform: rotate(-45deg);
}
.LSearch_RTable.LSearchOff .searchWrapOnOff:after {
  transform: rotate(45deg);
}
.LSearch_RTable.LSearchOff .searchWrap {
  width: 0;
  overflow: hidden;
}
.LSearch_RTable.LSearchOff .searchWrap .searchWrapWidth {
  opacity: 0;
  transition: opacity 0.05s ease 0s;
}
.LSearch_RTable.LSearchOff .resultWrap {
  width: calc( 100% - 120px );
}
.LSearch_RTable .subContent {
  width: 76%;
  width: calc( 80% - 90px );
  right: 0;
  position: absolute;
  padding: 0 30px;
  overflow: auto;
  bottom: 30px;
  top: 60px;
}

.searchWrapWidth {
  min-width: 200px;
  opacity: 1;
  transition: opacity 0.05s ease 0.1s;
}

.searchWrapOnOff {
  display: none;
  z-index: 1;
  position: absolute;
  top: 49%;
  top: calc(47% - 25px);
  left: calc( 19% + 21px );
  width: 16px;
  height: 50px;
  font-size: 0;
  border: solid 1px #0081C8;
  border-radius: 0 3px 3px 0;
  border-left: 0 none;
  background: #fff;
  transition: left 0.15s ease 0s;
}
.searchWrapOnOff:before, .searchWrapOnOff:after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #0081C8;
  position: absolute;
  left: 7px;
  top: 15px;
  transform: rotate(45deg);
}
.searchWrapOnOff:after {
  top: 22px;
  transform: rotate(-45deg);
}

.scrollWrap {
  padding: 10px 0 4px 0;
  position: absolute;
  top: 41px;
  bottom: 50px;
  left: 30px;
  right: 30px;
  overflow: hidden;
  overflow-y: auto;
}

.subSectionWrap .scrollWrap + .btnArea {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px;
  padding: 0;
}

.scrollInWrap .btnArea {
  padding-bottom: 10px;
}

.sscroll {
  overflow: auto;
  margin-top: 8px;
}
.sscroll caption.caption {
  padding-top: 0;
}
.sscroll thead th {
  position: sticky;
  top: 0;
}

.hasNavTab nav {
  background: #f3f3f3;
  height: 38px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 36px;
  display: flex;
}
.hasNavTab nav a {
  display: table;
  flex-grow: 1;
  text-align: center;
  border-bottom: solid 2px #ccc;
  color: #888;
  border-bottom: solid 1px #0081C8;
}
.hasNavTab nav a span {
  display: table-cell;
  font-weight: 600;
}
.hasNavTab nav a.on {
  color: #333;
  border: solid 1px #0081C8;
  border-bottom: solid 1px #fff;
  background: #fff;
}
.hasNavTab nav a:hover, .hasNavTab nav a:hover {
  background: #fff;
  color: #333;
}
.hasNavTab > article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  top: 40px;
  padding: 10px;
  overflow: auto;
}
.hasNavTab .tab1Prop,
.hasNavTab .tab2Space {
  bottom: 0;
}
.hasNavTab .tab1Prop .bottomLeft_Overflow,
.hasNavTab .tab2Space .bottomLeft_Overflow {
  top: 0;
}

.btnArea2 {
  text-align: right;
  padding: 8px 10px;
  min-width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: solid 1px #ddd;
}

.btnArea3 {
  text-align: center;
  padding: 8px 10px;
}
.btnArea3 .btn {
  width: 150px;
  height: 40px;
}

.hasMapNav .subSectionWrap {
  left: 64px;
}
.hasMapNav.hasMapNavOn .subSectionWrap {
  left: 200px;
}
.hasMapNav.hasMapNavOn .mapNav:after {
  left: 0;
}

.btnLocCheck {
  width: 24px;
  height: 24px;
  background: #3a6aef url(/images/iconMapPin.png) no-repeat center center;
  font-size: 0;
  border-radius: 3px;
}

/*
.smallFont {
    .table {
        th, td {font-size:13px; line-height: 1.2em;padding: 2px;}
        th { padding-top:6px; padding-bottom: 6px;}
        td {}
        .nopadding {padding: 0;}
    }
}
*/
.scrollTable {
  position: absolute;
  top: 126px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  overflow: auto;
  border-top: #515151 solid 1px;
}
.scrollTable .table {
  border-top: 0 none;
}
.scrollTable td, .scrollTable th {
  word-break: keep-all;
}
.scrollTable thead th {
  position: sticky;
  top: -1px; /* Don't forget this, required for the stickiness */
}

.scrollTable + .pageNav {
  position: absolute;
  left: 150px;
  right: 150px;
  bottom: 0;
  padding: 0;
}

.scrollTable2 {
  overflow: auto;
  border-top: #515151 solid 1px;
  margin: 10px 10px;
}
.scrollTable2 .table {
  border-top: 0 none;
  width: 100%;
}
.scrollTable2 thead th {
  position: sticky;
  top: 0px;
  background: #ededed;
  border: 1px solid #DDDDDD; /* Don't forget this, required for the stickiness */
}
.scrollTable2 td {
  text-align: center;
  border: 1px solid #DDDDDD;
}

.labelInput .labelWrap {
  margin: 2px 0;
  box-sizing: border-box;
}
.labelInput label > span {
  width: 80px;
}
.labelInput label > span + input,
.labelInput label > span + select {
  width: calc(100% - 100px);
}
.labelInput input.datepicker {
  width: 108px;
  text-indent: 0;
}

.contentMax .smallFont .table th, .contentMax .smallFont .table td {
  font-size: 15px;
  line-height: 1.3em;
  transition: all 0.15s ease 0s;
}
.contentMax .smallFont .table th {
  padding: 10px 6px;
}
.contentMax .smallFont .table td {
  padding: 6px;
}
.contentMax .smallFont .table .nopadding {
  padding: 0;
}

.selectGu .labelWrap {
  width: 80px;
}

.b22RuleStep ol:after {
  display: block;
  content: "";
  clear: both;
}
.b22RuleStep li {
  width: 22%;
  float: left;
  position: relative;
  padding-left: 4%;
}
.b22RuleStep li:before, .b22RuleStep li:after {
  display: block;
  content: "";
  background: #ccc;
  width: 3px;
  height: 40px;
  border-radius: 2px;
  position: absolute;
  left: 16px;
  top: 160px;
  transform: rotate(26deg);
}
.b22RuleStep li:after {
  top: 126px;
  transform: rotate(-26deg);
}
.b22RuleStep li:first-child {
  padding-left: 0;
}
.b22RuleStep li:first-child:before, .b22RuleStep li:first-child:after {
  display: none;
}
.b22RuleStep li strong {
  display: block;
  padding: 8px 0;
}
.b22RuleStep li div {
  height: 320px;
  overflow: hidden;
  overflow-y: auto;
  border: solid 1px #ccc;
}
.b22RuleStep li button {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 8px 10%;
  background: #fff;
  border-bottom: solid 1px #ddd;
  transition: background-color 0.15s ease 0s;
}
.b22RuleStep li button:hover, .b22RuleStep li button:focus {
  background-color: #ededed;
}
.b22RuleStep li button.on {
  background-color: #0081C8;
  border-color: #0081C8;
  color: #fff;
}
.b22RuleStep li button .status0, .b22RuleStep li button .status1 {
  display: inline-block;
  width: 60px;
  padding: 3px 0;
  text-align: center;
  float: right;
  color: #fff;
  background: green;
  border-radius: 3px;
}
.b22RuleStep li button .status0 {
  background: red;
}

.attachFile {
  text-align: left;
}
.attachFile li {
  padding: 1px 0;
}
.attachFile li:first-child {
  padding-top: 8px;
}
.attachFile li:last-child {
  padding-bottom: 8px;
}
.attachFile input[type=file] {
  width: 218px;
}
.attachFile .btnAttachFile, .attachFile .btnAttachDel {
  width: 300px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-align: left;
  color: #000;
  background: #fff;
  opacity: 0.8;
  transition: all 0.15s ease 0s;
}
.attachFile .btnAttachFile:hover, .attachFile .btnAttachFile:focus, .attachFile .btnAttachDel:hover, .attachFile .btnAttachDel:focus {
  color: #3a6aef;
  opacity: 1;
}
.attachFile .btnAttachFile:before, .attachFile .btnAttachDel:before {
  display: inline-block;
  content: "";
  background: url(/images/btnAttachFile.png) no-repeat center center;
  border: solid 2px #3a6aef;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin: -2px 5px 0 2px;
}
.attachFile .btnAttachDel {
  width: 48px;
  letter-spacing: -0.05em;
  margin-left: 10px;
}
.attachFile .btnAttachDel:before {
  background-image: url(/images/btnAttachDel.png);
  border: 0 none;
  border-radius: 0;
  width: 18px;
  height: 18px;
}

/*.attachFileGuide {padding: 4px 0;
    label { background: #666; color: #fff;padding: 3px 24px;border-radius: 3px; transition: background-color 0.15s ease 0s;
        &:hover,
        &:focus {background-color: #444;}
    }

}*/
.reportPhoto:after {
  display: block;
  content: "";
  clear: both;
}
.reportPhoto li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px 1%;
  position: relative;
}
.reportPhoto span {
  display: block;
}
.reportPhoto .reportThum {
  background: #f9f9f9 no-repeat center center;
  background-size: cover;
  height: 176px;
  outline: #ddd solid 1px;
  font-size: 13px;
  color: #888;
}
.reportPhoto .reportThumName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0 0 0;
  line-height: initial;
}
.reportPhoto .btnAttachDel {
  position: absolute;
  top: 76px;
  right: 6%;
  width: 26px;
  height: 26px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.4) url(/images/iconDel.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  border-radius: 3px;
}

.tabelComment {
  text-align: center;
  padding: 14px 0 4px 0;
}
.tabelComment:after {
  display: block;
  content: "";
  clear: both;
}
.tabelComment strong {
  color: rgb(0, 176, 240);
  vertical-align: baseline;
}
.tabelComment .floatR {
  margin-top: -6px;
}

.attachFileGuide {
  border: solid 1px #ccc;
  padding: 6px;
  margin: 4px;
}
.attachFileGuide label {
  display: inline-block;
  padding: 5px 16px;
  background: #3a6aef;
  color: #fff;
  margin-right: 8px;
  border-radius: 3px;
}
.attachFileGuide span {
  color: #768bc4;
  padding-left: 12px;
  font-size: 14px;
}

.popup {
  display: none;
  position: absolute;
  left: calc(50% + 30px);
  top: calc(50% + 30px);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 700px;
  max-height: 85%;
  padding: 0 30px;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.popup header {
  position: relative;
  padding: 20px 0 8px 0;
}
.popup header:after {
  display: block;
  content: "";
  height: 8px;
  border-bottom: solid 1px #333;
}
.popup header h3 {
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.popup header ol {
  position: absolute;
  right: 0;
  padding-right: 50px;
  top: 17px;
  text-align: right;
}
.popup header ol li {
  display: inline-block;
  font-size: 15px;
  color: #777;
  padding-left: 14px;
  background: url(/images/pageLocation2.gif) no-repeat 4px center;
}
.popup header ol li:first-child {
  font-size: 14px;
  padding-left: 20px;
  background: url(/images/pageLocHome.png) no-repeat 0 center;
}
.popup .labelWrap input[type=text],
.popup .labelWrap input[type=text],
.popup .labelWrap input[type=text] {
  width: 116px;
}
.popup .scrollTable {
  bottom: 46px;
}
.popup .scrollTable + .pageNav {
  right: 30px;
  left: 30px;
  bottom: 6px;
}
.popup .btnClose {
  display: block;
  width: 27px;
  height: 27px;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #fff url(/images/btnClose.gif) no-repeat center center;
}

body.communalOn .communalContent.on {
  opacity: 1;
}

.confirmCheck {
  float: right;
  position: relative;
  z-index: 1;
}

.btnWrap {
  float: right;
}

.staticTable {
  width: 40%;
  float: left;
}

.staticTableGraph {
  width: 55%;
  float: right;
}

.statGraphWrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.statGraph {
  width: 32.5%;
  text-align: center;
}

.statGraph > div {
  height: 300px;
  background: #fff;
  border: solid 1px #ccc;
}

.statGraph > p {
  padding: 10px 0;
}

/* c00 */
.stepWrap {
  margin-top: 32px;
  padding: 20px 20px 20px 20px;
  border: solid 1px #0081C8;
  background: #fff;
  border-radius: 4px;
}
.stepWrap:after {
  display: block;
  content: "";
  clear: both;
}
.stepWrap ol.step {
  margin-top: -40px;
}
.stepWrap ol.step li {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  padding: 7px 36px;
  border-radius: 20px;
  border: solid 2px #ccc;
  background: #f6f6f6;
}
.stepWrap ol.step li strong, .stepWrap ol.step li a {
  font-weight: 600;
}
.stepWrap ol.step li a {
  color: #888;
}
.stepWrap ol.step li.on, .stepWrap ol.step li:hover, .stepWrap ol.step li:focus {
  color: #0081C8;
  border-color: #0081C8;
  background: #fff;
}
.stepWrap ol.step + div {
  padding-bottom: 10px;
}

#calRule li {
  padding: 5px 0;
}

#calRule1 li {
  padding: 6px 0;
}
#calRule1 li:nth-child(2) {
  padding: 0;
}

#payStatusAlert p {
  padding: 20px 0;
  text-align: center;
}

.confirmMsg {
  padding: 20px 0;
  text-align: center;
}

.payTotal {
  background: #fff url(/images/bgPayTotal.png) no-repeat 23% center;
  border: solid 1px #ededed;
  font-size: 21px;
  padding: 100px 0 0 45%;
  height: 200px;
  line-height: 1.8em;
  margin-bottom: 12px;
  border-radius: 4px;
}
.payTotal span {
  font-size: 29px;
  vertical-align: baseline;
  font-weight: 600;
}
.payTotal strong {
  font-size: 33px;
  vertical-align: baseline;
}

nav.tab {
  display: flex;
  margin: 16px 0 12px 0;
}
nav.tab a {
  display: table;
  width: 100%;
  border-bottom: solid 1px #0081C8;
}
nav.tab a span {
  display: table-cell;
  text-align: center;
  font-weight: 600;
  height: 36px;
  color: #777;
  background: #ededed;
  transition: all 0.15s ease 0s;
}
nav.tab a:hover span, nav.tab a:focus span {
  color: #333;
  background: #fff;
}
nav.tab a.on {
  border: solid 1px #0081C8;
  border-bottom: solid 1px #f9f9f9;
}
nav.tab a.on span {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
  color: #333;
}

.h3 + .inquiryCondition {
  margin-top: 0;
}

.h4 {
  font-weight: 600;
  font-size: 17px;
  padding-top: 20px;
}
.h4:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin: -3px 8px 0 0;
  background: #666;
  vertical-align: middle;
}

.h4 + div.inquiryCondition {
  margin-top: 10px;
}

.inquiryCondition {
  padding: 14px 100px 14px 14px;
  margin: 16px 0;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  position: relative;
}
.inquiryCondition > div span.labelWrap {
  margin-right: 8px;
}
.inquiryCondition > div label.labelWrap:first-child {
  min-width: 86px;
}
.inquiryCondition > div span.labelWrap input[type=radio] {
  vertical-align: text-top;
}
.inquiryCondition > div + div {
  margin-top: 4px;
}

.inquiryConditionHeader {
  padding-top: 6px;
}
.inquiryConditionHeader:after {
  display: block;
  content: "";
  clear: both;
}
.inquiryConditionHeader h3 {
  float: left;
  font-size: 16px;
}
.inquiryConditionHeader h3 + .floatR {
  margin: -8px 0 6px 0;
}

.inquiryTableWrap {
  background-color: #fff;
  border: solid 1px #dddddd;
  border-top: 1px solid #333;
  position: relative;
}
.inquiryTableWrap .inquiryTable {
  display: flex;
}
.inquiryTableWrap .inquiryTable td {
  padding: 8px 20px 8px 20px;
  border: none;
  border-top: solid 1px #ededed;
}
.inquiryTableWrap .inquiryTable td:last-child {
  border-right: none;
}
.inquiryTableWrap .inquiryTable td select + label {
  display: inline-block;
  margin: 0 10px;
  cursor: unset;
}
.inquiryTableWrap .inquiryTable td .btn:nth-child(n+2) {
  margin-left: 6px;
}
.inquiryTableWrap .inquiryTable .th {
  background: #fff;
  font-weight: 600;
}
.inquiryTableWrap .inquiryTable .th label {
  font-size: 16px;
  font-weight: 600;
}
.inquiryTableWrap .inquiryTable .inquiryBtn {
  vertical-align: middle;
  text-align: center;
}

.contWrap > div:nth-child(n+2) {
  margin-left: 30px;
}

.checkboxWrap {
  border: solid 1px #ccc;
  height: 30px;
  padding: 8px 8px 0 8px;
  display: inline-block;
  border-radius: 3px;
  margin: 1px 0 2px 0;
}

.labelWrap {
  display: inline-block;
  border-radius: 3px;
  margin: 3px 1px;
  vertical-align: middle;
}
.labelWrap span {
  color: #777;
  display: inline-block;
  padding: 0 2px 0 10px;
  font-weight: 600;
}
.labelWrap input[type=text],
.labelWrap input[type=password],
.labelWrap input[type=number],
.labelWrap select,
.labelWrap .input,
.labelWrap textarea {
  margin: 0;
}
.labelWrap input + span,
.labelWrap select + span {
  padding-right: 6px;
}

.labelWrap select {
  padding-right: 4px;
}

.inquiryWrap {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
.inquiryWrap .btn {
  vertical-align: middle;
  background-color: #fff;
  color: #265ef9;
  border: 1px solid #3a6aef;
  padding: 0 19px 1px 18px;
  height: 34px;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: -0.5px;
  transition: all 0.2s ease 0s;
}
.inquiryWrap .pri {
  background-color: #3a6aef;
  color: #fff;
  border-color: #265ef9;
}
.inquiryWrap .pri:hover, .inquiryWrap .inquiryWrap .pri:focus {
  background-color: #184fe7;
  color: #fff;
}

.inquiryCondition .radioSelect label {
  padding: 8px 14px;
}

.inquiryCondition .btnViewMap {
  border-color: #265ef9;
  color: #265ef9;
  background: #fff url(/images/btnViewMap.png) no-repeat 16px center;
  height: 40px;
  margin: 2px 2px 2px 0;
  padding: 0 12px 0 34px;
  vertical-align: baseline;
  letter-spacing: -0.05em;
}

.checkboxWrap label {
  margin: 0 4px;
}

.radioWrap {
  padding-right: 12px;
}
.radioWrap input[type=radio] {
  margin: 0;
}

th .checkWrap {
  padding-top: 2px;
}

td .checkWrap {
  position: relative;
  padding-right: 100px;
}
td .checkWrap span {
  position: absolute;
  right: 0;
}

caption.pageTotal {
  color: #aaa;
  line-height: 1.4em;
  text-align: left;
}

span.interval {
  margin: 0 5px;
}

.datepickerWrap {
  display: flex;
}
.datepickerWrap span {
  width: 100%;
  display: block;
}
.datepickerWrap img {
  width: 20px;
  height: 20px;
}
.datepickerWrap2 {
  display: inline-block;
  width: 214px;
}

span.datepickerBox {
  position: relative;
  padding: 0;
  display: inline-block;
}
span.datepickerBox input.datepicker, span.datepickerBox input[type=text].datepicker {
  width: 145px;
  cursor: pointer;
}
span.datepickerBox img {
  position: absolute;
  right: 16px;
  top: 9px;
  margin: 0;
}

.labelWrap span.datepickerBox img {
  top: 7px;
}

.btnFold {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 16px;
  position: relative;
  color: #3a6aef;
  background: #fff;
  padding: 10px;
  border: #999 solid 1px;
  border-bottom-style: dotted;
  border-radius: 3px 3px 0 0;
  transition: background 0.15s ease 0s;
}
.btnFold:before, .btnFold:after {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #3a6aef;
  transform: rotate(0deg);
  top: 18px;
  right: 16px;
  position: absolute;
  opacity: 0.7;
  transition: opacity 0.15s ease 0s;
}
.btnFold:after {
  right: 16px;
  transform: rotate(0deg);
}
.btnFold.off {
  background: transparent;
}
.btnFold:hover, .btnFold:focus {
  background: #fff;
}
.btnFold:hover:before, .btnFold:focus:before {
  opacity: 1;
}
.btnFold:hover:after, .btnFold:focus:after {
  opacity: 1;
}
.btnFold.off {
  border: #3a6aef solid 1px;
  border-radius: 3px;
}
.btnFold.off:before {
  transform: rotate(-90deg);
}
.btnFold.off:after {
  transform: rotate(180deg);
}

.foldWrap {
  border: solid 1px #999;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
  padding: 10px;
  background: #fff;
}

.sisulNavWrap nav.jsTab {
  display: flex;
}
.sisulNavWrap nav.jsTab a {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: solid 2px #f7f7f7;
  height: 32px;
}
.sisulNavWrap nav.jsTab .on {
  background-color: #fff;
  border-bottom: solid 3px #4db1ff;
  margin-bottom: -1px;
}
.sisulNavWrap nav.jsTab a:first-child {
  width: 100%;
}
.sisulNavWrap .jsTabIDLink a {
  display: block;
  padding: 12px 20px;
  color: #444;
  background: #fff;
  border-bottom: dotted 1px #ccc;
}
.sisulNavWrap .jsTabIDLink a:hover, .sisulNavWrap .jsTabIDLink a:focus {
  background: #f9f9f9;
  color: #222;
}
.sisulNavWrap .jsTabIDLink h4 {
  font-size: 0;
}

.tableHeader {
  border: solid 1px #333;
  background: #fff;
  margin-top: 16px;
}
.tableHeader td {
  padding: 12px;
  font-weight: 600;
  font-size: 15px;
}
.tableHeader .th {
  background: #f6f6f6;
  border-right: solid 1px #ddd;
}

col.no {
  width: 60px;
}

col.check {
  width: 40px;
}

.tabelComment {
  text-align: center;
  padding: 14px 0 4px 0;
}
.tabelComment:after {
  display: block;
  content: "";
  clear: both;
}
.tabelComment strong {
  color: rgb(0, 176, 240);
  vertical-align: baseline;
}
.tabelComment .floatR {
  margin-top: -6px;
}

.netUpdateText {
  line-height: 1.6em;
}
.netUpdateText p {
  padding: 5px 0;
}

.sendPopupText {
  line-height: 1.4em;
}
.sendPopupText p {
  padding: 5px 0;
}

.btnAddDelWrap {
  text-align: center;
  padding: 8px 0 0 0;
}
.btnAddDelWrap button {
  font-size: 0;
  width: 100px;
  height: 28px;
  padding: 0;
  margin: 0 4px;
  position: relative;
  border: solid 1px #0081C8;
  background: #fff;
  border-radius: 3px;
  opacity: 0.7;
  transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
}
.btnAddDelWrap button:before, .btnAddDelWrap button:after {
  display: block;
  content: "";
  background: #0081C8;
  width: 13px;
  height: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 38px;
}
.btnAddDelWrap button:after {
  transform: rotate(-45deg);
  left: 46px;
}
.btnAddDelWrap button:focus, .btnAddDelWrap button:hover {
  background: #f6f6f6;
  opacity: 1;
}
.btnAddDelWrap button + button {
  transform: rotate(180deg);
}

.graphWrap {
  border: solid 1px #ccc;
  background: #fff;
  margin: 10px 0;
}

.graphWrap2 {
  background: #fff;
  margin: 10px 0;
  border-radius: 3px;
}
.graphWrap2 .graphArticle {
  margin-bottom: 10px;
  min-height: 220px;
  padding-left: 32px;
}
.graphWrap2 .graphArticle:after {
  display: block;
  content: "";
  clear: both;
}
.graphWrap2 .graphArticle h3 {
  display: table;
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
}
.graphWrap2 .graphArticle h3 span {
  display: table-cell;
  padding: 10px;
  color: #fff;
  background: #101B51;
  word-break: break-all;
  border-radius: 2px;
}
.graphWrap2 .graphWrap2_L, .graphWrap2 .graphWrap2_R {
  float: left;
  width: 49.5%;
  width: calc(50% - 1px);
  min-height: 220px;
}
.graphWrap2 .graphWrap2_L {
  border-right: solid 1px #ddd;
  margin-right: -1px;
}
.graphWrap2 .graphWrap2_R {
  border-left: solid 1px #ddd;
}

.graphArticle {
  border: #101B51 solid 1px;
  border-radius: 3px;
  position: relative;
}

.graphHeader {
  text-align: center;
  position: relative;
  padding: 6px;
  height: 28px;
}
.graphHeader:after {
  display: block;
  content: "";
  clear: both;
}
.graphHeader .graphBtn {
  position: absolute;
  right: 6px;
  top: 6px;
}
.graphHeader .graphBtn .btn.btnDn {
  font-size: 0;
  width: 32px;
  background: url(/images/btnDn.png) no-repeat center center;
}
.graphHeader .btnS {
  margin-left: -17%;
}
.graphHeader h3 {
  font-size: 15px;
  padding-top: 6px;
}

.graph3Layout {
  position: relative;
}
.graph3Layout:after {
  display: block;
  content: "";
  clear: both;
}
.graph3Layout .graphArticle {
  float: left;
  width: calc(33.3% - 12px);
  margin: 5px;
  height: 180px;
}
.graph3Layout .graph3_1 {
  height: 563px;
}
.graph3Layout .graph3_2 {
  width: calc(66.6% - 12px);
}
.graph3Layout .graph3_4 {
  float: none;
  float: right;
  height: 372px;
}
.graph3Layout .graph3_6 {
  width: calc(66.6% - 12px);
}
.graph3Layout .graph3_6, .graph3Layout .graph3_7 {
  height: 360px;
}

.btnInputWrap {
  display: flex;
  align-items: center;
}
.btnInputWrap > input[type=text], .btnInputWrap > select, .btnInputWrap .flexItem {
  width: 100%;
}

.flexItem {
  display: flex;
  align-items: center;
}
.flexItem input[type=text], .flexItem input[type=password], .flexItem input[type=number] {
  width: 60px;
}

.telWrap input:first-child {
  width: 60%;
}

article.jsOn2 {
  display: none;
}

article.jsOn2.on {
  display: block;
}

#pg_gridPager > .ui-pg-table {
  width: 100%;
}

input.datepicker,
input[type=text].datepicker {
  width: 100px;
  background-image: url(/images/calendar.png);
  background-color: #fff;
  background-repeat: no-repeat;
  color: #333;
  background-position: right 12px center;
}

input.datepicker:hover {
  background-color: #fff !important;
  color: #333 !important;
}

input[disabled].datepicker {
  background-image: url(/images/calendarD.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
}
input[disabled].datepicker + img {
  display: none;
}

label.checkAll {
  font-size: 0;
}

input[type=text].datepicker + input[type=text].width100,
.ui-datepicker-trigger + input[type=text].width100 {
  width: calc(100% - 112px) !important;
}

.filebox .upload-name {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
  width: 75%;
  color: #888;
}
.filebox label {
  display: inline-block;
  padding: 6px 10px 0 10px;
  color: #fff;
  vertical-align: middle;
  background-color: #888;
  cursor: pointer;
  height: 30px;
}
.filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

caption.caption {
  text-align: left;
  padding: 10px 0 4px 0;
  position: relative;
}
caption.caption span.unit {
  position: absolute;
  right: 0;
  bottom: 4px;
}
caption.caption .floatR .btn {
  margin-top: -12px;
}

h3 span.caption {
  margin: 10px 0 4px 0;
}

span.caption {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.08em;
  font-weight: 500;
  padding: 5px 12px;
  background: #333;
  color: #fff;
}

span.caption2 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
span.caption2:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background: #777;
  margin: 0 6px 4px 2px;
  vertical-align: middle;
}

.inquiryCondition + .table caption.hidden {
  position: static;
  font-size: 0;
  height: 10px;
}

span.unit {
  color: #666;
  font-weight: 500;
  font-size: 13px;
}

.unitWrap {
  text-align: right;
  position: relative;
  padding-right: 24px;
  /* 특수기호 용 */
}
.unitWrap input {
  text-align: right;
}
.unitWrap input + span.unit,
.unitWrap input + .validation-error + span.unit {
  top: 10px;
}
.unitWrap span.unit {
  position: absolute;
  right: 2px;
}
.unitWrap span.unit.fz15 {
  font-size: 15px;
  font-family: sans-serif;
}
.unitWrap input + span.unit {
  top: 10px;
}
.unitWrap .validation-error {
  text-align: left;
}

.alignMid {
  padding: 8px 0;
}
.alignMid label {
  display: inline-block;
}
.alignMid input {
  vertical-align: bottom;
}

.iconMust {
  font-size: 0;
  width: 10px;
  height: 16px;
  background: url(/images/iconMust.png) no-repeat center 1px;
  display: inline-block;
  margin: 0 2px;
}

.timeHM input {
  width: 40px;
}

td.price,
.table td.price,
.table.tableC td.price {
  text-align: right;
}
td.price input[type=text],
td.price input[type=number],
.table td.price input[type=text],
.table td.price input[type=number],
.table.tableC td.price input[type=text],
.table.tableC td.price input[type=number] {
  text-align: right;
}

.empR {
  color: red;
}

.popTextBox,
.confirmMsg {
  display: table;
  width: 100%;
}
.popTextBox p,
.confirmMsg p {
  display: table-cell;
  text-align: center;
  line-height: 1.5em;
  height: 65px;
  vertical-align: middle;
}

.onlyText {
  line-height: 1.5em;
}

.noti1 {
  padding: 16px 0;
  color: #777;
  line-height: 1.5em;
  word-break: keep-all;
}

.spanStatus1 {
  color: blue;
}

.spanStatus2 {
  color: red;
}

.spanStatus3 {
  color: green;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 9px !important;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  background: #333;
  position: absolute;
  left: 8px;
  top: 11px;
  transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  transform: rotate(45deg);
  top: 16px;
}
.ui-datepicker .ui-datepicker-next:before {
  transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-next:after {
  transform: rotate(-45deg);
}

.ui-datepicker-calendar thead th {
  background: #fff;
  border-top: none;
}

/* 로딩 loading */
#dataLoading.loadingWrap,
#regDataLoading.loadingWrap,
#layerDataLoading.loadingWrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: 0;
  padding: 0 0 180px 0;
  border-radius: 16px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3400;
  text-align: center;
}
#dataLoading.loadingWrap #loading,
#regDataLoading.loadingWrap #loading,
#layerDataLoading.loadingWrap #loading {
  margin-top: 40px;
}

#mainLoading.loadingWrap #loading {
  margin-top: 25%;
}

#loading2 {
  text-align: center;
}
#loading2 h5 {
  font-size: 20px;
  padding: 16px 0;
  font-weight: 600;
}
#loading2 h5:before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  margin: 0 8px 0 -16px;
  background: url(/images/loginWindow.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
#loading2 p {
  padding: 0 0 10px 0;
  line-height: 1.4em;
  color: #777;
}
#loading2 .progressBar {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
  border-radius: 5px;
  margin: 16px 20% 24px 20%;
  font-size: 0;
  overflow: hidden;
}
#loading2 .progressBar div {
  height: 10px;
  background: #0081C8;
  border-radius: 5px;
  transition: width 0.15s ease 0s;
}

.errorMsg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  min-width: 300px;
  height: auto;
  margin: 0;
  text-align: center;
}
.errorMsg1 h1 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  letter-spacing: -0.03em;
}
.errorMsg1 h1:before {
  display: inline-block;
  content: "";
  width: 38px;
  height: 41px;
  background: url(/images/images.png) no-repeat 0 0;
  vertical-align: middle;
  margin-right: 10px;
}
.errorMsg1 .errMsg1 {
  font-size: 19px;
  line-height: 1.4em;
  color: #333;
  padding: 2px 0;
}
.errorMsg1 .errMsg2 {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 2px 0 20px 0;
}
.errorMsg1 .errBg {
  display: block;
  content: "";
  max-width: 400px;
  height: 320px;
  background: url(/images/bgError1.png) no-repeat center center;
  background-size: contain;
  margin: 40px auto;
}
.errorMsg1 .session {
  display: block;
  content: "";
  max-width: 400px;
  height: 320px;
  background: url(/images/bgTimeout.png) no-repeat center center;
  background-size: contain;
  margin: 40px auto;
}
.errorMsg1 .btnHistoruBack {
  font-size: 16px;
  padding: 10px 20px 0 20px;
  height: 40px;
}

a.btn.btnHistoryBack {
  font-size: 16px;
  padding: 10px 20px 0 20px;
  height: 40px;
}

div.ui-jqgrid {
  /*.s-ico > .ui-icon { border-bottom: 10px solid #fff; }
  .s-ico > .ui-icon { width: 0px; height: 0px; border-bottom: 10px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent;}*/
}
div.ui-jqgrid .ui-jqgrid-htable th {
  background-color: #F3F5F9;
}
div.ui-jqgrid .ui-jqgrid-htable th.ui-state-hover {
  background-color: #F3F5F9;
  color: #fff !important;
}
div.ui-jqgrid .ui-pg-button {
  margin: 2px 0;
}
div.ui-jqgrid .ui-pg-button .ui-icon {
  display: inline-block;
  background: url(/images/paging.png) no-repeat -12px center;
  width: 10px;
  height: 16px;
}
div.ui-jqgrid .ui-pg-button .ui-icon.ui-icon-seek-prev {
  background-position: -47px;
}
div.ui-jqgrid .ui-pg-button .ui-icon.ui-icon-seek-next {
  background-position: -82px;
}
div.ui-jqgrid .ui-pg-button .ui-icon.ui-icon-seek-end {
  background-position: -115px;
}
div.ui-jqgrid .ui-pg-button .ui-state-hover {
  border: 1px none !important;
}
div.ui-jqgrid .ui-separator {
  display: none;
}
div.ui-jqgrid .ui-jqgrid-sortable .s-ico {
  height: 13px;
  width: 10px;
  margin-left: 5px;
}
div.ui-jqgrid .ui-jqgrid-sortable .s-ico .ui-grid-ico-sort {
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  margin: 0;
}
div.ui-jqgrid .ui-jqgrid-sortable .s-ico .ui-icon-asc {
  border-bottom: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 0;
}
div.ui-jqgrid .ui-jqgrid-sortable .s-ico .ui-icon-desc {
  border-top: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: 0;
  top: auto;
}

.ui-jqgrid-htable th div {
  font-weight: 600;
}

#grid_containter {
  position: absolute;
  top: 28px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 0 40px 0;
}

#gbox_dataTable {
  height: 100%;
  overflow: visible;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  max-height: 94%;
}

#pg_pager, #pager {
  position: static;
}
#pg_pager .ui-pg-table, #pager .ui-pg-table {
  position: static;
}

#pager_right {
  padding: 0;
}

.ui-jqgrid .ui-paging-info {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 13px;
  color: #888;
}

.ui-jqgrid .ui-pg-table input.ui-pg-input {
  width: 34px;
  padding: 2px 5px;
  margin-right: 5px;
}

.pginp {
  text-align: center;
}

.pg-selbox {
  text-align: right;
}
.pg-selbox select.ui-widget-content.ui-pg-selbox {
  display: inline-block;
  width: 50px;
  padding: 2px 5px;
}

/*왼쪽메뉴 > 왼쪽 아이콘 클릭시 나오는 컨텐츠 > 하단 페이징 */
.leftContent_sub .pageNav {
  font-size: 0;
}
.leftContent_sub .pageNav a, .leftContent_sub .pageNav strong {
  display: inline-block;
  padding: 5px 0 0 0;
  width: 25px;
  height: 20px;
  color: #333;
  font-size: 13px;
}
.leftContent_sub .pageNav a.pgFirst,
.leftContent_sub .pageNav a.pgBefore,
.leftContent_sub .pageNav a.pgNext,
.leftContent_sub .pageNav a.pgLast {
  background: url(/images/pageNav.gif) no-repeat 0 center;
  font-size: 0;
}
.leftContent_sub .pageNav a.pgBefore {
  background-position-x: -25px;
}
.leftContent_sub .pageNav a.pgNext {
  background-position-x: -50px;
}
.leftContent_sub .pageNav a.pgLast {
  background-position-x: -75px;
}
.leftContent_sub .pageNav a:hover, .leftContent_sub .pageNav a:focus {
  background-color: #ededed;
}
.leftContent_sub .pageNav strong {
  background-color: #003367;
  color: #fff;
  font-weight: 400;
}
.leftContent_sub .pageNav .pageTotal,
.leftContent_sub .pageNav .pageNoInput {
  font-size: 14px;
  color: #777;
  vertical-align: middle;
}
.leftContent_sub .pageNav .pageTotal {
  flex: 13px;
  color: #888;
}
.leftContent_sub .pageNav .pageNoInput input {
  width: 50px;
  text-align: center;
}
.leftContent_sub .pageNav .pagePerView {
  float: right;
}

.validWrap {
  display: inline-block;
  position: relative;
}

label.validation-error {
  display: block;
  color: #C14D4B;
  vertical-align: middle;
  font-size: 13px;
}

.validWrap .width02,
.validWrap .width03,
.validWrap .width04,
.validWrap .width05,
.validWrap .width06,
.validWrap .width07,
.validWrap .width08,
.validWrap .width09,
.validWrap .width10,
.validWrap .width15,
.validWrap .width17,
.validWrap .width20,
.validWrap .width25,
.validWrap .width29,
.validWrap .width30,
.validWrap .width31,
.validWrap .width35,
.validWrap .width40,
.validWrap .width45,
.validWrap .width50,
.validWrap .width55,
.validWrap .width60,
.validWrap .width65,
.validWrap .width70,
.validWrap .width75,
.validWrap .width80,
.validWrap .width85,
.validWrap .width86,
.validWrap .width87,
.validWrap .width88,
.validWrap .width89,
.validWrap .width90,
.validWrap .width92,
.validWrap .width94,
.validWrap .width95,
.validWrap .width97,
.validWrap .width98,
.validWrap .width99,
.validWrap .width100 {
  width: 99.5%;
  width: calc(100% - 4px) !important;
}

@media (max-width: 1600px) {
  .LSearch_RTable .searchWrap {
    width: 232px;
  }
  .LSearch_RTable .resultWrap {
    width: calc(100% - 300px);
  }
  .searchWrapOnOff {
    left: 253px;
  }
}
@media (max-width: 1400px) {
  h1.logo {
    font-size: 17px;
    font-weight: 600;
    padding-left: 33px;
    padding-top: 9px;
    left: 13px;
  }
  h1.logo:before {
    background-size: contain;
    width: 30px;
    background-size: 153px;
    top: 5px;
    height: 34px;
  }
  .header .nav {
    margin: 0 370px 0 230px;
  }
  .nav > ul > li > a span {
    font-size: 16px;
  }
  .nav > ul ul a {
    font-size: 14px;
    letter-spacing: -0.07em;
  }
  .headerWrap.on ul ul a {
    padding: 6px 0;
  }
}
@media (max-width: 1150px) {
  h1.logo {
    font-size: 15px;
    padding-top: 11px;
  }
  .header .nav {
    left: 190px;
  }
  .nav > ul > li > a span {
    font-size: 16px;
    padding-top: 18px;
    height: 32px;
    font-size: 14px;
  }
  .nav > ul ul a {
    font-size: 13px;
  }
}
#cnstrcInfoResult tr {
  cursor: pointer;
}
#cnstrcInfoResult td {
  text-align: center;
}

#introBsns a {
  color: #fff;
}/*# sourceMappingURL=map2022.css.map */

.item {
  cursor: pointer;
}
.resultAllList {
  margin: 10px 20px 0 30px;
  scrollbar-width: thin;
}

.resultList {
  height: 480px;
  max-height: 480px;
  overflow-y: auto;
}

.searchResult {
  margin: -0.1em 0.7em 0.3em 0;
  font-size: 1.15em;
  transition: all 0.3s ease;
}

.searchResult strong {
  font-weight: bold;
}

#searchResultSubName, #searchResultSubRoad, #searchResultSubJibun {
  cursor: pointer;
}

.addressTitle {
  text-align: left;
  inline-size: 90%;
  border-top: 1px solid #D7D7D7;
}

.addressTitle strong, .searchPoint, .addressTitle .la {
  font-size: 1.2em;
  font-weight: 600;
}

.addressTitle > .searchPoint {
  color: #0A94DF;
  margin-right: 0.25em;
}

.addressInfo .th {
  margin-top: 0.5em;
  border: 1px solid #a4affc;
  color: #0A94DF;
}

.pagination {
  justify-content: center;
  display: flex;
  text-align: center;
  margin-top: 10px;
}

.pagination > li > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-decoration: none
}

.pagination > li.active > a {
  border-color: #3F4B5C;
  background-color: #3F4B5C;
  color: #fff
}

.searchResultTitle {
  cursor: pointer;
  padding: 7px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 95%;
}

.searchResultTitle:hover {
  background-color: #e9e9e9;
}

.resultCount {
  color: #666;
  font-weight: normal;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

.searchResultTitle.collapsed .toggle-icon {
  transform: rotate(-90deg);
}

.moreInfo {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 7px;
}

.moreBtn {
  padding: 5px 35px;
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #c6c6c6;
  cursor: pointer;
}

.moreBtn a {
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.moreBtn a:hover {
  background: #0056b3;
}