@charset "UTF-8";

/*survey*/
.gicomssurveywrap {
  display: block;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  float: left;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .gicomssurveywrap {
    padding: 0 20px;
  }
}
.surveybtn {
  display: block;
  width: 100%;
  padding: 20px 0 40px 0;
  text-align: center;
  float: left;
  clear: both;
}

.surveybtn button {
  padding: 0.7em 3.5em 0.6em;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #3f4144;
  box-shadow: 0.2em 0.2em 0.2em rgba(19, 26, 43, 0.5);
}
.surveybtn button:hover,
.surveybtn button:focus,
.surveybtn button:active {
  border: 1px solid #1056d0;
  background: #285dba;
}

.surveytit {
  width: 100%;
  padding: 90px 0 10px 0;
  text-align: center;
  background: url(../../../../images/subpage/icon_survey1.png) no-repeat 50% 20px;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.surveytit p {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 4px 20px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: white;
  border-radius: 30px;
  background: #494d56;
  clear: both;
}
span.surveydate {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin: 0 0 0 0;
  padding: 10px 0 10px 36px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #919191;
  background: url(../../../../images/subpage/icon_survey2.png) no-repeat 0 5px;
  clear: both;
}
span.surveytarget {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin: 0 0 0 0;
  padding: 10px 0 10px 36px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #919191;
  background: url(../../../../images/subpage/icon_survey3.png) no-repeat 0 5px;
  clear: both;
}
.surveysum {
  width: 100%;
  margin: 14px 0 10px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: black;
  float: left;
  clear: both;
  border-top: 1px solid #bcc8dc;
  border-bottom: 1px solid #bcc8dc;
  box-sizing: border-box;
}
.questionwrap {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  float: left;
  clear: both;
  border-top: 3px solid #bcc8dc;
}

.questionwrap dl {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
  clear: both;
  border-bottom: 1px solid #eff1f4;
}
.questionwrap dl dt {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.questionwrap dl dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 25px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.questionwrap dl input[type='radio'] {
  vertical-align: middle;
}
.questionwrap dl input[type='checkbox'] {
  vertical-align: middle;
}
.questionwrap dl textarea {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #7e9ad1;
  float: left;
  clear: both;
  box-sizing: border-box;
  overflow-y: auto;
}

.form_control {
  font-size: 16px;
}

.datebtnfont {
  font-size: 0;
}

article.board_wrap table table {
  border: 1px solid #aecfef;
}

div.copyright {
  display: block;
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  background: #f2f7ff;
  box-sizing: border-box;
}
div.copyright a {
  color: black;
}

.card a {
  color: white;
}

span.menueng {
  font-size: 12px;
  color: #7a7f9a;
}
.pc .right_contents .lnb > li.numinfo {
  padding: 10px 0 0 0;
  font-size: 13px;
  color: #7a7f9a;
  border-bottom: 0;
}

span.pageactive {
  display: inline-block;
  margin: 0 2px;
  padding: 14px 14px 9px 14px;
  font-size: 16px;
  color: #323336;
  border-radius: 3px;
  background: #cde1ff;
  -webkit-transition-property: color, border-color, background-color, box-shadow;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: color, border-color, background-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.blacklogwrap {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  float: left;
  clear: both;
  positon: relative;
  box-sizing: border-box;
}
.blacklogtit {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 20px;
  line-height: 22px;
  color: white;
  background: #18387a;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogtit a {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  top: 11px;
  right: 15px;
  font-size: 0;
  background: url(../../../../images/subpage/icon_logclose.png) #0e2556 no-repeat 50% 50%;
}
.blacklogtit a:hover {
  background: url(../../../../images/subpage/icon_logclose.png) #3a61b1 no-repeat 50% 50%;
}
.blacklogbody {
  width: 100%;
  padding: 10px 20px;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogtxt {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #32477c;
  float: left;
  clear: both;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.blacklogbody dl {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody dl dt {
  width: 100%;
  padding: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #32477c;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody dl dd {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody dl dd input[type='text'],
.blacklogbody dl dd input[type='password'] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  font-size: 18px;
  color: black;
  border: 1px solid #d6e4eb;
  background: #dcf3ff;
  box-sizing: border-box;
  line-heignt: 22px;
}
.blacklogbody span {
  width: 100%;
  margin-top: 7px;
  padding: 0 0 10px 0;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody span input[type='checkbox'] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4f6ff;
  vertical-align: middle;
}
.blacklogbody span label {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #32477c;
  vertical-align: middle;
}

.blacklogbody ul {
  width: 100%;
  margin-top: 20px;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody ul li {
  width: 100%;
  margin: 6px 0 0 0;
  float: left;
  clear: both;
}
.blacklogbody ul li a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 18px;
  color: #3d4048;
  border: 1px solid #b4b9bb;
  border-radius: 5px;
  background: url(../../../../images/subpage/icon_logarrow.png) no-repeat right 4px white;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogbody ul li a.findidimg {
  background: url(../../../../images/subpage/icon_logarrow.png) no-repeat right 4px #e9f2ff;
}
.blacklogbutton {
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.blacklogwrap button {
  display: inline-block;
  padding: 0.7em 3.5em 0.6em;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #3f4144;
  box-shadow: 0.2em 0.2em 0.2em rgb(19 26 43 / 50%);
}
.blacklogwrap button.blackbtn1 {
  background: #112856;
}
.blacklogwrap button.blackbtn2 {
  background: #115ccc;
}

.loghidemsg {
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: black;
  background: #fcffd2;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.loblink {
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 18px;
  color: black;
  border: 1px solid black;
  border-radius: 4px;
  background: white;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  #pnlLoginPanel,
  #pnlFindIdPanel,
  #pnlFindPassPanel {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0 !important;
  }
  .blacklogwrap button {
    width: 100%;
  }
}

.datatable {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.datatable table {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.datatable table caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.datatable table td,
.datatable table th {
  box-sizing: border-box;
}
.datatable table tr th {
  padding: 5px 0;
  background: #f4f6f8;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #bfc5d2;
}
.datatable table tr th:last-child {
  border-right: 0px;
}
.datatable table tbody tr:nth-child(2n) {
  background: #f7fbfd;
}
.datatable table tbody tr:hover {
  background: #fffeeb;
}

.datatable table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #e5e8ef;
  border-right: 1px solid #e6eaf3;
}
.datatable table tr td:last-child {
  border-right: 0;
}
.mobiletbinfo {
  display: none;
  padding: 3px 0 3px 22px;
  background: url(../../../../images/subpage/icon_bothmobile.png) no-repeat 0;
  box-sizing: border-box;
}
.mobiletbinfomb10 {
  padding-bottom: 10px;
}

.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}

.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}

.chartgrpahwrap {
  overflow: auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.subtxtinfogo {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 22px;
  font-size: 1.4rem;
  line-height: 1.55rem;
  color: #7d7f8c;
  background: url(../../../../images/subpage/icon_questmarkgo.png) no-repeat 0;
  box-sizing: border-box;
}
.subtxtinfogo a {
  color: blue;
  text-decoration: underline;
}
.pdfogoviewr {
  display: block;
  width: 100%;
  min-height: 300px;
  text-align: center;
  background: black;
}
#progressDiv img {
  margin-top: 130px;
}

.gogooglemap {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  background: black;
}
.gogooglemap #pnlInnerMap {
  position: absolute;
  width: 100%;
  height: 700px;
  margin: 0;
}
.gogooglemap .legendPanel {
  overflow: auto;
  top: 20px;
  right: 20px;
  padding: 7px;
  font-size: 1.4rem;
  color: white;
  border: 1px solid white;
  box-sizing: border-box;
}
.gogooglemap .legendPanel p {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  text-align: center;
  border-bottom: 1px solid white;
}
.gogooglemap .legendPanelThird {
  overflow: auto;
  top: 20px;
  left: 20px;
  padding: 7px;
  font-size: 1.4rem;
  color: white;
  border: 1px solid white;
  box-sizing: border-box;
}
.gogooglemap .legendPanelThird p {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  text-align: center;
  border-bottom: 1px solid white;
}

.mapsort {
  z-index: 100;
  position: absolute;
  position: absolute;
  width: 150px;
  height: 89px;
  top: 20px;
  right: 20px;
  color: white;
  border: 1px solid white;
}

.gogooglemap2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: black;
}

.utcinfo {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0 10px 22px;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #7d7f8c;
  background: url(../../../../images/subpage/icon_utcgo.png) no-repeat 0;
  box-sizing: border-box;
}
.utcinfowrap {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-top: 1px solid #dbe0e8;
  border-bottom: 1px solid #dbe0e8;
  box-sizing: border-box;
}

.datatable.norowcolor table tbody tr:nth-child(2n) {
  background: none;
}
.datatable.norowcolor table tbody tr:nth-child(2n):hover {
  background: #fffeeb;
}
.datatable.sttictxt table tbody td {
  padding: 10px 10px;
}
.sumbbg {
  background: #fffef4;
}
.sumbbg2 {
  background: #fffbd3;
}

.datatable.heightfixed {
  height: 730px;
  overflow-y: scroll;
}
.datatable.heightfixed table {
  table-layout: fixed;
}
.datatable.heightfixed table thead th {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 889px) {
  .mobiletbinfo {
    display: block;
    padding: 10px 0 3px 22px;
  }
  div.datatable.scrollneed {
    overflow-x: scroll;
  }
  div.datatable.scrollneed table {
    width: 1200px;
  }

  div.dataviewtable.scrollneed {
    overflow-x: scroll;
  }
  div.dataviewtable.scrollneed table {
    width: 1200px;
  }

  div.chartgrpahwrap {
    width: 100%;
    border: 1px solid #bfc5d2;
    overflow-x: scroll;
  }
  div.chartgrpawrap div#chart1 {
    width: 1200px !important;
  }
}

.tableButton > .boardView_list.exceldown {
  color: #069c57;
  border: 1px solid #069c57;
}
.tableButton > .boardView_list.exceldown:hover {
  color: white;
  background: #069c57;
}
.datatable table thead tr th.depthth2 {
  font-weight: normal;
  background: #f3f9ff;
  border-left: 0;
  border-right: 1px solid #bfc5d2;
}
.datatable table thead tr th.depthth2:last-child {
  border-right: 0px;
}

.statusedit {
  color: #ed730a;
}
.statussubmit {
  color: #03a9f4;
}
.statuscomplet {
  font-weight: 700;
  color: #3cb171;
}
.colisred {
  color: #ec0b59;
}

.vm {
  vertical-align: middle;
}

.table_inline.canc {
  color: #4f5767;
  border: 1px solid #4f5767;
}
.table_inline.canc:hover {
  color: white;
  background: #4f5767;
}

.board_info.board_infonomargin {
  margin-top: 0;
}
.subtxtinfogo.board_infonomargin {
  margin: 0 0 0 0;
}

.pageline {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background: #dfe7ef;
}

.newweatherchart {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 10px 15px;
  text-align: center;
  background: #ecfbff;
  box-sizing: border-box;
}
.seaareago {
  position: relative;
  width: 672px;
  height: 826px;
  background: url(../../../../images/subpage/mapex.jpg) no-repeat 0 0 #ecfbff;
}

.citylist li a {
  position: absolute;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.stysea1 a {
  width: 69px;
  padding: 3px 3px;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: #3b6692;
}
.stysea2 a {
  width: 56px;
  padding: 3px 3px;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: #2f8cd9;
}
.stysea3 a {
  width: 56px;
  padding: 3px 3px;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: #39888e;
}
.stysea4 a {
  width: 56px;
  padding: 3px 3px;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: #7d6fbd;
}
.stysea5 a {
  width: 60px;
  height: 60px;
  padding: 22px 0 0 0;
  letter-spacing: -0.5px;
  text-align: center;
  color: #2e8bd8;
  border: 1px solid #a4c5f2;
  border-radius: 14px;
  background: white;
}
.stysea6 a {
  width: auto;
  height: auto;
  padding: 4px;
  text-align: center;
  color: #1477ca;
  border: 1px solid #669be1;
}
.stysea7 a {
  width: auto;
  height: auto;
  padding: 3px 8px;
  text-align: center;
  color: #464e5b;
  border: 1px solid #b4baba;
  border-radius: 3px;
  background: white;
}

.sealoc1 a {
  left: 60px;
  top: 480px;
}
.sealoc2 a {
  left: 237px;
  top: 565px;
}
.sealoc3 a {
  left: 530px;
  top: 532px;
}
.sealoc4 a {
  left: 520px;
  top: 137px;
}
.sealoc5 a {
  left: 584px;
  top: 338px;
}
.sealoc6 a {
  left: 204px;
  top: 735px;
}
.sealoc7 a {
  left: 0px;
  top: 735px;
}
.sealoc8 a {
  top: 14px;
  right: 0px;
}
.sealoc9 a {
  top: 77px;
  right: 0px;
}
.sealoc10 a {
  top: 644px;
  right: 0px;
}
.sealoc11 a {
  top: 710px;
  right: 0px;
}
.sealoc12 a {
  left: 84px;
  top: 204px;
}
.sealoc13 a {
  left: 9px;
  top: 58px;
}
.sealoc14 a {
  left: 0px;
  top: 204px;
}
.sealoc15 a {
  left: 59px;
  top: 325px;
}
.sealoc16 a {
  left: 9px;
  top: 533px;
}
.sealoc17 a {
  left: 494px;
  top: 21px;
}
.sealoc18 a {
  left: 534px;
  top: 80px;
}
.sealoc19 a {
  left: 592px;
  top: 214px;
}
.sealoc20 a {
  left: 595px;
  top: 417px;
}
.sealoc21 a {
  left: 420px;
  top: 585px;
}
.sealoc22 a {
  left: 273px;
  top: 776px;
}
.sealoc23 a {
  left: 196px;
  top: 131px;
}
.sealoc24 a {
  left: 229px;
  top: 188px;
}
.sealoc25 a {
  left: 215px;
  top: 268px;
}
.sealoc26 a {
  left: 234px;
  top: 319px;
}
.sealoc27 a {
  left: 375px;
  top: 57px;
}
.sealoc28 a {
  left: 401px;
  top: 117px;
}
.sealoc29 a {
  left: 441px;
  top: 178px;
}
.sealoc30 a {
  left: 234px;
  top: 359px;
}
.sealoc31 a {
  left: 217px;
  top: 408px;
}
.sealoc32 a {
  left: 195px;
  top: 455px;
}
.sealoc33 a {
  left: 145px;
  top: 486px;
}
.sealoc34 a {
  left: 303px;
  top: 513px;
}
.sealoc35 a {
  left: 249px;
  top: 538px;
}
.sealoc36 a {
  left: 133px;
  top: 513px;
}
.sealoc37 a {
  left: 457px;
  top: 244px;
}
.sealoc38 a {
  left: 457px;
  top: 319px;
}
.sealoc39 a {
  left: 407px;
  top: 460px;
}
.sealoc40 a {
  left: 204px;
  top: 605px;
}
.sealoc41 a {
  left: 291px;
  top: 605px;
}
.sealoc42 a {
  left: 341px;
  top: 486px;
}
.sealoc43 a {
  left: 482px;
  top: 486px;
}
.sealoc44 a {
  left: 517px;
  top: 391px;
}
.sealoc45 a {
  left: 478px;
  top: 430px;
}
.sealoc46 a {
  left: 159px;
  top: 648px;
}
.sealoc47 a {
  left: 291px;
  top: 653px;
}
.sealoc48 a {
  left: 267px;
  top: 690px;
}
.sealoc49 a {
  left: 123px;
  top: 680px;
}
.sealoc50 a {
  left: 110px;
  top: 265px;
}
.sealoc51 a {
  left: 15px;
  top: 305px;
}
.sealoc52 a {
  left: 116px;
  top: 380px;
}
.sealoc53 a {
  left: 15px;
  top: 370px;
}
.sealoc54 a {
  left: 25px;
  top: 570px;
}
.sealoc55 a {
  left: 10px;
  top: 650px;
}
.sealoc56 a {
  left: 88px;
  top: 740px;
}
.sealoc57 a {
  left: 270px;
  top: 730px;
}
.sealoc58 a {
  left: 202px;
  top: 780px;
}
.sealoc59 a {
  left: 415px;
  top: 604px;
}
.sealoc60 a {
  left: 510px;
  top: 670px;
}
.sealoc61 a {
  left: 565px;
  top: 420px;
}
.sealoc62 a {
  left: 610px;
  top: 480px;
}
.sealoc63 a {
  left: 571px;
  top: 294px;
}
.sealoc64 a {
  left: 610px;
  top: 215px;
}
.sealoc65 a {
  left: 525px;
  top: 93px;
}
.sealoc66 a {
  left: 538px;
  top: 49px;
}

.pnlLocalWeatherTab1 {
  display: block;
  width: 100%;
  height: auto;
  background: #ecfbff;
}
.weathertable {
  position: absolute;
  width: 380px;
  top: 20px;
  right: 14px;
}
.weathertit {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 2rem;
  font-weight: 600;
}
.weathertime {
  width: 100%;
  padding-bottom: 0;
  padding-left: 7px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  color: #344c69;
  border-left: 3px solid #4f90ec;
}
.weathertable table {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.weathertable table {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.weathertable table caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.weathertable table td,
.weathertable table th {
  width: 20%;
  box-sizing: border-box;
}
.weathertable table tr th {
  padding: 5px 0;
  background: #f4f6f8;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #bfc5d2;
}
.weathertable table tr th:last-child {
  border-right: 0px;
}
.weathertable table tbody tr:nth-child(2n) {
  background: #f7fbfd;
}
.weathertable table tbody tr:hover {
  background: #fffeeb;
}

.weathertable table tr td {
  padding: 10px 0;
  background: white;
  border-bottom: 1px solid #e5e8ef;
  border-right: 1px solid #e6eaf3;
}
.weathertable table tr td:last-child {
  border-right: 0;
}
.weathertable table thead tr th.depthth2 {
  font-weight: normal;
  background: #f3f9ff;
  border-left: 0;
  border-right: 1px solid #bfc5d2;
}
.weathertable table thead tr th.depthth2:last-child {
  border-right: 0px;
}

@media screen and (max-width: 1680px) {
  .seaareago {
    display: block;
    width: 480px;
    height: 740px;
    padding-top: 10px;
    background: none;
  }
  .citylist li a {
    position: static;
    display: inline-block;
    width: 30%;
    height: 40px;
    margin: 0 3px 3px 0;
    padding: 12px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: black;
    border: 1px solid #b7bdc5;
    border-radius: 0;
    border-radius: 4px;
    background: white;
    float: left;
  }
  .citylist li.minuspd a {
    padding: 2px 0 0 0;
  }
  .citylist li a:hover {
    background: #fffeeb;
  }
}
@media screen and (max-width: 1281px) {
  .citylist li a {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .citylist li.minuspd a {
    padding: 12px 0 0 0;
  }
  .citylist li a br {
    display: none;
  }
  .seaareago {
    width: 100%;
  }

  .newweatherchart {
    padding: 0 0 0 0;
    background: none;
  }

  .weathertable {
    position: static;
    display: block;
    width: 100%;
  }
  .weathertit {
    padding: 30px 0 10px 0;
    clear: both;
  }
}
.form_doubleitem_range .rangearea2 {
  display: inline-block;
  width: auto;
  height: 32.78px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}

.earthquakeview {
  position: relative;
  display: block;
  width: 100%;
  min-height: 570px;
  border-bottom: 1px solid #06449c;
}
.earthquakeimg {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}
.earthquaketable {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
.earthquaketable table {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.earthquaketable table {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.earthquaketable table caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.earthquaketable table td,
.earthquaketable table th {
  box-sizing: border-box;
}
.earthquaketable table tr th {
  padding: 10px 5px;
  background: #f4f6f8;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #bfc5d2;
}
.earthquaketable table tr th:last-child {
  border-right: 0px;
}
.earthquaketable table tbody tr:nth-child(2n) {
  background: #f7fbfd;
}
.earthquaketable table tbody tr:hover {
  background: #fffeeb;
}

.earthquaketable table tr td {
  padding: 10px 5px;
  background: white;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #e6eaf3;
}
.earthquaketable table tr td:last-child {
  border-right: 0;
}
td.earthminh {
  height: 300px;
  min-height: 300px;
}
.starcolor {
  color: #030080;
}

@media screen and (max-width: 735px) {
  .earthquakeimg {
    position: static;
    width: 100%;
  }
  .earthquaketable {
    position: static;
    width: 100%;
  }
  td.earthminh {
    height: auto;
    min-height: auto;
  }
}

.dataviewtable {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.dataviewtable table {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.dataviewtable table caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.dataviewtable table td,
.dataviewtable table th {
  box-sizing: border-box;
}
.dataviewtable table tr th {
  padding: 12px 10px;
  background: #f4f6f8;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #bfc5d2;
}
.dataviewtable table tr th:last-child {
  border-right: 0px;
}

.dataviewtable table tr td {
  min-height: 34px;
  padding: 12px 12px;
  border-bottom: 1px solid #e5e8ef;
  border-right: 1px solid #e6eaf3;
}

.dataviewtabletopsj b {
  font-size: 1.5rem;
  color: #0f4791;
}
.dataviewtabletopsj {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 0;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: #323336;
  border-top: 2px solid #5f80a0;
  border-bottom: 1px solid #b3d3f3;
}
.afterbg {
  background: #fffeeb;
}

.datawirtetable {
  width: 100%;
  box-sizing: border-box;
}

.datawirtetable table {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccddff;
  border-right: 1px solid #ccddff;
  border-bottom: 1px solid #5071bf;
  border-top: 1px solid #5f80a0;
}
.datawirtetable table caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.datawirtetable table td,
.datawirtetable table th {
  box-sizing: border-box;
}

.datawirtetable table tr th {
  width: 25%;
  padding: 12px 10px;
  background: #f4f6f8;
  border-bottom: 1px solid #bfc5d2;
  border-right: 1px solid #bfc5d2;
}
.datawirtetable table tr th:last-child {
  border-right: 0px;
}

.datawirtetable table tr td {
  min-height: 34px;
  /*width:75%;*/
  padding: 12px 12px;
  border-bottom: 1px solid #e5e8ef;
  border-right: 1px solid #e6eaf3;
}
.datawirtetable table tr td:last-child {
  border-right: 0;
}

.needinsert {
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(../../../../images/subpage/icon_needinsert.png) no-repeat 0 0;
  vertical-align: middle;
}

.copyinput {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4em 0.5em;
  border: 1px solid #7e9ad1;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
}
#file_upload_posbl {
  display: block;
  width: 100%;
  height: auto;
}
#file_upload_posbl input[type='text'] {
  width: 100%;
}
#egovComFileList {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  color: #6d7796;
}
#egovComFileList div {
  padding: 10px 0;
}
#egovComFileList div input[type='button'] {
  margin-left: 5px;
  padding: 3px;
  font-size: 1.4rem;
  color: #4a75c7;
  border: 1px solid #4a75c7;
  border-radius: 3px;
  background: white;
  box-sizing: border-box;
}
#file_upload_posbl input[type='file'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4em 0.5em;
  border: 1px solid #7e9ad1;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
}
.adtextarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #7e9ad1;
  border-radius: 3px;
  box-sizing: border-box;
}

.joseokchart {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background: #ecfbff;
  box-sizing: border-box;
}
.joseokgo {
  position: relative;
  width: 696px;
  height: 709px;
  margin: 0 auto;
  background: url(../../../../images/subpage/mapex2.jpg) no-repeat 0 0 #ecfbff;
  clear: both;
}

.joseoklist li a {
  position: absolute;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.joseoklink a {
  width: auto;
  height: auto;
  padding: 3px 8px;
  text-align: center;
  color: #464e5b;
  border: 1px solid #b4baba;
  border-radius: 3px;
  background: white;
}

.joloc1 a {
  left: 488px;
  top: 434px;
}
.joloc2 a {
  left: 334px;
  top: 537px;
}
.joloc3 a {
  left: 462px;
  top: 465px;
}
.joloc4 a {
  left: 326px;
  top: 491px;
}
.joloc5 a {
  left: 242px;
  top: 333px;
}
.joloc6 a {
  left: 170px;
  top: 148px;
}
.joloc7 a {
  left: 214px;
  top: 206px;
}
.joloc8 a {
  left: 27px;
  top: 86px;
}
.joloc9 a {
  left: 125px;
  top: 483px;
}
.joloc10 a {
  left: 447px;
  top: 406px;
}
.joloc11 a {
  left: 180px;
  top: 670px;
}
.joloc12 a {
  left: 211px;
  top: 461px;
}
.joloc13 a {
  left: 498px;
  top: 125px;
}
.joloc14 a {
  left: 247px;
  top: 271px;
}
.joloc15 a {
  left: 498px;
  top: 406px;
}
.joloc16 a {
  left: 270px;
  top: 671px;
}
.joloc17 a {
  left: 288px;
  top: 640px;
}
.joloc18 a {
  left: 440px;
  top: 53px;
}
.joloc19 a {
  left: 265px;
  top: 144px;
}
.joloc20 a {
  left: 201px;
  top: 238px;
}
.joloc21 a {
  left: 166px;
  top: 312px;
}
.joloc22 a {
  left: 360px;
  top: 461px;
}
.joloc23 a {
  left: 212px;
  top: 406px;
}
.joloc24 a {
  left: 191px;
  top: 123px;
}
.joloc25 a {
  left: 276px;
  top: 524px;
}
.joloc26 a {
  top: 117px;
  right: 26px;
}
.joloc27 a {
  left: 513px;
  top: 373px;
}
.joloc28 a {
  left: 178px;
  top: 367px;
}
.joloc29 a {
  left: 259px;
  top: 112px;
}
.joloc30 a {
  left: 242px;
  top: 302px;
}
.joloc31 a {
  left: 200px;
  top: 628px;
}
.joloc32 a {
  left: 193px;
  top: 555px;
}
.joloc33 a {
  left: 193px;
  top: 555px;
}
.joloc34 a {
  left: 429px;
  top: 434px;
}
.joloc35 a {
  left: 268px;
  top: 178px;
}
.joloc36 a {
  left: 524px;
  top: 317px;
}
.joloc37 a {
  left: 524px;
  top: 268px;
}

.search_wrap a.btn {
  display: inline-block;
  padding: 0.7em 3.5em 0.6em;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #3f4144;
  box-shadow: 0.2em 0.2em 0.2em rgb(19 26 43 / 50%);
}
.search_wrap a.btn:hover,
.search_wrap a.btn:focus,
.search_wrap a.btn:active {
  border: 1px solid #1056d0;
  background: #285dba;
}

@media screen and (max-width: 750px) {
  .joseokchart {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  div#chart1 {
    width: 1200px;
  }
  div#chart18 {
    width: 1000px;
  }
}

.registit1 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
  color: #023074;
  border-bottom: 1px solid #b3d3f3;
}
.registit2 {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: center;
  color: #4d5163;
  border-bottom: 1px solid #e5e8ef;
}
.extreamtxt {
  display: inline;
  padding: 2px;
  color: black;
  background: #feffd1;
  box-sizing: border-box;
}
.stepinfotxt li span b.extreamtxt {
  display: inline;
}

.membertypechoice {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
  font-size: 0;
  box-sizing: border-box;
}
.membertypechoice li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: auto;
  padding: 10px 10px;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.membertypechoice li button {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  color: #023174;
  border: 1px solid #959fad;
  border-radius: 8px;
  box-shadow: 0.2em 0.2em 0.2em rgb(19 26 43 / 14%);
  box-sizing: border-box;
}
.membertypechoice li button:hover {
  background: #f4feff;
}
.membertypechoice li button.shipwon {
  color: #2196f3;
  border: 1px solid #2196f3;
}
.membertypechoice li button.insideon {
  color: #1865d2;
  border: 1px solid #1865d2;
}

.registit2 b {
  color: #023174;
}
.registit2 b.shipwon {
  color: #2196f3;
}
.registit2 b.insideon {
  color: #1865d2;
}

@media screen and (max-width: 750px) {
  .membertypechoice li {
    width: 100%;
  }
  .membertypechoice li button {
    width: 100%;
    height: 50px;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .membertypechoice li button br {
    display: none;
  }
}

/* Main Tab : 메인탭 */
.nofuncmainTab_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
/* Mobile 768 이하 */
@media screen and (max-width: 768px) {
  .nofuncmainTab_wrap {
    margin-bottom: 10px;
  }
}

.nofuncmaintab {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
}

.nofuncmaintab > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d2d8df;
  flex: 1 2px;
  box-sizing: border-box;
  -webkit-transition-property: color, border-color, background-color, box-shadow;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: color, border-color, background-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nofuncmaintab > li + li {
  border-left: none;
}

.nofuncmaintab > li p {
  display: block;
  width: 100%;
  padding: 13px 0 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #323336;
  -webkit-transition-property: color, border-color, background-color, box-shadow;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: color, border-color, background-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.nofuncmaintab > li.active p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #06449c;
}
.nofuncmaintab > li.active:hover,
.nofuncmaintab > li.active {
  background: #fff;
  border-bottom: 4px solid #06449c;
}
.nofuncmaintab > li.active:hover p,
.nofuncmaintab > li.active {
  color: #06449c;
  cursor: default;
}

.nofuncmaintab > li:hover {
  background: #06449c;
}
.nofuncmaintab > li:hover > p {
  color: #fff;
}

.serviceagreetxt {
  display: block;
  width: 100%;
  height: 550px;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  border: 1px solid #d2d8df;
  background: white;
  overflow-y: scroll;
  box-sizing: border-box;
}
.serviceagreetxt p {
  line-height: 2rem;
}

.serviceagree {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  color: #00b0ff;
  box-sizing: border-box;
  vertical-align: middle;
}
.serviceagree input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 2px solid #00b0ff;
  vertical-align: middle;
}

.tableButton > .boardView_list.join {
  color: white;
  border: 1px solid #06449c;
  background: #06449c;
}
.tableButton > .boardView_list.join:hover {
  color: white;
  background: #00b0ff;
}
.tableButton > .btn.join {
  padding: 10px 30px;
}

.stepinfotxt {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 0;
  text-align: justify;
  color: black;
  border-top: 1px solid #e5e8ef;
}
.stepinfotxt li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e8ef;
}
.stepinfotxt li b {
  display: inline-block;
  width: 5%;
  height: auto;
  padding: 0 5px 0 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: right;
  box-sizing: border-box;
  vertical-align: top;
}
.stepinfotxt li span {
  display: inline-block;
  width: 95%;
  height: auto;
  padding: 0 15px 0 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: top;
}

.jointxtbottom {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.55em;
  color: #2943c5;
}

span.vertiamount {
  display: inline;
  width: auto;
  height: auto;
  padding: 9px 4px 0 4px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
.vm {
  vertical-align: middle;
}
.datawirtetable input[type='radio'] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.datawirtetable input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.listBasic a {
  color: black;
}

.shuttlewrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.leftshuttle {
  position: absolute;
  width: 42%;
  height: 240px;
  left: 0;
  top: 0;
  border: 1px solid #96b4c7;
}
.middleshuttle {
  position: relative;
  width: 12%;
  height: 240px;
  left: 0;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}
.rightshuttle {
  position: absolute;
  width: 42%;
  height: 240px;
  top: 0;
  right: 0;
  border: 1px solid #96b4c7;
}
p.suttletit {
  display: block;
  width: 100%;
  height: 30px;
  padding: 7px 0 0 0;
  font-weight: 600;
  text-align: center;
  background: #e6f5ff;
  box-sizing: border-box;
}

.shuttlewrap select {
  position: relative;
  display: block;
  width: 100%;
  border: none;
}

button.goshuttle {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  font-size: 1.5rem;
  color: #06449c;
  border: 1px solid #06449c;
  border-radius: 8px;
  background: #fff;
  clear: both;
}
button.goshuttle b {
  font-size: 0;
}
button.goshuttle1 {
  background: url(../../../../images/subpage/pagenation_end.png) no-repeat 50%;
}
button.goshuttle2 {
  background: url(../../../../images/subpage/pagenation_first.png) no-repeat 50%;
}

input.bytecolor {
  border: 0px;
  background: #f4f6f8;
}

.pertymessgage {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  border: 1px solid #cacbcc;
  background: #fbfbfb;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .row1_notification_list .card .cate p {
    line-height: 28px;
  }
}

@media screen and (max-width: 992px) {
  .card a {
    color: black;
  }
  .row1_notification_list .card .cate {
    line-height: 28px;
  }
  .row1_notification_list .card p.date {
    color: #848f98;
  }
}

.bpopup {
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.bpopuptit {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 16px;
  color: white;
  background: #168eef;
  box-sizing: border-box;
}

button.close1 {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  top: 3px;
  right: 3px;
  font-size: 0;
  background: url(../../../../images/subpage/icon_logclose.png) #0066b9 no-repeat 50% 50%;
}
button.close1:hover {
  background: url(../../../../images/subpage/icon_logclose.png) #3a61b1 no-repeat 50% 50%;
}

.serviceagreetxt2 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.serviceagreetxt2 p {
  line-height: 2.2rem;
}

h2.agg_lv2 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #2196f3;
  box-sizing: border-box;
}
.agglist {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1.6rem;
  background: #f5fbff;
  box-sizing: border-box;
}
.agglist li {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.sitemaplistwrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 0;
  box-sizing: border-box;
  border-top: 1px solid #dadbf3;
  border-bottom: 1px solid #dadbf3;
}
.sitemaplistwrap dt,
.sitemaplistwrap dd {
  position: relative;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: top;
}
.sitemaplistwrap dt {
  width: 20%;
  padding: 4px 10px;
  font-size: 2rem;
  line-height: 2.6rem;
  color: black;
  background: #ecf5ff;
}
.sitemaplistwrap dt a {
  color: black;
}
.sitemaplistwrap dd {
  width: 80%;
  padding: 0 0 0 20px;
}
.sitemaplistwrap ul,
.sitemaplistwrap ul li {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.sitemaplistwrap ul li {
  padding: 5px 0 5px 10px;
  background: url(../../../../images/subpage/lnb_bullet.png) no-repeat 0 15px;
}
.sitemaplistwrap ul > li {
  border-bottom: 1px solid #dce2ea;
}
.sitemaplistwrap ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 0;
  color: black;
}
.sitemaplistwrap ul li ul {
  margin-bottom: 20px;
}
.sitemaplistwrap ul li ul li {
  background: none;
  border-bottom: 0px;
}
@media screen and (max-width: 540px) {
  .sitemaplistwrap dt {
    font-size: 14px;
    line-height: 16px;
  }
}

.choojiwrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 0;
  box-sizing: border-box;
  border-top: 1px solid #dadbf3;
  border-bottom: 1px solid #dadbf3;
}
.choojiwrap dt,
.choojiwrap dd {
  position: relative;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: top;
}
.choojiwrap dt {
  width: 25%;
  padding: 6px 10px;
  font-size: 2.3rem;
  line-height: 2.8rem;
  color: #39424c;
  background: #ecf5ff;
}

.choojiwrap dd {
  width: 75%;
  padding: 0 0 0 20px;
}
.choojiwrap ul,
.choojiwrap ul li {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  line-height: 2rem;
  color: black;
  box-sizing: border-box;
}

.choojiwrap ul li {
  padding: 5px 0 5px 10px;
  background: url(../../../../images/subpage/lnb_bullet.png) no-repeat 0 10px;
}

.choojiwrap ul li ul {
  margin-bottom: 10px;
}
.choojiwrap ul li ul li {
  color: #5a5b69;
  background: none;
  border-bottom: 0px;
}
@media screen and (max-width: 540px) {
  .choojiwrap dt {
    font-size: 14px;
    line-height: 16px;
  }
}

@media all and (min-width: 891px) {
  article.pcmargintop30 {
    padding-top: 30px;
  }
  div.pcmargintop30 {
    padding-top: 30px;
  }
}

.pc .quickmenu_wrap a {
  height: 120px;
  padding: 46px 0 12px 0;
  line-height: 16px;
}

/*gicoms contents*/
h2.contxttitlv2 {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
h2.contxttitlv2 span {
  display: inline-block;
  width: auto;
  padding: 0 0 5px 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #06449c;
  border-bottom: 1px solid #06449c;
}
h3.contxttitlv3 {
  display: block;
  width: auto;
  height: auto;
}
h3.contxttitlv3 span {
  display: inline-block;
  padding: 5px 10px 3px 20px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2rem;
  color: white;
  background: url(../../../../images/subpage/icon_arrowicons.png) no-repeat #009ece 4px 7px;
  box-sizing: border-box;
}
h4.contxttitlv4 {
  display: block;
  width: auto;
  height: auto;
}
h4.contxttitlv4 span {
  display: inline-block;
  padding: 3px 10px 3px 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #ec8b26;
  background: url(../../../../images/subpage/icon_h4lv.png) no-repeat 16px 7px;
  box-sizing: border-box;
}

.contxtnormal {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: justify;
  color: black;
  box-sizing: border-box;
}
.contxtimage {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
}

.contxtullist {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #e2e7e8;
  background: white;
  box-sizing: border-box;
}
.contxtullist a {
  color: black;
  text-decoration: underline;
}
.contxtullist li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
  padding: 0 0 0 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: black;
  background: url(../../../../images/subpage/icon_ullisttxt.gif) no-repeat 6px 9px;
  box-sizing: border-box;
}
.contxtullist li:last-child {
  margin-bottom: 0;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

.tableullist {
  display: block;
  width: 100%;
  height: auto;
  padding: 5 7pxpx;
  box-sizing: border-box;
}
.tableullist li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
  padding: 0 0 0 14px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: black;
  background: url(../../../../images/subpage/lnb_bullet.png) no-repeat 4px 7px;
  box-sizing: border-box;
}

.conbackground {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.conbackground dl {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  background: url(../../../../images/subpage/icon_contxtarrow.png) no-repeat 50%;
  box-sizing: border-box;
}
div.conbackground dl:last-child {
  margin-bottom: 0;
}
.conbackground dl dt,
.conbackground dl dd {
  position: absolute;
  display: inline-block;
  width: 45%;
  height: 120px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 10px;
}

.conbackground dl dt {
  left: 0;
  top: 0;
  border: 1px solid #d6dce4;
  background: #f9fafb;
}
.conbackground dl dd {
  top: 0;
  right: 0;
  font-weight: 700;
  border: 1px solid #e9eadf;
  background: #fefff9;
}

dt.pttopline2,
dd.pttopline2 {
  padding-top: 38px;
}
dt.pttopline3,
dd.pttopline3 {
  padding-top: 29px;
}
dt.pttopline4,
dd.pttopline4 {
  padding-top: 18px;
}
dt.pttopline5,
dd.pttopline5 {
  padding-top: 14px;
}
dt.pttopline6,
dd.pttopline6 {
  padding-top: 20px;
}
dt.pttopline7,
dd.pttopline7 {
  padding-top: 10px;
}

.conbackground_en {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.conbackground_en dl {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  background: url(../../../../images/subpage/icon_contxtarrow.png) no-repeat 50%;
  box-sizing: border-box;
}
div.conbackground_en dl:last-child {
  margin-bottom: 0;
}
.conbackground_en dl dt,
.conbackground_en dl dd {
  position: absolute;
  display: inline-block;
  width: 45%;
  height: 130px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 10px;
}

.conbackground_en dl dt {
  left: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  border: 1px solid #d6dce4;
  background: #f9fafb;
}
.conbackground_en dl dd {
  top: 0;
  right: 0;
  font-weight: 700;
  color: black;
  border: 1px solid #e9eadf;
  background: #fefff9;
}

@media screen and (max-width: 1280px) {
  .conbackground_en dl dt {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 720px) {
  .contxtimage img {
    width: 100%;
  }
  h2.contxttitlv2 span {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 810px) {
  .conbackground dl {
    height: auto;
    background: none;
  }
  .conbackground dl dt,
  .conbackground dl dd {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 4px;
  }
  .conbackground dl dt {
    padding: 10px 10px 20px 10px;
    border: 0px;
    background: url(../../../../images/subpage/icon_arrow_down.png) no-repeat bottom;
  }

  .conbackground_en dl {
    height: auto;
    background: none;
  }
  .conbackground_en dl dt,
  .conbackground_en dl dd {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 4px;
  }
  .conbackground_en dl dt {
    padding: 10px 10px 20px 10px;
    border: 0px;
    background: url(../../../../images/subpage/icon_arrow_down.png) no-repeat bottom;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.row2_notification_slider .carousel .carousel-item a img {
  height: 100%;
}

.pagination a.btn_page {
  width: 40px;
  height: 40px;
  font-size: 0;
  vertical-align: top;
}
.pagination a.btn_page.btnpagefirst {
  background: url(../../../../images/subpage/pagenation_first.png) no-repeat 50%;
}
.pagination a.btn_page.btnpageprev {
  background: url(../../../../images/subpage/pagenation_prev.png) no-repeat 50%;
}
.pagination a.btn_page.btnpagenext {
  background: url(../../../../images/subpage/pagenation_next.png) no-repeat 50%;
}
.pagination a.btn_page.btnpageend {
  background: url(../../../../images/subpage/pagenation_end.png) no-repeat 50%;
}

@media screen and (max-width: 640px) {
  .manual_tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.manual_tabs ul > li {
  width: 1%;
  border: 1px solid #d2d8df;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333333%;
  flex: 1 1 33.333333%;
  min-width: 0;
}

@media screen and (max-width: 640px) {
  .manual_tabs ul > li {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.manual_tabs ul > li a {
  display: block;
  min-height: 48px;
  padding: 9px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #323336;
}

.manual_tabs ul > li + li {
  border-left-width: 0px;
}

@media screen and (max-width: 640px) {
  .manual_tabs ul > li + li {
    border-left-width: 1px;
    border-top-width: 0px;
  }
}

.manual_tabs ul > li.active {
  border-bottom: 4px solid #06449c;
}

.manual_tabs ul > li.active a {
  font-size: 18px;
  color: #06449c;
}

.manual_list {
  margin: 20px 0 17px;
}

.manual_list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 1280px) {
  .manual_list ul {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media screen and (max-width: 480px) {
  .manual_list ul {
    padding-left: 80px;
  }
}

@media screen and (max-width: 480px) {
  .manual_list ul:after {
    width: 130px;
    left: -15px;
  }
}

.manual_list ul > li {
  flex-grow: 1;
  flex-basis: 0;
}

@media screen and (max-width: 1680px) {
  .manual_list ul > li {
    width: 31.8%;
  }
}

@media screen and (max-width: 1280px) {
  .manual_list ul > li {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}

.manual_list ul > li > a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 30px;
  font-size: 16px;
  letter-spacing: -0.05rem;
  line-height: 1.25;
  color: #75797d;
  background: url(../../../../images/egovframework/gicoms/manual/btn.png) right center no-repeat;
  background-size: 20px !important;
  border-bottom: 1px solid #d2d8df;
}

.manual_list ul > li.on > a {
  color: #000;
  border-color: #68abff;
  background: url(../../../../images/egovframework/gicoms/manual/btn-on.png) right center no-repeat;
}

@media screen and (max-width: 1280px) {
  .manual_list ul > li > a {
    min-height: auto;
    padding: 15px 0 15px 20px;
  }
}

@media screen and (max-width: 640px) {
  .manual_list {
    margin-top: 30px;
  }
  .manual_list ul > li > a {
    padding-top: 0;
    background-position: right 21px !important;
  }
}

@media screen and (max-width: 1280px) {
  .manual_list ul > li > a:after {
    height: auto;
    left: 10px;
    top: 50%;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 640px) {
  .manual_list ul > li > a:after {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .manual_list ul > li > a:after {
    top: 26px;
  }
}

.manual_list ul > li > a > span {
  display: block;
  font-size: 20px;
  color: #676a6c;
}

.manual_list ul > li.on > a span {
  font-weight: 700;
  color: #00479f;
}

@media screen and (max-width: 1280px) {
  .manual_list ul > li > a > span {
    display: inline-block;
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .manual_list ul > li > a > span {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .manual_list ul > li > a > span {
    margin-top: 4px;
  }
}

.tab-content .manual_detail {
  display: none;
}

.tab-content .manual_detail.active {
  display: block;
}

.manualSlide {
  width: 100%;
  border: 1px solid #d2d8df;
}

.manual_detail .process-wrap {
  position: static;
  padding: 23px 27px 10px;
  text-align: initial;
  color: initial;
  background: #f4f8fa;
}

.manual_detail .process-wrap h5 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.manual_detail .process-wrap ul {
  padding-left: 37px;
}

.manual_detail .process-wrap ul li {
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.5;
}

.manual_detail .point {
  color: #ff0000;
}

.manual_detail .process-wrap .small-tit {
  font-size: 18px;
}

.manual_detail .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px;
}

.manual_detail .img-wrap img {
  max-width: 100%;
  border: 1px solid #bac1d4;
  box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.1);
}

.manual_detail .slide-btn {
  display: flex;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  top: 50%;
  gap: 6px;
  background: #3e4c5c;
  transform: translateY(-50%);
  margin-top: 0;
}

.manual_detail .slide-btn span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #fff;
}
.manual_detail .slide-btn:after {
  display: none !important;
}

.manual_detail .swiper-button-prev:before,
.manual_detail .swiper-button-next:before {
  content: '';
  width: 23px;
  height: 20px;
  
  background: url(../../../../images/egovframework/gicoms/manual/arr-on.png) center center no-repeat;
  background-size: contain !important;
}

.manual_detail .swiper-button-prev {
  left: 0;
}

.manual_detail .swiper-button-next {
  right: 0;
}

.manual_detail .swiper-button-next:before {
  transform: rotate(180deg);
}

.manual_detail .slide-btn.swiper-button-disabled {
  background: #f0f2f5;
  opacity: 1 !important;
}

.manual_detail .slide-btn.swiper-button-disabled span {
  color: #717171;
}

.manual_detail .slide-btn.swiper-button-disabled:before {
  background: url(../../../../images/egovframework/gicoms/manual/arr.png) center center no-repeat;
}

.manual_detail .img-wrap.no-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 449px;
  padding: 30px 70px;
}

.manual_detail .img-wrap.no-img h5 {
  font-size: 22px;
}

.manual_detail .img-wrap.no-img ul li {
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .manual_detail .img-wrap.no-img {
    min-height: 332px;
  }
  .manual_detail .img-wrap.no-img h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .manual_detail .img-wrap.no-img {
    min-height: auto;
  }
  .manual_detail .img-wrap.no-img h5 {
    font-size: 18px;
  }
}

.systemcompwrap {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
  background: url(../../../../images/subpage/img_sogae06.png) no-repeat center 20px;
}
.systemcomp1 {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 40px 0;
  text-align: center;
  box-sizing: border-box;
  clear: both;
}
.systemcomp1 p {
  display: inline-block;
  width: 50%;
  height: 94px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  font-size: 14px;
  color: #006ab6;
  border: 1px solid #cce0f2;
  background: url(../../../../images/subpage/img_sogae07.png) no-repeat 50% 12px white;
  -webkit-box-shadow: 4px 3px 7px -1px rgba(139, 179, 232, 0.3);
  box-shadow: 4px 3px 7px -1px rgba(139, 179, 232, 0.3);
  clear: both;
  vertical-align: top;
}
.systemcomp2 {
  position: relative;
  display: block;
  width: 100%;
  height: 260px;
  text-align: center;
  clear: both;
}

.systemcompdiv {
  display: inline-block;
  width: 30%;
  height: 260px;
  padding: 0 20px;
  border: 1px solid #cce0f2;
  background: white;
  -webkit-box-shadow: 4px 3px 7px -1px rgba(139, 179, 232, 0.3);
  box-shadow: 4px 3px 7px -1px rgba(139, 179, 232, 0.3);
  box-sizing: border-box;
  vertical-align: top;
}
.systemcomp3 {
  float: left;
}
.systemcomp4 {
  margin: 0 atuo;
}
.systemcomp5 {
  float: right;
}

.systemtit {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 22px 0 17px 0;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 2.5rem;
  color: red;
  border-bottom: 2px solid #d8e5f7;
}
.systemtit1 {
  color: #09407d;
}
.systemtit2 {
  color: #106ace;
}
.systemtit3 {
  color: #007592;
}

.systemcomp3 dl {
  position: relative;
  display: block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.systemcomp3 dl dt,
.systemcomp3 dl dd {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.systemcomp3 dl dt {
  width: 24%;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-align: left;
  color: #007ed7;
}
.systemcomp3 dl dd {
  width: 76%;
  right: 0;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 1.8rem;
  text-align: left;
  color: black;
}

.systemcomp4 ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
.systemcomp4 ul li {
  position: static;
  display: inline-block;
  width: 32%;
  margin: 0;
  padding: 76px 0 0 0;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 1.8rem;
  color: black;
  box-sizing: border-box;
  vertical-align: top;
}
.systemcomp4 ul li:first-child {
  background: url(../../../../images/subpage/img_sogae01.png) no-repeat top center;
}
.systemcomp4 ul li:nth-child(2) {
  background: url(../../../../images/subpage/img_sogae02.png) no-repeat top center;
}
.systemcomp4 ul li:nth-child(3) {
  background: url(../../../../images/subpage/img_sogae03.png) no-repeat top center;
}

.systemcomp5 dl {
  position: relative;
  display: block;
  width: 100%;
  min-height: 70px;
  margin: 10px 0 0 0;
  text-align: left;
  box-sizing: border-box;
  clear: both;
}
.systemcomp5 dl dt,
.systemcomp5 dl dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.systemcomp5 dl dt {
  width: 70px;
  min-height: 70px;
  float: left;
}
.systemcomp5 dl dd {
  width: calc(100% - 70px);
  padding: 17px 0 0 10px;
  color: black;
  float: left;
}
.systemcomp5 dl dd b {
  color: #247ea0;
}
.systemcomp5 dl dt {
  background: url(../../../../images/subpage/img_sogae04.png) no-repeat top left;
}
.systemcomp5 dl:last-child dt {
  background: url(../../../../images/subpage/img_sogae05.png) no-repeat top left;
}

@media screen and (max-width: 1280px) {
  .systemcompwrap {
    overflow: auto;
    margin-top: 20px;
  }
  .systemcompdiv {
    width: 100%;
    margin-top: 30px;
  }
  .systemcompdiv:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 730px) {
  .systemcomp1 p {
    width: 100%;
  }
}

.contentprocess {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 0;
  border: 1px solid #ccddff;
  background-position: 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.pscprocess1 {
  height: 520px;
  background-image: url(../../../../images/subpage/pscprocess1.png);
}
.pscprocess2 {
  height: 600px;
  background-image: url(../../../../images/subpage/pscprocess2.png);
}
.pscprocess3 {
  height: 1150px;
  background-size: 30%;
  background-image: url(../../../../images/subpage/pscprocess3.png);
}
@media screen and (max-width: 1680px) {
  .pscprocess3 {
    height: 1080px;
    background-size: 35%;
  }
}
@media screen and (max-width: 1280px) {
  .pscprocess3 {
    height: 1080px;
    background-size: 45%;
  }
}
@media screen and (max-width: 1040px) {
  .pscprocess3 {
    height: 1080px;
    background-size: contain;
  }
}
@media screen and (max-width: 800px) {
  .contentprocess {
    height: 1140px;
    border: 0px;
    background-size: contain;
  }
  .pscprocess1 {
    height: 320px;
  }
  .pscprocess2 {
    height: 400px;
  }
}

.cipsigalwrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  box-sizing: border-box;
}
.cipsigalwrap dl {
  display: inline-block;
  width: 25%;
  height: auto;
  margin: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.cipsigalwrap dl dt,
.cipsigalwrap dl dd {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.cipsigalwrap dl dd {
  min-height: 90px;
  padding: 10px 0;
  border: 1px solid #d7dee4;
}
.cipsigalwrap dl dt {
  padding: 4px 0 15px 0;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media screen and (max-width: 1280px) {
  .cipsigalwrap dl {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .cipsigalwrap dl {
    width: 100%;
  }
}

.newconlaypop {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.newconlaypoptit {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px 10px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: black;
  background: #d7edff;
  box-sizing: border-box;
}
.newconlaypoptit a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 4px;
  right: 6px;
  font-size: 0;
  border-radius: 3px;
  background: url(../../../../images/subpage/icon_logclose.png) no-repeat 50% #214b86;
}
.newconlaypoptit a:hover {
  background: url(../../../../images/subpage/icon_logclose.png) no-repeat 50% #5292ec;
}
.newconlaypopcont {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  background: white;
  box-sizing: border-box;
}
.newconlaypopcont select {
  position: relative;
  display: block;
  width: calc(100% - 110px);
  height: auto;
  padding: 0.4em 5% 0.4em 0.5em;
  border: 1px solid #7e9ad1;
  border-radius: 3px;
  background: url(../../../../images/subpage/icon_selectbox_arrow.png) no-repeat 98% center #fff;
}

@media screen and (max-width: 768px) {
  .datawirtetable {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .datawirtetable table {
    position: relative !important;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .datawirtetable table caption {
    display: none;
  }

  .datawirtetable table tbody {
    position: relative !important;
    display: block;
    width: 100%;
  }
  .datawirtetable table tr {
    position: relative !important;
    display: block;
    width: 100% !important;
  }

  .datawirtetable table tr:before,
  .datawirtetable table tr:after {
    content: '';
    display: none;
  }

  .datawirtetable table tr th {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: left;
    border-bottom: 0px;
    border-right: 0px;
  }
  .datawirtetable table tr td:before,
  .datawirtetable table tr td:after {
    content: '';
    display: none;
  }
  .datawirtetable table tr td {
    position: relative !important;

    display: block;

    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 8px 12px;
  }

  .datawirtetable table tr div {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

.mt5 {
  margin-top: 5px;
}
.list10 tbody td.tl {
  text-align: left;
}

div.search_wrap.mt0 {
  margin-top: 0;
}

div.inline_btn_group.recentlybtns button {
  color: black;
  background: #edfbff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(175, 180, 189, 0.4);
  box-shadow: 1px 1px 1px 1px rgba(175, 180, 189, 0.4);
}
.list10 tbody td.fontsmall {
  font-size: 1.2rem;
}

.listBasic .bullet_box {
  display: block;
  padding: 8px 0 7px 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
}

.listBasic .bullet_box01 {
  color: #ff7200;
  border-color: #ff7200;
}
.listBasic .bullet_box02 {
  color: white;
  border-color: #413c44;
  background: #413c44;
}
.listBasic .bullet_box03 {
  color: black;
  border-color: #ffe600;
  background: #ffe600;
}
.listBasic .bullet_box04 {
  color: #8e4b2e;
  border-color: #8e4b2e;
}
.listBasic .bullet_box05 {
  color: #3c6a9e;
  border-color: #3c6a9e;
}
.listBasic .bullet_box06 {
  color: white;
  border-color: #b94242;
  background: #b94242;
}
.listBasic .bullet_box07 {
  color: #2b323a;
  border-color: #2b323a;
}
.listBasic .bullet_box08 {
  color: #787387;
  border-color: #787387;
}

/* 말풍선 도움 */
.tip-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.tip-wrap .tip {
  position: relative;
}

.btn-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #dedf96;
  border-radius: 50%;
  background: #feffc3;
  transition: 0.3s;
}

.btn-tip > svg {
  color: #000;
  transition: 0.3s;
}

.btn-tip.on,
.btn-tip:hover {
  border-color: #06449c;
  background: #41b2f5;
}

.btn-tip.on > svg,
.btn-tip:hover > svg {
  color: #fff;
}

.popup-m {
  z-index: 1001;
  display: none;
  position: absolute;
  top: calc(100% - 7px);
  left: 17px;
  width: 55.7rem;
  height: 24rem;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #258dca;
  box-shadow: 4px 4px 10px 0 rgba(124, 154, 189, 0.4);
}

.popup-m .top {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #258dca;
}

.btn-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 2.2rem;
  height: 3rem;
}

.btn-modal-close > svg {
  font-size: 2.2rem;
  color: #203864;
  transition: 0.3s;
}

.btn-modal-close:hover > svg {
  color: #203864;
}

.tip-tit {
  font-size: 1.6rem;
  font-weight: 500;
}

.popup-m .txt-wrap {
  max-height: 100%;
  padding: 14px;
  overflow-y: auto;
}

.unorder-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.unorder-list > li {
  display: block;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: justify;
  position: relative;
  padding-left: 1.4rem;
  font-weight: 400;
}

.unorder-list > li::before {
  flex-shrink: 0;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #8c98aa;
}

@media screen and (max-width: 768px) {
  .popup-m {
    width: 48rem;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 4px);
  }
}

@media screen and (max-width: 560px) {
  .popup-m {
    width: 36rem;
  }
}

@media screen and (max-width: 430px) {
  .popup-m {
    width: 32rem;
  }
}
/* 회원가입수정 */
.join-type {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}

.type-box {
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px 20px 50px;
  border-radius: 10px;
}

.type-box.type1 {
  background: #eff3fc;
}
.type-box.type2 {
  background: #e7f3ff;
}
.type-box.type3 {
  background: #e6efff;
}

.type-box .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
}
.type-box.type1 .tit {
  color: #10336f;
}
.type-box.type2 .tit {
  color: #2790f2;
}
.type-box.type3 .tit {
  color: #255fc4;
}

.type-box .tit:after {
  content: '';
  width: 88px;
  height: 62px;
  background-size: contain !important;
}
.type-box.type1 .tit:after {
  background: url(../../../../images/egovframework/gicoms/type1.png) center center no-repeat;
}
.type-box.type2 .tit:after {
  background: url(../../../../images/egovframework/gicoms/type2.png) center center no-repeat;
}
.type-box.type3 .tit:after {
  background: url(../../../../images/egovframework/gicoms/type3.png) center center no-repeat;
}

.type-box .btn-join {
  position: relative;
  width: 100%;
  margin-top: -2px;
  margin-bottom: 23px;
  padding: 22px 75px 20px 17px;
  font-size: 16px;
  text-align: left;
  color: #5a729d;
  border: 1px solid #b4c8ea;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  line-height: 1.25;
}

.type-box .btn-join::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 17px;
  top: 50%;
  right: 18px;
  
  background: url(../../../../images/egovframework/gicoms/join-arr.png) center center no-repeat;
  transform: translateY(-50%);
}

.type-box .btn-join b {
  font-weight: 700;
  transition: 0.3s;
}
.type-box.type1 .btn-join b {
  color: #10336f;
}
.type-box.type2 .btn-join b {
  color: #2790f2;
}
.type-box.type3 .btn-join b {
  color: #255fc4;
}

.type-box .btn-join:hover {
  color: #d6dbe6;
}
.type-box.type1 .btn-join:hover {
  background: #10336f;
}
.type-box.type2 .btn-join:hover {
  background: #2790f2;
}
.type-box.type3 .btn-join:hover {
  background: #255fc4;
}

.type-box .btn-join:hover b {
  color: #fff;
}

.type-box ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid #d6dbe6;
}

.type-box ul li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
}

.type-box ul li::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 13px;
  left: 0;
  top: 0;
  background: url(../../../../images/egovframework/gicoms/join-chk.png) center center no-repeat;
  background-size: contain;
}

.type-box ul li .detail {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1d2c46;
}

@media screen and (max-width: 1280px) {
  .join-type {
    flex-wrap: wrap;
  }
  .type-box {
    flex-basis: 100%;
    padding-bottom: 20px;
  }
  .type-box .tit {
    font-size: 20px;
  }
  .type-box .tit:after {
    width: 68px;
    height: 48px;
  }
}
