@charset "utf-8";

#site {
  padding-top: 101px;
  font-size: 16px;
  font-family: 'notokr', sans-serif;
  color: #000;
  letter-spacing: 0em;
}

a, button, .box-member .wrap-img, .box-member .wrap-img::before {
  transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
  color: inherit;
}

p {
  line-height: 1.6em;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #1976d3;
  border-color: #1976d3;
}

.space-bottom {
  margin-bottom: 55px;
}
.space-bottom-2 {
  margin-bottom: 80px;
}

.title-lv-3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.title-lv-3::before {
  content: '';
  left: 0;
  bottom: -14px;
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #004ea2;
  border-radius: 2px;
  display: none;
}
.title-lv-4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 11px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.title-lv-4::before {
  content: '';
  left: 0;
  top: 2px;
  width: 5px;
  height: 20px;
  position: absolute;
  background: #008cd6;
  border-radius: 13px;
}

.list-default {
  padding-left: 0;
  list-style-type: none;
}
.list-default > li {
  position: relative;
  margin-bottom: 5px;
}
.list-style-1 > li {
  padding-left: 23px;
}
.list-style-1 > li::before {
  content: '';
  top: 8px;
  left: 3px;
  width: 12px;
  height: 5px;
  position: absolute;
  background-color: #008cd6;
  border-right: 6px solid #ddd;
}
.list-dash > li {
  padding-left: 18px;
}
.list-dash > li::before {
  content: '-';
  top: -2px;
  left: 3px;
  position: absolute;
  font-weight: 600;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:fixed;margin-bottom:0;border-bottom:1px solid #ddd;}

.navbar-inverse .navbar-brand img{height:40px;margin-top:20px;}

.navbar-inverse .navbar-nav > li > a{font-size:17px;font-weight: 500;color:#111;letter-spacing: -0.01em;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#004ea2;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
  color: #fff;
  background: #004ea2;
}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#666;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#004ea2;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#004ea2;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:-20%;right:auto;transform:translate(-50%,0);background-color: rgba(0, 0, 0, .8);border:none;border-radius: 0;padding:0;-webkit-box-shadow:none;box-shadow:none;
  animation-fill-mode: both;
  animation-duration: .3s;
  animation-name: fadeInRight;
}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:10px 20px;color: #fff;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:#008cd6;}

  @keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding:40px 25px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators {
  bottom: 30%;
  margin-bottom: 30px;
}
.carousel-indicators li{width:62px;height:6px;background-color:#fff;border:1px solid #fff;margin:0 6px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:62px;height:6px;background-color: #004ea2;border-color: #004ea2;margin:0 6px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {
  right: 30%;
  left: 30%;
  padding: 70px 0 100px;
  display: inline-block;
  color: #111;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.carousel-caption h1 {
  font-size: 72px;
  font-weight: 300;
  text-shadow: none;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
.carousel-caption h1 > div {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #004ea2;
  letter-spacing: 0.03em;
}
.carousel-caption p {
  font-size: 20px;
  text-shadow: none;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators {bottom: 0;}
 .carousel-indicators li, .carousel-indicators li.active{width:52px;height:5px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #3b444e;color: #d2d2d2;}
#site footer .footer-info{padding:30px 0}
#site footer .footer-info img {margin-top: 5px;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{font-weight: 300;list-style:none;display:inline-block;font-size: 13px;margin-right:15px;line-height:22px;letter-spacing: 0em;}
#site footer .footer-info ul li.copy{margin-top:5px;color:#bbb;font-size: 11px;letter-spacing: 0em;font-weight: 400;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{
  height: calc(100vh - 202px);
  background-position: top;
}
@media (max-width: 767px) {
  #mainCarousel .carousel-caption {
    right: 5%;
    left: 5%;
    padding: 35px 20px;
  }
  #mainCarousel .carousel-inner .item {
    height: 350px;
  }
  #mainCarousel .carousel-caption h1 {
    margin-bottom: 20px;
    font-size: 38px;
  }
  .carousel-caption h1 > div {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #mainCarousel .carousel-caption p {
    font-size: 15px;
  }
  .carousel-control .glyphicon-chevron-left {
    margin-left: -20px;
  }
  .carousel-control .glyphicon-chevron-right {
    margin-right: -20px;
  }
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
  display: none;
}

