@charset "UTF-8";
@chat "utf-8";
/*오버시 변환 버튼*/
/*변수관리*/
/* 서브 기본설정*/
/*서브 공통*/
.sub-visual {
  height: 330px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.sub-visual.sub-visual1 {
  background-image: url(/images/sub/sub-visual1.jpg);
}

.sub-visual.sub-visual2 {
  background-image: url(/images/sub/sub-visual2.jpg);
}

.sub-visual.sub-visual3 {
  background-image: url(/images/sub/sub-visual3.jpg);
}

.sub-visual.sub-visual4 {
  background-image: url(/images/sub/sub-visual4.jpg);
}

.sub-visual.sub-visual5 {
  background-image: url(/images/sub/sub-visual5.jpg);
}

.sub-visual.sub-visual6 {
  background-image: url(/images/sub/sub-visual6.jpg);
}

.sub-visual.sub-visual7 {
  background-image: url(/images/sub/sub-visual7.jpg);
}

.sub-visual.sub-visual8 {
  background-image: url(/images/sub/sub-visual8.jpg);
}

.sub-visual.sub-visual9 {
  background-image: url(/images/sub/sub-visual9.jpg);
}

.sub-visual .inner {
  padding-top: 185px;
  text-align: center;
}

.sub-visual .inner .big {
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 42px;
}

@media screen and (max-width: 1024px) {
  .sub-visual {
    height: 250px;
  }
  .sub-visual .inner {
    padding-top: 88px;
  }
}

@media screen and (max-width: 640px) {
  .sub-visual {
    height: 200px;
  }
  .sub-visual .inner .big {
    font-size: 25px;
  }
}

.sub_wrap {
  padding: 55px 0 100px 0;
}

.sub-tit-area {
  position: relative;
}

.sub-tit-area select {
  right: 0;
  top: 6px;
  position: absolute;
  width: 150px;
}

.sub-tit-area .title-btn {
  right: 0;
  top: 50px;
  position: absolute;
  width: 180px;
}

.sub-tit-area .title-txt {
  right: 0;
  top: 75px;
  position: absolute;
  font-size: 12px;
}

.sub-tit {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.1;
  color: #131313;
  padding-bottom: 68px;
  border-bottom: solid 1px #ddd;
}

/*lnb*/
.lnb-area {
  float: left;
  width: 175px;
  margin-right: 48px;
}

.lnb-area .tit {
  background: #002a54;
  color: #fff;
  height: 107px;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

.lnb-area .lnb-box > li > a {
  font-family: "KoPub Dotum", sans-serif;
  border-bottom: solid 1px #ddd;
  display: block;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  color: #333333;
  font-size: 14px;
  z-index: 2;
  font-weight: normal;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lnb-area .lnb-box > li > a:hover, .lnb-area .lnb-box > li > a.on, .lnb-area .lnb-box > li > a:focus {
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #056dae;
}

.lnb-area .lnb-box > li .depth02 {
  display: none;
  border-bottom: solid 1px #ddd;
  padding: 10px 20px;
}

.lnb-area .lnb-box > li .depth02 li a {
  display: block;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
  padding: 4px 0;
  font-size: 12px;
}

.lnb-area .lnb-box > li .depth02 li a p:before {
  top: 9px;
}

.lnb-area .lnb-box > li .depth02 li a.on, .lnb-area .lnb-box > li .depth02 li a:hover {
  color: #056dae;
}

/**/
.f25 {
  font-size: 25px;
  font-weight: 600;
  color: #131313;
  line-height: 1.5;
}

.txt-mt {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .txt-mt {
    margin-top: 30px;
  }
}

.bold {
  font-weight: 600 !important;
}

.main-color {
  color: #f1294a;
}

.sub-color {
  color: #002a54;
}

.sub-color2 {
  color: #056dae;
}

.ff_dotum {
  font-family: "KoPub Dotum", sans-serif;
}

.wide_sub {
  padding: 50px 0 100px 0;
}

.wide_sub .sub_con {
  margin-top: 45px;
  text-align: left;
}

.wide_sub .sub-tit {
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}

.wide_sub .sub_section {
  float: none;
  width: 100%;
  padding-right: 110px;
}

.sub_section {
  box-sizing: border-box;
  float: left;
  width: 737px;
  position: relative;
}

.sub_con {
  margin-top: 30px;
  text-align: center;
}

.table-form-01 {
  border-top: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

.table-form-01 td, .table-form-01 th {
  font-family: "KoPub Dotum", sans-serif;
  text-align: left;
  box-sizing: border-box;
}

.table-form-01 th {
  vertical-align: top;
  padding: 12px 32px;
  background: #f6f6f6;
  position: relative;
}

.table-form-01 th span {
  position: absolute;
  display: block;
  left: 20px;
  color: #cf0101;
  top: 15px;
}

.table-form-01 td {
  padding: 8px 25px;
  font-size: 14px;
}

.table-form-01 td input, .table-form-01 td select {
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
}

.table-form-01 td textarea {
  width: 100%;
  box-sizing: border-box;
}

.table-form-01 td .des {
  display: inline-block;
  color: #888;
  margin-left: 5px;
}

.table-form-01 td .sex-check {
  border: solid 1px #ddd;
  width: 286px;
}

.table-form-01 td .sex-check li {
  float: left;
  width: 50%;
}

.table-form-01 td .sex-check li a {
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #666;
  background: #fff;
  display: block;
  font-size: 14px;
}

.table-form-01 td .sex-check li a.on {
  background: #404b57;
  color: #fff;
}

.table-form-01 td .e_mail_box {
  max-width: 610px;
  width: 100%;
}

.table-form-01 td .cell-num {
  width: 385px;
}

.table-form-01 td .input_385 {
  width: 385px;
}

.table-form-01 td .input_45 {
  width: 450px;
}

.table_board_for th {
  background: #fcfcfc;
}

.table_board_for .text_left a {
  height: auto;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 20px;
  position: relative;
}

.agree-area {
  margin-top: 45px;
}

.agree-area .agree-tit {
  font-size: 18px;
  color: #131313;
  font-weight: 600;
  margin-bottom: 10px;
}

.agree-area .agree-box {
  border: solid 1px #ddd;
  padding: 10px 20px;
  text-align: left;
  height: 200px;
  font-weight: 350;
  background: #fff;
  overflow-y: auto;
}

.uptae-area .uptae-box {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
  height: 235px;
  background: #fff;
  overflow-y: auto;
}

.taxation-area .taxation-box {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
  height: 470px;
  background: #fff;
  overflow-y: auto;
}

.tradercomp-area .tradercomp-box {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
  height: 329px;
  background: #fff;
  overflow-y: auto;
}

.acntCd-area .acntCd-box {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
  height: 530px;
  background: #fff;
  overflow-y: auto;
}

.addr-area .addr-box {
  border: solid 1px #ddd;
  text-align: left;
  height: 470px;
  background: #fff;
  overflow-y: auto;
}

.gr-dot-txt {
  padding-left: 10px;
  position: relative;
}

.gr-dot-txt:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
  background: #666;
  content: '';
}

.gr-dot-txt.main-color {
  font-weight: normal;
  color: #f1294a;
}

.gr-dot-txt.main-color:before {
  background: #f1294a;
  top: 15px;
}

.gr-bar-txt {
  position: relative;
  padding-left: 12px;
}

.gr-bar-txt:before {
  content: '';
  background: #666;
  left: 0;
  top: 13px;
  height: 1px;
  width: 5px;
  position: absolute;
}

.xi-lock {
  margin-left: 5px;
}

.table-btn {
  vertical-align: middle;
  background: #404b57;
  color: #fff;
  margin-left: 2px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
}

.table-type-01 {
  border: solid 1px #ddd;
}

.table-type-01 th {
  background: #fcfcfc;
  color: #333;
  border-left: solid 1px #ddd;
}

.table-type-01 td {
  border-left: solid 1px #ddd;
  padding: 10px 5px;
}

.table-type-01 td.text_left {
  padding: 10px 20px;
}

.table-type-01 td p {
  margin-top: 10px;
}

.table-type-01 td p:first-child {
  margin-top: 0;
}

.table-type-01 tr {
  position: relative;
}

.two-btn {
  margin-top: 60px;
}

/*버튼*/
.btn-type-01s {
  background: #002a54;
  padding: 50;
  border: solid 1px #002a54;
  border-radius: 5px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 13px;
}

.btn-type-01s:hover {
  color: #002a54;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .btn-type-01s {
    width: 32.8%;
    box-sizing: border-box;
    font-size: 13px;
  }
}

.btn-type-01 {
  background: #002a54;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: solid 1px #002a54;
  border-radius: 8px;
  font-weight: 400;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 18px;
  width: 200px;
}

.btn-type-01:hover {
  color: #002a54;
  background: #fff;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .btn-type-01 {
    width: 32.8%;
    box-sizing: border-box;
    font-size: 15px;
  }
}

.btn-type-02 {
  font-weight: 400;
  background: #909090;
  padding: 0;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  border: solid 1px #909090;
  margin-left: 5px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 18px;
  width: 200px;
}

.btn-type-02:hover {
  color: #909090;
  background: #fff;
}

.btn-type-03 {
  font-weight: 400;
  width: 200px;
  background: #00735f;
  height: 60px;
  padding: 0;
  line-height: 60px;
  border: solid 1px #00735f;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-type-03:hover {
  color: #00735f;
  background: #fff;
}

input[type=checkbox] {
  /*   display:none;*/
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  /*  position: absolute;

  	padding: 0;*/
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] + label:before {
  content: ' ';
  display: inline-block;
  width: 18px;
  /* 체크박스의 너비를 지정 */
  height: 18px;
  /* 체크박스의 높이를 지정 */
  line-height: 18px;
  /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  /*  background: #fafafa;*/
  background: #ffffff; /* 체크박스 배경 흰색 적용 */
  border: 1px solid #aaa;
  /*폰트*/
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox] + label.no-m:before {
  margin: -2px 0 0 0;
}

/*체크시 */
input[type=checkbox]:checked + label:before {
  content: "\e928";
  background: #002a54;
  color: #fff;
  border: 1px solid #002a54;
}

/*radiobox*/
input[type="radio"] {
  display: none;
}

input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #767676;
  border-radius: 100%;
}