.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

.main-contents #seq1 {
  padding: 25px 0 30px;
  color: #fff;
  background-color: #004ea2;
}
.main-contents .banner .left,
.main-contents .banner .right,
.main-contents .banner .left h3,
.main-contents .banner .left .number {
  float: left;
  display: inline-block;
}
.main-contents .banner .left {
  margin-top: 5px;
}
.main-contents .banner .left h3 {
  margin: 12px 24px 0 0;
  padding-right: 24px;
  font-size: 26px;
  font-weight: 300;
  line-height: .95em;
  border-right: 1px solid rgba(255, 255, 255, .75);
  letter-spacing: -0.01em;
}
.main-contents .banner .left .number {
  margin-top: 5px;
  font-size: 33px;
  font-weight: 600;
  color: #bce8ff;
  line-height: .95em;
  position: relative;
  padding-left: 52px;
  padding-top: 1px;
}
.main-contents .banner .left .fa-phone {
  font-size: 19px;
  transform: rotate(100deg);
  width: 40px;
  height: 40px;
  background: #4f92d9;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  left: 0;
  top: -1px;
  padding: 11px;
}
.main-contents .banner .right {
  margin-top: 8px;
  color: #eee;
  float: right;
  padding-right: 100px;
}
.main-contents .banner .right h4 {
  display: inline-block;
  margin-right: 14px;
  font-size: 18px;
  color: #a2d0ff;
}
.main-contents .banner .right p {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-left: 9px;
}
.main-contents .banner .right p::before {
  content: '';
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
}

.main-contents #seq2 {
  padding: 40px 0;
  background-color: #f6f6f6;
  display: none;
}
.main-contents #seq2 h3,
.main-contents .main-link {
  width: 20%;
  float: left;
  display: inline-block;
}
.main-contents #seq2 h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #092b45;
}
.main-contents .main-link {
  padding-left: 15px;
}
.main-contents .main-link a {
  width: 100%;
  display: inline-block;
  padding: 3px 10px 3px 32px;
  color: #333;
  border: 1px solid #ccc;
}
.main-contents .main-link a:hover,
.main-contents .main-link a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f8b62b;
  border-color: #f8b62b;
}
.main-contents .main-link a i {
  padding-right: 16px;
  color: #999;
}
.main-contents .main-link a:hover i,
.main-contents .main-link a:focus i {
  color: #fff;
}

/********** 서브 시작 **********/
/* 공통 */
.navbar-inverse + .container {
  width: 100%;
  padding: 0;
}

.sub-contents {
  margin-bottom: 150px;
}
.sub-contents > .page-top {
  height: 160px;
  position: relative;
  color: #fff;
  text-align: center;
  background-image: url('/public/img/sub/back-page-top1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
}
.sub-contents > .page-top#back2 {background-image: url('/public/img/sub/back-page-top2.jpg');}
.sub-contents > .page-top#back3 {background-image: url('/public/img/sub/back-page-top3.jpg');}
.sub-contents > .page-top#back4 {background-image: url('/public/img/sub/back-page-top4.jpg');}
.sub-contents > .page-top#back5 {background-image: url('/public/img/sub/back-page-top5.jpg');}
.sub-contents > .page-top#back6 {background-image: url('/public/img/sub/back-page-top6.jpg');}

.sub-contents > .page-top h3 {
  bottom: -30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
  position: absolute;
  width: 245px;
  background: #1d69bd;
  padding: 32px 60px 29px;
}
.sub-contents > .page-top p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  color: rgba(252, 249, 81, .6);
  letter-spacing: 0.01em;
}

/* Left Menu */
.sub-contents .left-menu {
  width: 21%;
  float: left;
  margin-top: 30px;
}
.sub-contents .left-menu > ul {
  padding: 0;
  /* border: 1px solid #ddd; */
  border-top: none;
}
.sub-contents .left-menu > ul > li > a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  font-size: 15px;
  border: 1px solid #ddd;
  line-height: 1.2em;
  font-weight: 500;
  color: #777;
  border-bottom: 0;
}
.sub-contents .left-menu > ul > li:last-child > a {
  border-bottom: 1px solid #ddd;
}
.sub-contents .left-menu > ul > li > a::after {
  content: '\f054';
  right: 15px;
  position: absolute;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
}
.sub-contents .left-menu > ul > li.current > a {
  color: #fff;
  font-weight: 500;
  background: #2f5987;
  border: 1px solid #2f5987;
}
.sub-contents .left-menu > ul > li.current > a::after {
  color: #fff;
}
.sub-contents .left-menu > ul > li > a:hover,
.sub-contents .left-menu > ul > li > a:focus {
  text-decoration: none;
}
.sub-contents .left-menu > ul > li:not(.current) > a:hover,
.sub-contents .left-menu > ul > li:not(.current) > a:focus {
  color: #333;
  background: #f4f4f4;
}
.sub-contents .left-menu > ul > li:not(.current) > a:hover::after,
.sub-contents .left-menu > ul > li:not(.current) > a:focus::after {
  color: #333;
}

.sub-contents .right-contents {
  width: 79%;
  float: right;
  display: inline-block;
  padding: 60px 0 0 60px;
}
.sub-contents .right-contents .page-title {
  position: relative;
  margin-bottom: 60px;
}
.sub-contents .right-contents .page-title h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}
.sub-contents .right-contents .page-title h2 + hr {
  margin-bottom: 0;
  border-color: #999;
}

.sub-contents .wrap-breadcrumb {
  right: 0;
  bottom: 0;
  position: absolute;
}
.sub-contents .breadcrumb {
  margin-bottom: 10px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0em;
  background-color: transparent;
}
.sub-contents .breadcrumb > li:first-child::before {
  content: '\f015';
  top: 0;
  left: 0;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #777;
}

/* 인사말 페이지 */
#greeting #row1 {
  margin-bottom: 100px;
}
#greeting .box-text {
  position: relative;
  margin-bottom: 60px;
  padding: 20px 25px;
  text-align: center;
}
#greeting .box-text p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}
#greeting .box-text p span {
  color: #004ea2;
}

#greeting .text {
  padding-top: 25px;
  word-break: keep-all;
}
#greeting .text .inner {
  padding-left: 12px;
  border-left: 4px solid #ddd;
}
#greeting .text p {
  font-size: 18px;
}
#greeting .text p:last-child {
  padding-bottom: 0;
}
#greeting .text span {
  font-weight: 500;
  color: #004ea2;
}

#greeting .biz-box {
  width: 100%;
  margin-bottom: 30px;
  display: inline-table;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
}
#greeting .biz-box .wrap-icon {
  float: left;
  display: inline-block;
  font-size: 30px;
  color: #5f84db;
  text-align: center;
  padding-top: 0;
  padding-left: 10px;
  line-height: 1em;
}
#greeting .biz-box .wrap-text {
  width: 90%;
  display: table-cell;
  padding: 0 25px 0 0;
  vertical-align: middle;
  word-break: keep-all;
}
#greeting .biz-box .wrap-text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #333;
}
#greeting .biz-box .wrap-text p {
  margin-bottom: 0;
  line-height: 1.4em;
  font-size: 15px;
}

/* 구성원소개 페이지 */
#member .wrap-member {
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
  word-break: keep-all;
}
#member .wrap-member img {
  border-radius: 10px;
}
#member .wrap-member h3 {
  margin: 15px 0 10px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1em;
  border-bottom: 1px solid #000;
}
#member .wrap-member h3 span {
  font-size: 19px;
  font-weight: 600;
}
#member .list-member > li {
  padding-left: 12px;
  font-size: 15px;
}
#member .list-member > li::before {
  content: '';
  top: 4px;
  left: 0;
  width: 5px;
  height: 14px;
  position: absolute;
  background-color: #008cd6;
  border-bottom: 9px solid #ddd;
  border-radius: 3px;
}