input[type="radio"] + label:active:before,
input[type="radio"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="radio"]:checked + label:before {
  background: #fff;
  border-color: #767676;
}

input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 100%;
}

/*회원가입*/
.join-step {
  height: 67px;
  background-repeat: no-repeat;
  background-position: center 0;
}

.join-step.step01 {
  background-image: url(/images/sub/step01.jpg);
}

.join-step.step02 {
  background-image: url(/images/sub/step02.jpg);
}

.join-step.step03 {
  background-image: url(/images/sub/step03.jpg);
}

.join-step.step04 {
  background-image: url(/images/sub/step04.jpg);
}

.btn-mt {
  margin-top: 50px;
}

.check-area {
  margin-top: 20px;
  border: solid 1px #ddd;
  background: #f7f7f7;
  padding: 30px 0;
  font-family: "KoPub Dotum", sans-serif;
}

.check-area .all-check {
  text-align: center;
}

.check-area .all-check input[type="radio"]:checked + label:after {
  margin-top: -2px;
}

.check-area .all-check label {
  color: #002a54;
  font-size: 16px;
  font-weight: 600;
}

.check-area .detail-check {
  width: 560px;
  margin: 20px auto 0 auto;
}

.check-area .detail-check > div {
  margin-top: 5px;
}

.check-area .detail-check > div:first-child {
  margin-top: 0;
}

.check-area .detail-check .q-txt {
  float: left;
}

.check-area .detail-check .check {
  float: right;
}

.abotax-area {
  max-width: 639px;
  margin: 45px auto 0 auto;
  text-align: center;
}

.abotax-area .tit-area .tit {
  color: #131313;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.abotax-area .tit-area .des {
  margin-top: 5px;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
}

.abotax-area .abo-num {
  margin-top: 35px;
  margin-bottom: 20px;
  background: #f6f6f6;
  padding: 35px 0 40px 0;
}

.abotax-area .abo-num .tit {
  color: #002a54;
  font-size: 25px;
  font-weight: 400;
}

.abotax-area .abo-num .input-area {
  margin-top: 20px;
}

.abotax-area .abo-num .input-area input[type="text"] {
  width: 285px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}

.abotax-area .abo-num .input-area .btn {
  display: inline-block;
  background: #404b57;
  color: #fff;
  border-radius: 5px;
  width: 123px;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  margin-left: 9px;
}

.abotax-area .certified-way-area .ctf-way {
  float: left;
  width: 49%;
}

.abotax-area .certified-way-area .ctf-way input {
  width: 100%;
  height: 154px;
  line-height: 154px;
  background-color: #c0c0c0;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  padding-left: 55px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.abotax-area .certified-way-area .ctf-way input:hover {
  background-color: #002a54;
}

.abotax-area .certified-way-area .ctf-way.way01 input {
  background-image: url(/images/sub/ctf-bg01.png);
  background-position: 90px center;
}

.abotax-area .certified-way-area .ctf-way.way02 {
  margin-left: 2%;
}

.abotax-area .certified-way-area .ctf-way.way02 input {
  background-image: url(/images/sub/ctf-bg02.png);
  background-position: 80px center;
}

.join-table {
  margin-top: 50px;
}

.join-ok-box {
  text-align: center;
  margin-top: 70px;
}

.join-ok-box .txt-box {
  padding-top: 120px;
  background: url(/images/sub/join-bg.png) no-repeat center top;
}

.join-ok-box .txt-box span {
  color: #002a54;
}

.join-ok-box .txt-box .des {
  text-align: center;
}

.p-info-box {
  padding-bottom: 30px;
  margin-top: 10px;
  background: #dae6eb;
  font-family: "KoPub Dotum", sans-serif;
}

.p-info-box .tit {
  color: #333;
  float: left;
  font-weight: 600;
  width: 240px;
  box-sizing: border-box;
  position: relative;
  padding: 12px 35px;
}

.p-info-box .tit span {
  position: absolute;
  display: block;
  left: 20px;
  color: #cf0101;
  top: 15px;
}

.p-info-box .con {
  float: left;
  padding: 8px 25px;
  font-size: 14px;
}

.des {
  text-align: left;
  font-family: "KoPub Dotum", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.join_ok .two-btn {
  margin-top: 30px;
}

.join_ok .two-btn .btn-type-01:first-child {
  margin-right: 5px;
}

.font_d {
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 500;
}

/*/////종합소득세/////*/
/*종합소득세 신고절차*/
.incometax-btn {
  text-align: right;
}

.incometax-btn a {
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 500;
  display: inline-block;
  border: solid 1px #002a54;
  color: #002a54;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border-radius: 5px;
}

.incometax-step-area ul {
  margin-top: 20px;
}

.incometax-step-area ul li {
  margin-top: 38px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/images/sub/ict-li-bg.png);
  height: 126px;
  padding-left: 85px;
  box-sizing: border-box;
  position: relative;
}

.incometax-step-area ul li:before {
  position: absolute;
  left: 50%;
  margin-left: -24.5px;
  width: 49px;
  height: 18px;
  background: url(/images/sub/ict-step-bg.png) no-repeat;
  content: '';
  top: -28px;
}

.incometax-step-area ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 0;
  width: 53px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.incometax-step-area ul li:first-child {
  margin-top: 0;
}

.incometax-step-area ul li:first-child:before {
  display: none;
}

.incometax-step-area ul li.li_01:after {
  background-image: url(/images/sub/ict-li01.png);
}

.incometax-step-area ul li.li_02:after {
  background-image: url(/images/sub/ict-li02.png);
}