/* 오시는길 페이지 */
.nav.nav-justified > li {
  width: 33.3%;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:focus,
.nav.nav-pills > li.active > a:hover {
  background-color: #f4f4f4;
  color: #2f5887;
  font-weight: 600;
}
.nav.nav-justified > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
  border-right: none;
  border-bottom: none;
  padding: 18px;
  font-size: 15px;
}

#location .tab-content {
  margin-top: 60px;
  padding: 0 5px;
}
#location .tab-content h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 11px;
  line-height: 1em;
  font-size: 20px;
  font-weight: 700;
}
#location .tab-content h3::before {
  content: '';
  top: 1px;
  left: 0;
  width: 5px;
  height: 20px;
  position: absolute;
  background-color: #008cd6;
  border-radius: 14px;
}
#location .tab-content .info {
  margin-top: 30px;
  font-size: 17px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
#location .tab-content .info p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
#location .tab-content .info p.addr i {
  margin-right: 5px;
}
#location .tab-content .info p.tel {
  float: right;
  margin-top: -14px;
  font-size: 26px;
  font-weight: 600;
  color: #004ea2;
  padding-right: 10px;
}
#location .tab-content .info p.tel i {
  margin-right: 0;
  font-size: 17px;
  /* transform: rotate(100deg); */
}

/* 절세플랜 페이지 */
#tax-plan1 p {
  font-size: 18px;
}
#tax-plan1 p span {
  color: #004ea2;
  font-weight: 500;
}

.description {
  position: relative;
  padding: 25px 25px 15px;
  word-break: keep-all;
  background-color: #f6f6f6;
}
.description::before {
  content: '';
  right: 0;
  bottom: 0;
  border: 0;
  position: absolute;
  border-top: 9px solid #ccc;
  border-right: 9px solid #fff;
  border-bottom: 9px solid #fff;
  border-left: 9px solid #ccc;
  display: none;
}

/* 비상장주식평가 페이지 */
#tax-plan5 #col3 .left {
  float: left;
}
#tax-plan5 #col3 .right {
  width: 58%;
  float: right;
}
#tax-plan5 #col3 .right > p:first-child {
  margin-bottom: 10px;
}
#tax-plan5 #col3 .inner {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 20px 25px 30px;
  border-bottom: 1px dashed #ccc;
}
#tax-plan5 #col3 .inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#tax-plan5 #col3 h4 {
  position: relative;
  padding-left: 35px;
  line-height: 1.4em;
  font-size: 17px;
  margin: 0;
}
#tax-plan5 #col3 h4 .num {
  top: 4px;
  left: 0;
  float: left;
  width: 24px;
  height: 24px;
  position: absolute;
  padding: 0px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #008cd6;
  border-radius: 20px;
}

/* CEO플랜 페이지 */
#tax-plan6 #col1 li:last-child {
  margin-bottom: 0;
}

/* 세무조사 페이지 */
#tax-investigation .text p, #tax-plan1 p, #tax-dissatisfaction .text p, #tax-report .text p {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 15px;
}
#tax-investigation .text p span {
  color: #004ea2;
  font-weight: 500;
}
#tax-investigation .wrap-list {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  padding: 25px 50px 15px;
  background-color: #f9f9f9;
  border-top: 2px solid #6c89a8;
  border-bottom: 1px solid #ddd;
}
#tax-investigation .wrap-list > ul {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
#tax-investigation .wrap-list > ul > li {
  padding-bottom: 8px;
  font-weight: 500;
  padding-left: 11px;
}
#tax-investigation .wrap-list > ul > li::before {
  top: 9px;
  left: 0;
  font-size: 14px;
  font-weight: 900;
  color: #008cd6;
  border: none;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #008cd6;
}
#tax-investigation .procedure > li {
  float: left;
  display: inline-block;
  margin-right: 30px;
  padding: 0;
}
#tax-investigation .procedure > li:last-child {
  margin-right: 0;
}
#tax-investigation .procedure > li .box {
  width: 148px;
  height: 194px;
  position: relative;
  padding: 40px 0 10px;
  border: 3px solid #dee7ee;
  border-radius: 10px;
}
#tax-investigation .procedure > li .box::after {
  content: '\f105';
  top: 74px;
  right: -24px;
  position: absolute;
  font-size: 32px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
}
#tax-investigation .procedure > li:last-child .box::after {
  display: none;
}
#tax-investigation .procedure > li .box img {
  width: 60px;
  margin-bottom: 25px;
}
#tax-investigation .procedure > li .box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  color: #002b58;
}
#tax-investigation .procedure > li:nth-child(4) .box p,
#tax-investigation .procedure > li:nth-child(5) .box p {
  margin-top: 25px;
}

/* 조세불복 페이지 */
#tax-dissatisfaction .text p {
  font-size: 18px;
}
#tax-dissatisfaction .text p span {
  color: #004ea2;
  font-weight: 500;
}

/* 세무기장 페이지 */
#tax-report .text p {
  font-size: 18px;
}
#tax-report .text p span {
  color: #004ea2;
  font-weight: 500;
}
#tax-report .process {
  width: 240px;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 240px;
  background: #eee;
}
#tax-report .process.has-icon::after {
  content: '\f105';
  top: 90px;
  right: -38px;
  position: absolute;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #c3c3c3;
}
#tax-report .process.has-icon > .left {
  width: 100px;
  height: 100px;
  padding: 25px;
  font-size: 35px;
  color: #5f84db;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 40px auto 5px;
}
#tax-report .process.has-icon > .right {
  padding: 15px;
  text-align: center;
}
#tax-report .process > .right p {
  margin-top: 5px;
}
#tax-report .process#pro3 {
  height: 240px;
  padding: 22px 25px;
}
#tax-report .process#pro3 img {
  width: 140px;
  margin-top: 55px;
}
#tax-report .process#pro3 h4 {
  padding: 20px 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
#tax-report .wide {
  position: relative;
  margin-top: 80px;
  padding: 25px 20px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #415b98;
  border-radius: 36px;
}
#tax-report .wide::before {
  content: '▲';
  top: -89px;
  left: 44%;
  position: absolute;
  font-size: 80px;
  color: #a0a9c3;
  transform: scaleX(1.8);
}

/* 게시판 */
.badge {
  padding: 5px 7px 4px;
  font-weight: 400;
  background-color: #008cd6;
  margin-right: 3px;
}
.wrap-board .board_wrapper,
.wrap-board .search_wrap {
  width: 77.2%;
  float: right;
  margin-top: -150px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 120px;
}
.board_wrapper .reply_wrap {
  display: none;
}

.member_wrapper {
  padding-top: 190px;
  padding-bottom: 160px;
}
/*********** 서브 끝 ***********/
.sub-contents .left-menu > ul > li {
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    font-size: 11px;
}
#tax-investigation #row1::after, #tax-dissatisfaction #row1::after, #tax-report #row1::after {
    content: '';
    border-bottom: 1px dashed #ddd;
    display: block;
    margin: 0 15px;
    padding-bottom: 55px;
}
#tax-report .process.has-icon > .right h4 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}
.wrap-board .search_wrap {
    margin-top: -100px;
}
.board_data_view {
    border-top: none;
}
.board_data_view .header_wrap {
    border-bottom: 1px dashed #ddd;
    padding-top: 0;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
#col1 .description ul li {
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 1.6em;
}
#col1 .description ul li::before {
    display: none;
}
#col1 .description ul {
    margin-bottom: 0;
}
[id^="tax-plan"] #row1 > div .description {
    padding: 0;
    background: transparent;
}
[id^="tax-plan"] #row1 > div .description p:last-child {
    margin-bottom: 0;
}
[id^="tax-plan"] img {
    margin-left: 0;
}
#tax-plan5 #row1 #col3 .description {
    background: #fafafa;
    border-top: 2px solid #2d64ae;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}