.incometax-step-area ul li.li_03:after {
  background-image: url(/images/sub/ict-li03.png);
}

.incometax-step-area ul li.li_04:after {
  background-image: url(/images/sub/ict-li04.png);
}

.incometax-step-area ul li.li_05:after {
  background-image: url(/images/sub/ict-li05.png);
}

.incometax-step-area ul li.li_06:after {
  background-image: url(/images/sub/ict-li06.png);
}

.incometax-step-area ul li .tit {
  font-size: 18px;
  font-weight: 600;
  color: #002a54;
  padding-bottom: 5px;
  position: relative;
}

.incometax-step-area ul li .tit:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #666666;
  width: 30px;
  height: 1px;
  content: '';
}

.incometax-step-area ul li .con {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "KoPub Dotum", sans-serif;
}

.incometax-elec-area ul {
  margin-top: 30px;
}

.incometax-elec-area ul li {
  margin-top: 38px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 85px;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.incometax-elec-area ul li:before {
  position: absolute;
  left: 50%;
  margin-left: -24.5px;
  width: 49px;
  height: 18px;
  background: url(/images/sub/ict-step-bg.png) no-repeat;
  content: '';
  top: -28px;
}

.incometax-elec-area ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -26px;
  margin-left: 15px;
  left: 0;
  width: 53px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.incometax-elec-area ul li:first-child {
  margin-top: 0;
}

.incometax-elec-area ul li:first-child:before {
  display: none;
}

.incometax-elec-area ul li.li_01:after {
  background-image: url(/images/sub/ict-li01.png);
}

.incometax-elec-area ul li.li_02:after {
  background-image: url(/images/sub/ict-li02.png);
}

.incometax-elec-area ul li.li_03:after {
  background-image: url(/images/sub/ict-li03.png);
}

.incometax-elec-area ul li.li_04:after {
  background-image: url(/images/sub/ict-li04.png);
}

.incometax-elec-area ul li.li_05:after {
  background-image: url(/images/sub/ict-li05.png);
}

.incometax-elec-area ul li.li_06:after {
  background-image: url(/images/sub/ict-li06.png);
}

.incometax-elec-area ul li .tit {
  font-size: 18px;
  font-weight: 600;
  color: #002a54;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}

.incometax-elec-area ul li .tit:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #666666;
  width: 30px;
  height: 1px;
  content: '';
}

.incometax-elec-area ul li .con {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "KoPub Dotum", sans-serif;
}

.incometax-process {
  margin-top: 0px;
  padding-top: 0px;
}

.incometax-process .tit-area {
  position: relative;
  text-align: left;
}

.incometax-process .tit-area .tit {
  font-size: 18px;
  font-weight: 600;
}

.incometax-process .tit-area .tit:before {
  top: 14px;
}

.incometax-process .tit-area .incometax-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.incometax-tab-area {
  margin-top: 20px;
}

.incometax-tab-area .tab-tit li {
  float: left;
  width: 33.33%;
  padding: 1px;
  box-sizing: border-box;
}

.incometax-tab-area .tab-tit li a {
  font-family: "KoPub Dotum", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #f0f0f0;
  height: 52px;
  line-height: 52px;
  display: block;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.incometax-tab-area .tab-tit li a.on, .incometax-tab-area .tab-tit li a:hover {
  color: #fff;
  background: #056dae;
}

.incometax-tab-area .tab-con {
  margin-top: 30px;
}

.incometax-tab-area .tab-con > div {
  border: solid 1px #ddd;
  padding: 30px 20px;
  border-radius: 5px;
}

.incometax-tab-area .tab-con > div li {
  text-align: left;
  margin-top: 25px;
}

.incometax-tab-area .tab-con > div li:first-child {
  margin-top: 0;
}

.incometax-tab-area .tab-con > div li .tit {
  color: #056dae;
  font-size: 16px;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
}

.incometax-tab-area .tab-con > div li .con {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "KoPub Dotum", sans-serif;
}

.incometax-tab-area .tab-con > div li .con .pl_10 {
  padding-left: 10px;
}

.incometax-tab-area .tab-con > div li .con .pl_15 {
  padding-left: 15px;
}

.incometax-tab-area .tab-con > div li .con .pl_20 {
  padding-left: 20px;
}

.incometax-tab-area .tab-con > div li .con .red-txt {
  color: #ba0000;
}

.incometax-tab-area .tab-con > div li .con .tbl-area {
  margin-top: 10px;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .tit {
  color: #002a54;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  margin-bottom: 10px;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-top: solid 2px #333333;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 .bl {
  border-left: solid 1px #ddd;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 .br {
  border-right: solid 1px #ddd;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 th {
  background: none;
  border-top: solid 1px #ddd;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 td {
  font-size: 13px;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 td.text_left {
  padding: 10px 20px;
}

.incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 th, .incometax-tab-area .tab-con > div li .con .tbl-area .table-type-01 td {
  padding: 10px 2px;
  border-left: none;
}

.incometax-tab-area .tab-con > div#tab07 li .con, .incometax-tab-area .tab-con > div#tab08 li .con {
  font-size: 16px;
  font-weight: 700;
}

.sub-con-tit {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.sub-con-tit:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 2px;
  height: 2px;
  background: #666;
  content: '';
}

.sub-con-tit .help {
  position: absolute;
  right: 0;
  top: 0;
}

.sub-con-tit .help.prev-pay {
  right: 88px;
  padding: 7px 10px 7px 30px;
}

.help {
  display: block;
  border: solid 1px #002a54;
  border-radius: 5px;
  padding: 7px 10px 7px 30px;
  color: #002a54;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(/images/sub/help.png);
  box-sizing: border-box;
}

.help_txt {
  display: block;
  font-family: "KoPub Dotum", sans-serif;
  background-repeat: no-repeat;
  background-position: 10px center;
  box-sizing: border-box;
}

.help.prev-pay {
  background-image: url(/images/sub/prev-pay.png);
  border: solid 1px #404b57;
  color: #404b57;
  padding: 7px 10px;
}

/*시물레이션*/
.simulation-step {
  margin-bottom: 50px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.simulation-step.step01 {
  background-image: url(/images/sub/simul-step01.jpg);
}

.simulation-step.step02 {
  background-image: url(/images/sub/simul-step02.jpg);
}

.simulation-step.step03 {
  background-image: url(/images/sub/simul-step03.jpg);
}

.simulation-step.step04 {
  background-image: url(/images/sub/simul-step04.jpg);
}

.simulation-step ul {
  height: 100%;
}

.simulation-step ul li {
  float: left;
  width: 25%;
  height: 100%;
}

.simulation-step ul li a {
  display: block;
  height: 100%;
}

.table-type-01 {
  margin-bottom: 0;
  font-family: "KoPub Dotum", sans-serif;
  border-left: none;
  border-right: none;
}

.table-type-01 th, .table-type-01 td {
  border-left: none;
}

.table-type-01 th.bl, .table-type-01 td.bl {
  border-left: solid 1px #ddd;
}

.table-type-01 th.br, .table-type-01 td.br {
  border-right: solid 1px #ddd;
}

.table-type-01 th.bb, .table-type-01 td.bb {
  border-bottom: solid 1px #ddd;
}

.table-type-01 th {
  background: #f6f6f6;
  font-weight: 600;
}

.table-type-01 td {
  height: 41px;
  font-size: 14px;
  box-sizing: border-box;
}

.table-type-01 td .sm-width {
  width: 50px;
  display: inline-block;
}

.table-type-01 td .sm-width1 {
  width: 80px;
  display: inline-block;
}

.table-type-01 td.tr-bg {
  background: #f6f6f6;
}

.table-type-01 td.pd0 {
  padding: 0 !important;
  height: auto;
}

.table-type-01 td.text_left {
  padding: 10px;
}

.table-type-01 td.text_right {
  text-align: right;
}

.table-type-01 td.text_right input {
  text-align: right;
}

.table-type-01 td .gr-input {
  background: #f7f7f7;
}

.table-type-01 .help {
  display: inline-block;
  width: 70px;
  padding: 7px 0 7px 14px;
  font-size: 12px;
  background-position: 5px center;
}

.table-type-01 .help.prev-pay {
  padding: 13px 14px;
  width: auto;
  vertical-align: middle;
  background-position: center center;
}

.table-type-01 .help.help2 {
  padding: 7px 0 7px 22px;
}

.table-type-01 .bg-box {
  height: 100%;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  background: #f7f7f7;
}

.tbl-btn {
  display: inline-block;
  color: #fff;
  padding: 3px 13px;
  border-radius: 5px;
  font-size: 12px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: normal;
}

.tbl-btn.tbl-search-btn {
  margin-left: 5px;
  background: #056dae;
}

.tbl-btn.tbl-search-btn2 {
  margin-left: 5px;
  background: #056dae;
  background-color: #056dae;
}

.tbl-btn.tbl-correct-btn {
  background: #404b57;
}

.tbl-btn.tbl-remove-btn {
  background: #999;
}

.simulation04 .table-type-01 tr.border-tr {
  border: solid 2px #002a54;
}

.simulation04 .table-type-01 tr.border-tr td {
  font-size: 16px;
  color: #002a54;
  font-weight: 600;
}

.simulation04 .table-type-01 tr.border-tr td .main-color {
  font-size: 18px;
}

.simulation04 .table-type-01 tr.border-tr td .gray_05 {
  color: #002a54;
}

.simulation04 .table-type-01 tr.border-tr td:first-child {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.simulation04 .table-type-01 td {
  padding: 0 5px;
  text-align: right;
}

.simulation04 .table-type-01 td:first-child {
  text-align: left;
  font-weight: 400;
  border-right: solid 1px #ddd;
}

.simulation04 .table-type-01 .bg-box {
  line-height: 41px;
  padding: 0 5px;
  text-align: right;
}

.border-box {
  background: #f5f5f5;
  padding: 20px;
  text-align: left;
  font-family: "KoPub Dotum", sans-serif;
}

/*신고하기*/
.incometax-step {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 109px;
  margin-bottom: 50px;
}

.incometax-step.step01 {
  background-image: url(/images/sub/incometax-step01.jpg);
}

.incometax-step.step02 {
  background-image: url(/images/sub/incometax-step02.jpg);
}

.incometax-step.step03 {
  background-image: url(/images/sub/incometax-step03.jpg);
}

.incometax-step.step04 {
  background-image: url(/images/sub/incometax-step04.jpg);
}

.incometax-step.step05 {
  background-image: url(/images/sub/incometax-step05.jpg);
}

.incometax-step.step06 {
  background-image: url(/images/sub/incometax-step06.jpg);
}

.incometax-step.step07 {
  background-image: url(/images/sub/incometax-step07.jpg);
}

.incometax-step ul {
  height: 100%;
}

.incometax-step ul li {
  float: left;
  width: 14.285714%;
  height: 100%;
}

.incometax-step ul li a {
  display: block;
  height: 100%;
}

.no-season-box {
  border: solid 1px #ddd;
  text-align: center;
  padding: 70px 0;
}

.no-season-box .txt {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.no-season-box .des {
  text-align: center;
  font-size: 16px;
}

.incometax04 .border-box {
  text-align: center;
  font-weight: 600;
}

.incometax04 .border-box .tit {
  color: #056dae;
  font-size: 22px;
  font-family: 'NanumSquare', sans-serif;
}

.incometax04 .border-box .con {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
}

.incometax04 .table-type-01 tr.total td {
  background: #f7f7f7;
}

.type-select-box {
  border: solid 1px #ddd;
  padding: 55px 0 30px 0;
}

.type-select-box a {
  display: inline-block;
  height: 98px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  width: 202px;
  border-radius: 5px;
  background-color: #909090;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.type-select-box a:first-child {
  margin-right: 5px;
}

.type-select-box a.on {
  background-color: #002a54;
}

.type-select-box a.on .inner {
  padding-top: 30px;
  background-image: url(/images/sub/inner-bg.png);
  background-repeat: no-repeat;
  background-position: center 5px;
}

.type-select-box.txt {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 600;
}

.type-select-box.txt span {
  font-size: 22px;
  font-weight: bold;
  color: #056dae;
}

.table-tab-tit {
  max-width: 545px;
  margin: 10px auto;
}

.table-tab-tit li {
  float: left;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
}

.table-tab-tit li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
  padding: 10px 0;
  border: solid 1px #ddd;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.table-tab-tit li a:hover, .table-tab-tit li a.on {
  background: #056dae;
  border: solid 1px #056dae;
  color: #fff;
}

.tbl-tab-con-area .table-type-01 {
  background: #fff;
}

.tbl-tab-con-area .table-type-01 th {
  border-top: solid 1px #ddd;
}

.tbl-tab-con-area .table-type-01 td {
  padding: 10px 10px;
  text-align: left;
}

.tbl-tab-con-area > div {
  position: relative;
  margin-top: 20px;
  border: solid 1px #ddd;
  padding: 30px 20px;
}

.tbl-tab-con-area > div .save-btn {
  padding: 4px 20px;
  font-size: 16px;
  background: #404b57;
}

.tbl-tab-con-area > div .save-btn.po_ab {
  top: 20px;
}

.save-btn {
  display: inline-block;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  font-size: 12px;
  background: #404b57;
  font-size: "KoPub Dotum", sans-serif;
  font-weight: normal;
}

.save-btn.po_ab {
  position: absolute;
  right: 20px;
  top: 30px;
}

.total-box {
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
}

.total-box .txt {
  float: left;
  width: 18%;
}

.total-box .price {
  float: right;
  width: 45%;
  text-align: left;
}

.simul-btn {
  text-align: right;
  margin-top: 20px;
}

.simul-btn .btn-type-01 {
  background: #056dae;
  border: solid 1px #056dae;
  width: 70px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-family: "KoPub Dotum", sans-serif;
}

.simul-btn .btn-type-01:first-child {
  margin-right: 4px;
}

.simul-btn .btn-type-01:hover {
  background: #fff;
  color: #056dae;
}

.next-btn {
  box-sizing: border-box;
}

.next-btn.btn-type-01 {
  padding-left: 30px;
  text-align: left;
  background-color: #002a54;
  background-image: url(/images/sub/next-btn-bg.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  border: solid 1px #002a54;
}

.next-btn.btn-type-01:hover {
  background-color: #fff;
  background-image: url(/images/sub/next-btn-bg-on.png);
  background-repeat: no-repeat;
  color: #002a54;
}

.next-btn.btn-type-02 {
  margin-right: 4px;
  text-align: right;
  padding-right: 30px;
  background-color: #bcbcbc;
  border: solid 1px #bcbcbc;
  background-image: url(/images/sub/prev-btn-bg.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}

.next-btn.btn-type-02:hover {
  background-color: #fff;
  color: #bcbcbc;
  background-image: url(/images/sub/prev-btn-bg-on.png);
  background-repeat: no-repeat;
}

.two-table .table-type-01 {
  float: left;
  margin-left: 2%;
  width: 49%;
}

.two-table .table-type-01:first-child {
  margin-left: 0;
}

.two-table .table-type-01 td {
  padding: 0 5px;
  height: 45px;
}

/**/
.incometax-step06-box {
  border: solid 1px #ddd;
  padding: 60px 0 55px 0;
  text-align: center;
}

.incometax-step06-box .step-06-tit {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.incometax-step06-box .step-06-tit span {
  color: #056dae;
}

.incometax-step06-box .step-06-con {
  margin-top: 30px;
  letter-spacing: -0.15em;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  font-family: "KoPub Dotum", sans-serif;
}

.incometax-step06-box .step-06-con span {
  color: #333;
  font-size: 18px;
}

.incometax-step06-box .btn-area {
  margin-top: 50px;
  padding: 0 50px;
}

.incometax-step06-box .btn-area a {
  padding: 40px 0;
  display: block;
  float: left;
  width: 49%;
  margin-left: 2%;
  background: #a7a7a7;
  color: #fff;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.incometax-step06-box .btn-area a:first-child {
  background: #002a54;
}

.incometax-step06-box .btn-area a .tit {
  font-size: 25px;
}

.incometax-step06-box .btn-area a .con {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 63px;
}

.incometax-step06-box .btn-area a .img-box {
  margin-top: 20px;
}

.incometax-step06-box .btn-area a:first-child {
  margin-left: 0;
}

.red-txt {
  color: #cb0000;
  font-weight: 600;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
}

/*회원유형 변경하기*/
.border-box2 {
  border: solid 1px #ddd;
  padding: 35px 30px;
  text-align: left;
}

.border-box2 .border-box {
  font-size: 22px;
  font-weight: 600;
}

.border-box2 p, .border-box2 p.des {
  font-family: "KoPub Dotum", sans-serif;
}

.border-box2 p span, .border-box2 p.des span {
  font-weight: 600;
}

/*세무정보 Q&A*/
.community-tab-tit {
  margin-bottom: 40px;
}

.community-tab-tit li {
  float: left;
  width: 25%;
}

.community-tab-tit li a {
  border: solid 1px #f7f7f7;
  display: block;
  text-align: center;
  height: 52px;
  line-height: 52px;
  background: #f0f0f0;
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.community-tab-tit li a:hover, .community-tab-tit li a.on {
  border: solid 1px #056dae;
  background: #056dae;
  color: #fff;
}

.board-search-01 .select-type-02 {
  width: 150px;
}

.board-search-01 .input-type-01 {
  width: 130px;
}

.board-search-01 .btn-color-01 {
  border-radius: 5px;
  background: #056dae;
  border: solid 1px #056dae;
}

.board-search-01 .btn-type-01 {
  font-size: 14px;
  height: auto;
  padding: 5px 15px;
  width: auto;
  line-height: inherit;
  border: solid 1px #f1294a;
  font-family: "KoPub Dotum", sans-serif;
  background: #f1294a;
}

.board-search-01 .btn-type-01:hover {
  color: #f1294a;
  background: #fff;
}

.community-table-area .table_board_for {
  font-family: "KoPub Dotum", sans-serif;
  border-top: solid 2px #333333;
}

.community-table-area .table_board_for th {
  font-weight: bold;
}

.community-table-area .table_board_for td {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.community-table-area .table_board_for td.text_left {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 80px;
}

.community-table-area .table_board_for td.text_left a {
  height: 50px;
  padding-right: 0;
  line-height: 50px;
  display: block;
  padding-left: 40px;
  background: url(/images/qna/qna-q.png) no-repeat 0 center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.community-table-area .table_board_for td.text_left a.on, .community-table-area .table_board_for td.text_left a:hover {
  background: url(/images/qna/qna-q-active.png) no-repeat 0 center;
  color: #056dae;
}

.community-table-area02 .table_board_for.counsel-tbl {
  font-family: "KoPub Dotum", sans-serif;
  border-top: solid 2px #333333;
}

.community-table-area02 .table_board_for th {
  font-weight: bold;
}

.community-table-area02 .table_board_for td a {
  padding-left: 20px;
  background: url(/images/sub/unlock.png) no-repeat left center;
}

.community-table-area02 .table_board_for td a.lock {
  background: url(/images/sub/lock.png) no-repeat left center;
}

.community-table-area02 .table_board_for td a:hover {
  color: #056dae;
}

.community-table-area03 .table_board_for {
  font-family: "KoPub Dotum", sans-serif;
  border-top: solid 2px #333333;
}

.community-table-area03 .table_board_for th {
  font-weight: bold;
}

.community-table-area03 .table_board_for td a:hover {
  color: #056dae;
}

.community02-area {
  margin-top: 50px;
}

.community02-area .community-tab-tit li {
  width: 33.33%;
}

.qna {
  margin-top: 20px;
}

.qna-table-header {
  border-top: solid 2px #333333;
  font-family: "KoPub Dotum", sans-serif;
  text-align: center;
  border-bottom: solid 1px #ddd;
}

.qna-table-header .num {
  float: left;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  width: 13%;
}

.qna-table-header .title {
  padding: 10px 0;
  float: left;
  color: #333;
  width: 87%;
  font-weight: 600;
}

.answer-area {
  margin-top: 20px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
}

.answer-area .answer-head {
  font-size: 16px;
  background: #f6f6f6;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  text-align: center;
}

.answer-area .quest {
  padding: 12px 25px;
  border-bottom: solid 1px #ddd;
}

.answer-area .quest .inner {
  color: #056dae;
  padding-left: 40px;
  text-align: left;
  background: url(/images/qna/qna-q-active.png) no-repeat left center;
}

.answer-area .answer {
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding: 12px 25px;
  font-weight: 400;
}

.view-area .table-view-01 {
  border-top: solid 2px #333;
  text-align: left;
  font-family: "KoPub Dotum", sans-serif;
}

.view-area .table-view-01 td {
  padding: 20px;
}

.view-area .table-view-01 td.tit_box .tit {
  text-align: left;
  margin-bottom: 5px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span {
  float: left;
  margin-right: 45px;
  font-size: 14px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span {
  margin: 0 10px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span:before {
  left: -11px;
  margin-top: -4px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span.state {
  display: inline-block;
  font-size: 14px;
  padding: 0 0;
  text-align: center;
  width: 67px;
  border: solid 1px #666;
  border-radius: 13.5px;
  margin: 0 0 0 35px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span.state:before {
  left: -18px;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span:first-child {
  margin-left: 0;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span span.name {
  font-weight: 600;
  color: #056dae;
}

.view-area .table-view-01 td.tit_box .tbl_detail_span a.file {
  display: inline-block;
  padding-left: 28px;
  background-position: left center;
  vertical-align: middle;
  font-weight: 600;
}

.view-area .table-view-01 td.tit_box .print-btn {
  float: right;
  display: block;
  padding: 3px 15px;
  color: #002a54;
  border: solid 1px #002a54;
  border-radius: 5px;
  font-size: 14px;
}

.view-area .btn {
  margin-top: 30px;
  text-align: right;
}

.view-area .btn a {
  width: 90px;
  font-size: 16px;
  margin-left: 2px;
  height: 40px;
  line-height: 40px;
}

.print-btn {
  float: right;
  display: block;
  padding: 3px 15px;
  color: #002a54;
  border: solid 1px #002a54;
  border-radius: 5px;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
}

.file {
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/sub/file-icon06.png);
}

.file.exel {
  background-image: url(/images/sub/file-icon01.png);
}

.file.hg {
  background-image: url(/images/sub/file-icon02.png);
}

.file.ppt {
  background-image: url(/images/sub/file-icon03.png);
}

.file.pdf {
  background-image: url(/images/sub/file-icon04.png);
}

.file.wd {
  background-image: url(/images/sub/file-icon05.png);
}

/*조회서비스*/
.inquiry01 .sub-con-tit {
  padding-left: 0;
}

.inquiry01 .sub-con-tit:before {
  display: none;
}

.inquiry01 .table-type-01.btno {
  border-top: none;
}

.inquiry01 .table-type-01 tr th.text_right, .inquiry01 .table-type-01 tr td.text_right {
  text-align: right;
  padding: 10px 20px;
}

.inquiry01 .table-type-01 tr th .tbl-btn {
  margin-left: 10px;
  padding: 2px 15px;
}

.inquiry01 .table-type-01 tr td .tbl-btn {
  padding: 7px 0;
  width: 80%;
}

.inquiry01 .table-type-01 tr.gr-bg {
  background: #f6f6f6;
}

.inquiry01 .table-type-01 tr.gr-bg td {
  padding: 15px 20px;
  color: #000000;
  font-weight: 600;
}

.inquiry01 .table-type-01 tr.gr-bg td:first-child {
  color: #666;
}

.search-detail {
  background: #fafafa;
  padding: 20px 30px;
  text-align: left;
  font-family: "KoPub Dotum", sans-serif;
}

.search-detail .tbl-btn {
  padding: 7px 13px;
}

.search-detail .tit {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
  float: left;
  width: 90px;
}

.search-detail .tit:before {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #666;
}

.search-detail .con {
  float: left;
  font-size: 14px;
}

.search-detail .con .select-area {
  float: left;
}

.search-detail .con .select-area select {
  height: 30px;
  line-height: 30px;
}

.search-detail .con .select-area select.years {
  width: 90px;
}

.search-detail .con .select-area select.month {
  width: 60px;
}

.search-detail .con .select-area .txt {
  margin-left: 5px;
  margin-right: 10px;
}

.search-detail .con .type1 li, .search-detail .con .type2 li {
  float: left;
}

.search-detail .con .type1 li a, .search-detail .con .type2 li a {
  display: block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  height: 28px;
  line-height: 26px;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.search-detail .con .type1 li:first-child a, .search-detail .con .type2 li:first-child a {
  margin-left: 0;
}

.search-detail .con .type1 li {
  width: 60px;
}

.search-detail .con .type1 li a {
  border: solid 1px #ddd;
}

.search-detail .con .type1 li a.on, .search-detail .con .type1 li a:hover {
  border: solid 1px #056dae;
  color: #056dae;
}

.search-detail .con .type2 li {
  width: 55px;
}

.search-detail .con .type2 li a {
  color: #404b57;
  border: solid 1px #404b57;
}

.search-detail .con .type2 li a.on, .search-detail .con .type2 li a:hover {
  color: #fff;
  background: #404b57;
}

.inquiry03-table .table-type-01 th .tbl-btn.on {
  display: none;
}

.inquiry03-table .table-type-01 td {
  display: none;
}

.inquiry03-table .table-type-01 td.on {
  display: table-cell;
}

.inquiry03-table .total-box {
  margin-top: 20px;
}

.inquiry03-table .total-box .txt1, .inquiry03-table .total-box .txt2, .inquiry03-table .total-box .price {
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.inquiry03-table .total-box .txt1 {
  width: 40%;
  text-align: left;
}

.inquiry03-table .total-box .txt2 {
  width: 30%;
  text-align: right;
}

.inquiry03-table .total-box .price {
  width: 30%;
  text-align: right;
}

.board-search-01 {
  background: #fafafa;
}

.f18 {
  font-size: 18px;
}

.mypage02 .table-type-01 th {
  border-bottom: solid 1px #ddd;
}

.mypage02 .table-type-01 th, .mypage02 .table-type-01 td {
  text-align: left;
  padding: 10px 20px;
}

.mypage02 .btn-type-01 {
  width: auto;
  padding: 0 15px;
}

.mypage02_period .border-box {
  padding: 40px 0px;
}

.sub-color-tit {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #056dae;
}

.sub-big-tit {
  color: #131313;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.under {
  text-decoration: underline;
}

.f16 {
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
}

/*아이디 비밀번호 재설정*/
.wide_sub .sub_con.find01 {
  margin-top: 80px;
}

.find-tab-area {
  width: 560px;
  margin: 0 auto;
}

.find-tab-area li {
  float: left;
  width: 50%;
}

.find-tab-area li a {
  display: block;
  background: #f6f6f6;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.find-tab-area li a.on, .find-tab-area li a:hover {
  color: #fff;
  background: #404b57;
}

.find01 .border-box2 .tit {
  font-size: 18px;
}

.find01 .two-table-area {
  margin-top: 60px;
}

.find01 .two-table-area .tit {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: left;
}

.find01 .two-table-area .table-con {
  float: left;
  width: 48%;
  margin-left: 4%;
}

.find01 .two-table-area .table-con:first-child {
  margin-left: 0;
}

.find01 .two-table-area .table-con .table-box {
  min-height: 240px;
}

.find01 .two-table-area .table-con .table-box .table-form-01 th, .find01 .two-table-area .table-con .table-box .table-form-01 td {
  padding: 0 20px;
  height: 50px;
  vertical-align: middle;
}

.find01.find-result .table-btn {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-family: "KoPub Dotum", sans-serif;
}

.find01.find-result .border-top-box {
  margin-top: 25px;
}

.border-top-box {
  border-top: solid 1px #ddd;
  margin-top: 65px;
  padding-top: 20px;
  color: #888;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
}

.f12 {
  font-size: 12px;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
}

/*tooltip*/
.tt-btn + .tooltip {
  position: absolute;
  right: 0px !important;
  bottom: 0;
  left: auto !important;
  margin-left: 0;
  width: auto;
  max-width: 435px;
  padding: 13px 0;
  text-align: left;
  z-index: 1000000000;
}

.tt-btn + .tooltip > .tooltip-inner {
  border: solid 1px #056dae;
  border-radius: 5px;
  background: #fff;
  color: #056dae;
  font-weight: 600;
  font-size: 13px;
  font-family: "KoPub Dotum", sans-serif;
  padding: 15px 10px;
}

.tt-btn + .tooltip > .tooltip-inner span {
  color: #f1294a;
}

.tt-btn + .tooltip > .tooltip-inner:before {
  position: absolute;
  width: 21px;
  height: 11px;
  border-color: transparent;
  border-style: solid;
  top: 0;
  right: 20px;
  background: url(/images/sub/tooltip-be.png) no-repeat;
  content: '';
}

.tt_center + .tooltip {
  position: absolute;
  width: auto;
  bottom: 0;
  margin-left: 0;
  max-width: 435px;
  padding: 13px 0;
  text-align: left;
  z-index: 1000000000;
}

.tt_center + .tooltip > .tooltip-inner {
  border: solid 1px #056dae;
  border-radius: 5px;
  background: #fff;
  color: #056dae;
  font-weight: 600;
  font-size: 13px;
  font-family: "KoPub Dotum", sans-serif;
  padding: 15px 10px;
}

.tt_center + .tooltip > .tooltip-inner span {
  color: #f1294a;
}

.tt_center + .tooltip > .tooltip-inner:before {
  left: 50% !important;
  margin-left: -10.5px;
  position: absolute;
  width: 21px;
  height: 11px;
  border-color: transparent;
  border-style: solid;
  top: 0;
  background: url(/images/sub/tooltip-be.png) no-repeat;
  content: '';
}

.des-con {
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
}

.br-tit {
  font-size: 18px;
  color: #002a54;
  font-weight: 600;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  margin-bottom: 20px;
}

select.sel_20 {
  width: 140px;
  margin-right: 5px;
  height: 40px;
  line-height: 40px;
}

select {
  font-family: "KoPub Dotum", sans-serif;
  font-weight: normal;
}

/*팝업*/
.pop-con {
  width: 800px;
  padding: 50px 30px 40px 30px;
  position: relative;
  box-sizing: border-box;
}

.pop-con.login-pop {
  width: 500px;
  padding: 50px 50px 40px 50px;
}

.pop-con.email-pop {
  width: 600px;
  padding: 50px 50px 80px 50px;
}

.pop-con.email-pop .email-txt {
  text-align: right;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: normal;
}

.pop-con .pop-inner {
  max-height: 700px;
  overflow-y: auto;
}

.pop-con .mfp-close {
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  right: 30px;
  top: 30px;
}

.pop-con .mfp-close i {
  font-size: 40px;
}

.pop-con .tit {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.pop-con .info-box {
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  margin-top: 20px;
  border: solid 1px #ddd;
  background: #f9f9f9;
  padding: 20px;
  height: 100px;
  overflow-y: auto;
  text-align: left;
  position: relative;
}

.pop-con .info-box .help-txt-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

.pop-con .pop01 .table-type-01 tr:first-child th:first-child {
  border-left: none;
}

.pop-con .pop01 .table-type-01 th, .pop-con .pop01 .table-type-01 td {
  border-left: solid 1px #ddd;
}

.pop-con .pop01 .table-type-01 th.blue-bg, .pop-con .pop01 .table-type-01 td.blue-bg {
  background: #dbe8f0;
}

.pop-con .pop01 .table-type-01 td:first-child {
  border-left: none;
}

.pop-con .pop01 .table-type-01 td select {
  text-indent: 1px;
  font-size: 12px;
}

.pop-con .pop01 .table-form-01 textarea {
  min-height: 150px;
}

.pop-con .table-type-01 th, .pop-con .table-type-01 td {
  font-size: 13px;
}

.pop-con .table-type-01 th.bl-no, .pop-con .table-type-01 td.bl-no {
  border-left: none;
}

.pop-con .tt_center + .tooltip {
  max-width: 100%;
}

.pop-con .tt_center + .tooltip > .tooltip-inner:before {
  right: auto !important;
  left: 50% !important;
  margin-left: -10.5px;
}

.pop-con .tt_center.be-right + .tooltip > .tooltip-inner:before {
  right: 60px !important;
  left: auto !important;
  margin-left: 0px;
}

.pop-con .tt_center + .tooltip > .tooltip-inner {
  font-size: 13px;
}

.pop-con .tt_center.big-tt + .tooltip {
  right: 0 !important;
  margin-left: 0px;
  top: -50px !important;
  width: 800px;
  left: auto !important;
}

.pop-con.tax06-pop {
  padding: 50px 30px 30px 30px;
  width: 730px;
}

.pop-con.tax06-pop body {
  min-width: inherit;
}

.pop-con.tax06-pop .des {
  letter-spacing: -0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "KoPub Dotum", sans-serif;
}

.pop-con.tax06-pop .des p {
  color: #056dae;
}

.pop-con.iframe-pop {
  padding: 0;
  width: 670px;
}

.iframe-tab-area, .link-tab-tit {
  overflow: hidden;
  margin-top: 27px;
}

.iframe-tab-area .iframe-tab-tit li, .link-tab-tit .iframe-tab-tit li {
  float: left;
  width: 200px;
  position: relative;
}

.iframe-tab-area .iframe-tab-tit li:before, .link-tab-tit .iframe-tab-tit li:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #056dae;
  content: '';
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.iframe-tab-area .iframe-tab-tit li:first-child a, .link-tab-tit .iframe-tab-tit li:first-child a {
  margin-left: 0;
}

.iframe-tab-area .iframe-tab-tit li a, .link-tab-tit .iframe-tab-tit li a {
  cursor: default;
  border: solid 1px #ddd;
  margin-left: -1px;
  border-bottom: none;
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
}

.iframe-tab-area .iframe-tab-tit li.on:before, .link-tab-tit .iframe-tab-tit li.on:before {
  width: 100%;
}

.iframe-tab-area .iframe-tab-tit li.on a, .link-tab-tit .iframe-tab-tit li.on a {
  color: #056dae;
}

.iframe-tab-area .iframe-tab-tit li.on a:before, .link-tab-tit .iframe-tab-tit li.on a:before {
  content: '';
  background: #ddd;
  width: 500%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  right: -500%;
}

.iframe-tab-area .iframe-tab-tit li.on a:after, .link-tab-tit .iframe-tab-tit li.on a:after {
  content: '';
  background: #ddd;
  width: 500%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: -500%;
}

.iframe-tab-con, .link-tab-con {
  border: solid 1px #ddd;
  border-top: none;
  padding: 40px 0;
  text-align: center;
}

.iframe-tab-con .con-tit, .link-tab-con .con-tit {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.iframe-tab-con .con-con, .link-tab-con .con-con {
  margin-top: 10px;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
}

.iframe-tab-con .btn-type-01, .link-tab-con .btn-type-01 {
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
}

.iframe-next {
  display: block;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/images/sub/if-next.png);
}

.iframe-prev {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/images/sub/if-prev.png);
}

.tax06-step {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 52px;
}

.tax06-step.step01 {
  background-image: url(/images/sub/tax06-step01.jpg);
}

.tax06-step.step02 {
  background-image: url(/images/sub/tax06-step02.jpg);
}

.tax06-step.step03 {
  background-image: url(/images/sub/tax06-step03.jpg);
}

.tax06-step ul {
  height: 100%;
}

.tax06-step ul li {
  float: left;
  width: 33.33%;
  height: 100%;
}

.tax06-step ul li a {
  display: block;
  height: 100%;
}

.login-pop .login-input-box {
  margin-top: 30px;
}

.login-pop .login-input-box .input-area {
  float: left;
  width: 70%;
  margin-right: 2%;
}

.login-pop .login-input-box .input-area input {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.login-pop .login-input-box .right {
  float: left;
  width: 28%;
}

.login-pop .login-input-box .right .login-btn {
  height: 90px;
  line-height: 90px;
  background: #ef092f;
  border: solid 1px #ef092f;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  color: #fff;
  font-family: "KoPub Dotum", sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.login-pop .login-input-box .right .login-btn:hover {
  background: #fff;
  color: #ef092f;
}

.login-pop .login-etc-box {
  margin-top: 25px;
}

.login-pop .login-etc-box li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}

.login-pop .login-etc-box li:first-child:before {
  display: none;
}

.login-pop .login-etc-box li:before {
  height: 29px;
  width: 1px;
  background: #dadada;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.login-pop .login-etc-box li a {
  display: inline-block;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
}

.login-pop .login-etc-box li a .des {
  font-size: 12px;
  text-align: left;
}

.login-pop .login-etc-box li a .tit {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.file-area {
  margin-top: 10px;
}

.file-area .file-input {
  width: 285px;
  height: 50px;
  line-height: 50px;
}

.file-area .file-btn {
  display: inline-block;
  background: #404b57;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "KoPub Dotum", sans-serif;
  margin-left: 5px;
  height: 48px;
  line-height: 48px;
}

.file-process {
  max-width: 455px;
  margin: 30px auto 0 auto;
}

.process-box {
  border: solid 1px #ddd;
  height: 48px;
  width: 455px;
  box-sizing: border-box;
  position: relative;
}

.process-box .process-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #056dae;
  width: 80%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.big-tt-box {
  position: relative;
  display: inline-block;
}

.big-tt-box .big-tt {
  position: absolute;
  top: -262px;
  left: 0px;
  display: none;
  color: #056dae;
  font-weight: 600;
  font-size: 13px;
  font-family: "KoPub Dotum", sans-serif;
  padding: 16px 0;
  width: 500px;
  text-align: left;
}

.big-tt-box .big-tt .inner {
  border: solid 1px #056dae;
  border-radius: 5px;
  padding: 15px 10px;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: visible;
}

.big-tt-box .big-tt .inner:before {
  position: absolute;
  width: 21px;
  height: 11px;
  border-color: transparent;
  border-style: solid;
  bottom: 3px;
  left: 20px;
  background: url(/images/sub/tooltip-be2.png) no-repeat;
  content: '';
}

.big-tt-box .big-tt.po_left {
  bottom: 36px;
  top: auto;
  left: -406px;
}

.big-tt-box .big-tt.po_left .inner:before {
  right: 34px;
  left: auto;
}

.big-tt-box .big-tt.po_center {
  bottom: 36px;
  top: auto;
  left: -200px;
}

.big-tt-box .big-tt.po_center .inner {
  max-height: 150px;
}

.big-tt-box .big-tt.po_center .inner:before {
  right: auto;
  left: 50%;
  margin-left: -20px;
}

input[type="text"].cal-input {
  width: 100%;
  background-image: url(/images/icon/month_i.png);
  background-size: auto 70%;
  background-position: 96% center;
  background-repeat: no-repeat;
}

input[type="text"].cal-input.input_15 {
  width: 150px;
}

/*회원관리*/
.mypage01 .abotax-area {
  margin: 30px auto 0 auto;
}

.mypage01 .des {
  text-align: center;
}

.mypage01_2 .table-form-01 td {
  padding: 8px 15px;
}

.mypage01_2 .p-info-box .tit {
  width: 190px;
}

.mypage01_2 .p-info-box .con {
  padding: 8px 15px;
}

/*장부관리*/
.mybook-input {
  float: left;
  width: 58%;
  margin-right: 2%;
}

.mybook-input .table-type-01 {
  margin-bottom: 20px;
}

.mybook-input .table-type-01:first-child {
  margin-top: 10px;
}

.mybook-input .table-type-01 th {
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font-size: 13px;
}

.mybook-input .table-type-01 th:first-child {
  border-left: none;
}

.mybook-input .table-type-01 td {
  padding: 10px 5px;
  font-size: 12px;
}

.mybook-input .table-type-01 td input {
  font-size: 11px;
  text-indent: 2px;
}

.mybook-input .table-type-01 td input.input_width {
  width: 117px;
  margin-right: 3px;
}

.mybook-input .table-type-01 td .tbl-btn {
  padding: 6px 13px;
  vertical-align: middle;
}

.mybook-input .simul-btn {
  text-align: center;
  margin-top: 30px;
}

.mybook-input .red-txt {
  font-size: 11px;
}

.account-select {
  float: left;
  width: 40%;
}

.account-select .sub-big-tit {
  line-height: 1.2;
  text-align: left;
}

.account-select .table-area {
  margin-top: 0px;
  margin-bottom: 25px;
}

.account-select .table-area .sub-con-tit {
  margin-bottom: 10px;
}

.account-select .table-area .table-type-01 th {
  font-size: 13px;
  border-left: solid 1px #ddd;
}

.account-select .table-area .table-type-01 th:first-child {
  border-left: none;
}

.account-select .table-area .table-type-01 td {
  font-size: 13px;
  border-left: solid 1px #ddd;
}

.account-select .table-area .table-type-01 td:first-child {
  border-left: none;
}

.account-select .table-area .table-type-01 td a {
  display: block;
  text-align: left;
}

.account-select .table-area .table-type-01 td a.price {
  text-align: center;
  text-decoration: underline;
}

.account-select .table-area .table-type-01 td a.price:hover {
  text-decoration: underline !important;
}

.account-subject-area {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.account-subject-area:first-child {
  margin-left: 0;
}

.account-subject-area .table-type-01 th {
  font-size: 14px;
}

.management01 .search-detail .tit {
  width: 125px;
}

.management01 .search-detail .con .type1 li, .management01 .search-detail .con .type2 li {
  width: auto;
}

.management01 .search-detail .con .type1 li a, .management01 .search-detail .con .type2 li a {
  padding: 0 15px;
}

.management01 .sel_15 {
  width: 180px;
  height: 30px;
  line-height: 30px;
}

.management01 .des-box {
  padding: 10px 0;
  border-top: solid 1px #ddd;
  margin-top: 20px;
}

.management01 .des-box .des {
  padding-top: 3px;
}

.management01 .table-type-01 th {
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}

.management01 .table-type-01 thead tr:first-child th:first-child {
  border-left: none;
}

.management01 .table-type-01 td {
  border-left: solid 1px #ddd;
}

.management01 .table-type-01 td:first-child {
  border-left: none;
}

.management01 .table-type-01 td .tbl-btn {
  background: #056dae;
  padding: 6px 13px;
}

.management01 .table-type-01 td input[type=checkbox] + label:before {
  margin: -2px 0 0 0;
}

.management01 .table-type-01 tr.gr-bg td, .management01 .table-type-01 tr.blue-bg td {
  color: #000000;
  padding: 0 5px;
  height: 50px;
}

.management01 .table-type-01 tr.gr-bg td {
  background: #f6f6f6;
}

.management01 .table-type-01 tr.blue-bg td {
  background: #dbe8f0;
  font-weight: 600;
}

.management01 .des-txt {
  margin-top: 10px;
  text-align: right;
}

.management01 .des-txt p {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  color: #888888;
}

.management01 .des-txt p span {
  color: #666;
  font-weight: 600;
}

.tit-area .tbl-btn {
  padding: 4px 16px;
  font-size: 14px;
}

.management01 .manage-tbl-area .table-type-01 th, .management01 .manage-tbl-area .table-type-01 td {
  border-left: none;
}

.management01 .manage-tbl-area .table-type-01 .red {
  color: #bb0000;
}

.management05 .table-type-01 {
  border-top: none;
}

.management05 .table-type-01:first-child {
  border-top: solid 1px #ddd;
}

.management05 .table-type-01 th, .management05 .table-type-01 td {
  text-align: left;
  font-weight: 400;
}

.management05 .table-type-01 th.text_right, .management05 .table-type-01 td.text_right {
  text-align: right;
}

.management05 .table-type-01 th {
  padding: 10px 20px;
}

.management05 .table-type-01 th.text_right {
  color: #002a54;
}

.management05 .table-type-01 td {
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 40px;
}

.management05 .table-type-01 td:first-child {
  border-left: none;
}

.management05 .table-type-01 td.text_right {
  padding: 10px 20px;
}

.management05 .gr-box {
  background: #f6f6f6;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding: 15px 30px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 400;
}

.management05 .tit-area .tbl-btn {
  padding: 6px 13px;
  font-size: 12px;
  background: #056dae;
}

.management05 .select-type-01 {
  width: 130px;
}

.management05 .board-search-01 {
  text-align: left;
}

.management05 .board-search-01 .select-type-01 {
  width: 130px;
}

.management05 .board-search-01 .input-type-01 {
  width: 200px;
}

.management05 .board-search-01 .btn-color-01 {
  border-radius: 5px;
  background: #056dae;
  border: solid 1px #056dae;
}

.management05 .board-search-01 .btn-type-01 {
  font-size: 12px;
  height: auto;
  padding: 3px 15px;
  width: auto;
  line-height: inherit;
  font-family: "KoPub Dotum", sans-serif;
}

.management05 .manage05-tbl-area .table-type-01 th, .management05 .manage05-tbl-area .table-type-01 td {
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
}

.management05 .manage05-tbl-area .table-type-01 td {
  border-left: none;
}

.management05 .manage05-tbl-area .table-type-01 td input[type=checkbox] + label:before {
  margin: -2px 0 0 0;
}

.management05 .manage05-tbl-area .table-type-01 th {
  border-left: solid 1px #ddd;
}

.management05 .manage05-tbl-area .table-type-01 th:first-child {
  border-left: none;
}

.management-tab-tit {
  margin-top: 20px;
  margin-bottom: 50px;
}

.management-tab-tit li {
  float: left;
  width: 20%;
}

.management-tab-tit li a {
  border: solid 1px #f7f7f7;
  display: block;
  text-align: center;
  height: 52px;
  line-height: 52px;
  background: #f0f0f0;
  font-size: 16px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.management-tab-tit li a:hover, .management-tab-tit li a.on {
  border: solid 1px #056dae;
  background: #056dae;
  color: #fff;
}

.new-tbl-area {
  display: none;
}

.new-tbl-area .btn-type-02 {
  background: #404b57;
  border: solid 1px #404b57;
}

.new-tbl-area .btn-type-02:hover {
  background: #fff;
  color: #404b57;
}

.case-box .border-con {
  margin-top: 10px;
  border-top: solid 2px #333;
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding: 15px 10px;
  margin-bottom: 25px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.agree-txt-box {
  border: solid 1px #ddd;
  padding: 20px;
  font-family: "KoPub Dotum", sans-serif;
  font-weight: normal;
}

.agree-link-box {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
}

.agree-link-box li {
  float: left;
  width: 33.33%;
  height: 50px;
}

.agree-link-box li.li_h {
  height: auto;
}

.agree-link-box li a {
  font-weight: normal;
  display: block;
  font-size: 14px;
  font-family: "KoPub Dotum", sans-serif;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.agree-link-box li a:hover {
  font-weight: bold;
  color: #002a54;
}