#tax-plan5 #col3 .right p {
    margin-bottom: 0;
}
#tax-plan5 #col3 .inner:last-child h4 .num {
    top: 0px;
}
#greeting .box-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #bbb transparent transparent #bbb;
}
#greeting .box-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-width: 0px 1px 1px 0;
    border-style: solid;
    border-color: transparent #bbb #bbb transparent;
}
#greeting .text p {
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 1.5em;
}
#greeting #row2 {
    margin: 0;
}
#greeting #row2 > div {
    background: #fafafa;
    padding: 50px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #999;
}
#greeting .biz-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nav-justified {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#site footer .footer-info .name {
    font-weight: 500;
}

/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) { /* 모바일 */
  #site {
    padding-top: 67px;
  }
  .navbar-inverse {
    width: 100%;
    display: inline-table;
  }
  .navbar-inverse .navbar-brand img{height:30px;margin-top:5px;}
  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:focus,
  .navbar-inverse .navbar-nav>.open>a:hover {
    padding: 12px 15px;
  }
  .navbar-inverse .navbar-nav .dropdown.open {
    background-color: #f6f6f6;
  }
  .dropdown-menu {
    font-size: 15px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 15px;
    font-weight: 500;
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #004ea2;
  }
  .main-contents #seq1 {
    padding: 30px 20px;
  }
  .main-contents .banner .left h3 {
    width: 30%;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    font-size: 22px;
  }
  .main-contents .banner .left .number {
    float: right;
    display: inline-block;
    margin-top: -25px;
    margin-left: 25px;
    padding-left: 35px;
    font-size: 27px;
  }
  .main-contents .banner .left .fa-phone {
    top: -1px;
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px;
  }
  .main-contents .banner .right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .main-contents .banner .right h4 {
    display: block;
    margin-top: 22px;
  }
  .main-contents .banner .right p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }
  #site footer .footer-info .container > div {
    padding: 0;
  }
  #site footer .footer-info img {
    height: 55px;
    margin-bottom: 25px;
  }
  #site footer .footer-info ul li {
    margin-right: 12px;
    font-size: 11px;
    line-height: 20px;
  }

  .space-bottom-2 {
    margin-bottom: 50px;
  }
  .title-lv-3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .sub-contents {
    margin-bottom: 80px;
  }
  .sub-contents > .page-top {
    height: 100px;
  }
  .sub-contents > .page-top h3 {
    bottom: -56px;
    width: 100%;
    position: relative;
    padding: 22px;
    font-size: 22px;
  }
  .sub-contents .left-menu,
  .sub-contents .right-contents {
    width: 100%;
  }
  .sub-contents .left-menu {
    margin-top: 24px;
    margin-bottom: 50px;
  }
  .sub-contents .left-menu > ul > li > a {
    padding: 14px 30px;
  }
  .sub-contents .right-contents {
    float: none;
    padding: 0;
  }
  .sub-contents .right-contents .page-title {
    margin-bottom: 50px;
  }

  #greeting #row1 {
    margin-bottom: 70px;
  }
  #greeting .box-text {
    margin-bottom: 50px;
    padding: 15px 10px;
    word-break: keep-all;
  }
  #greeting .box-text p {
    font-size: 20px;
  }
  #greeting #row2 > div {
    padding: 30px 15px;
  }
  #greeting .biz-box .wrap-icon {
    margin-top: -5px;
    padding-left: 0;
  }
  #greeting .biz-box .wrap-text {
    padding: 0 0 0 15px;
  }
  #member .wrap-member h3 {
    margin-top: 25px;
  }
  #location .nav > li > a {
    margin-bottom: 0;
    padding: 14px;
  }
  #location .tab-content {
    margin-top: 50px;
  }
  #location iframe {
    height: 280px;
  }
  #location .tab-content .info {
    margin-top: 20px;
  }
  #location .tab-content .info p {
    width: 100%;
    font-size: 15px;
    text-align: right;
  }
  #location .tab-content .info p.tel {
    width: 100%;
    float: none;
    margin-top: 0;
    padding-right: 0;
    font-size: 24px;
    text-align: right;
  }

  #tax-plan1.sub-contents .right-contents img,
  #tax-investigation.sub-contents .right-contents img,
  #tax-dissatisfaction.sub-contents .right-contents img,
  #tax-report.sub-contents .right-contents img {
    margin-bottom: 25px;
  }
  #tax-plan5.sub-contents .right-contents .page-title h2 {
    padding-bottom: 25px;
  }
  #tax-plan5.sub-contents .wrap-breadcrumb {
    left: 0;
  }
  #tax-plan5 #col3 .left {
    float: none;
  }
  #tax-plan5 #col3 .right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  #tax-investigation .wrap-list {
    padding: 20px;
  }
  #tax-investigation .wrap-list > ul {
    width: 50%;
  }
  #tax-investigation .procedure > li {
    width: 50%;
    margin-right: 0;
  }
  #tax-investigation .procedure > li .box {
    padding: 20px 15px;
    height: auto;
  }
  #tax-investigation .procedure > li .box::after {
    top: 35%;
  }
  #tax-report .process {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    border-radius: 10px;
  }
  #tax-report .process.has-icon > .left {
    margin-top: 20px;
  }
  #tax-report .process#pro3 {
    height: auto;
  }
  #tax-report .process#pro3 img {
    margin-top: 20px;
  }
  #tax-report .process#pro3 h4 {
    margin: 0;
  }
  #tax-report .process.has-icon::after {
    top: auto;
    right: auto;
    bottom: -45px;
    left: 48%;
    transform: rotate(90deg);
  }
  #tax-report .wide {
    margin-top: 40px;
    padding: 15px 20px 5px;
  }
  #tax-report .wide::before {
    top: -89px;
    left: 40%;
  }
  #notice.sub-contents {
    margin-bottom: 0;
  }
  .wrap-board .board_wrapper,
  .wrap-board .search_wrap {
    width: 100%;
    float: none;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .wrap-board .search_wrap {
    margin-bottom: 80px;
  }
  .board_wrapper .option_wrap,
  .board_wrapper .text-center {
    margin-bottom: 80px;
  }
  .board_wrapper .text-center .btn.btn-lg {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px;
  }
  #notice + .wrap-board .board_wrapper > .table.table_default > colgroup > col:nth-child(1) {
    width: 70px;
  }
  #notice + .wrap-board .board_wrapper > .table.table_default > colgroup > col:nth-child(2) {
    width: 270px;
  }
  #main_popup_1{
    min-width: auto !important;
    top: 320px !important;
    left: 15px;
    right: 110px;
  }
  #main_popup_1 .main_popup_contents{
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
  .navbar-inverse .navbar-brand img {
    height: 30px;
    margin-top: 22px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 40px 20px;
  }
  .carousel-caption {
    right: 15%;
    left: 15%;
  }
  .carousel-indicators {
    bottom: 25%;
  }
  .main-contents #seq1 {
    padding: 25px 20px 30px;
  }
  .main-contents .banner .right {
    padding-right: 0;
  }
  .sub-contents > .page-top h3 {
    width: 197px;
    padding: 32px 30px 29px;
  }
  #greeting .box-text p {
    font-size: 20px;
  }
  #tax-investigation .procedure > li .box {
    width: 112px;
    height: 180px;
    padding: 20px 0 10px;
  }

}
@media (max-width: 1119px) { /* 태블릿, 모바일 */
  #tax-investigation .text p,
  #tax-plan1 p,
  #tax-dissatisfaction .text p,
  #tax-report .text p {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #tax-investigation .procedure > li .box p {
    word-break: keep-all;
  }
}
@media (min-width: 1200px) {  /* 데스크탑 */
  .container {
    width: 1200px;
  }
}
/******* 모바일 최적화 끝 *******/