@charset "utf-8";
/* CSS Document */

/* - CONTENTS - */
.sContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.sContainer .leftCont {
  width: calc(100% - 160px);
}
.sContainer .rightCont {
  width: 150px;
}
.sContainer .rightCont .innerBox {
  border: 1px solid #69918c;
}
.sContainer .rightCont .innerBox > p {
  position: relative;
  background-color: #69918c;
  color: #fff;
  font-weight: 600;
  padding: 15px 10px;
}
.sContainer .rightCont .innerBox > p::before {
  content: url("../images/icon_popwords.png");
  vertical-align: middle;
  margin-right: 4px;
}
.sContainer .rightCont .innerBox > ul {
  counter-increment: number 0;
  padding: 10px 0 15px;
  font-size: 14px;
}
.sContainer .rightCont .innerBox > ul > li {
  position: relative;
  padding: 5px 10px 5px 33px;
}
.sContainer .rightCont .innerBox > ul > li::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  padding-right: 2px;
  background-color: #69918c;
}
@media only screen and (max-width: 744px) {
  .sContainer .leftCont {
    width: 100%;
  }
  .sContainer .rightCont {
    display: none;
  }
}

h3.title {
  color: #202122;
}

.searchN {
    text-align: center;
    margin-top: 40px;
}
.searchN > img {
    max-width: 100%;
}


@media only screen and (min-width: 744px) {
  h3.title {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dde1e5;
    font-size: 26px;
    font-weight: 500;
  }
}
h3.title + .mod-tab-menu {
  margin-top: -30px;
}
@media only screen and (max-width: 743px) {
  .content h3.title {
    display: none;
  }
  h3.title + .mod-tab-menu {
    margin: 0;
  }
}
h3.title.under-bar {
  padding-bottom: 25px;
  border-bottom: 1px solid #dde1e5;
}

h4.title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
}
h4.title:first-child {
  margin-top: 0;
}
h4.title + table {
  margin-top: 0;
}
h4.title + .m-tb-wrap table {
  margin-top: 0;
}
h4.title.line {
  position: relative;
  padding-top: 15px;
  margin-top: 60px;
}
@media only screen and (max-width: 743px) {
  h4.title.line {
    margin-top: 30px;
  }
}
h4.title.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #348aff;
}
@media only screen and (max-width: 743px) {
  h4.title.line::before {
    width: 15px;
  }
}
h4.title.line:first-of-type {
  margin-top: 50px;
}
@media only screen and (max-width: 743px) {
  h4.title.line:first-of-type {
    margin-top: 20px;
  }
}
h4.title > .sub-txt {
  font-weight: normal;
}
@media only screen and (max-width: 743px) {
  h4.title {
    margin: 30px 20px 10px;
    font-size: 15px;
  }
  h4.title + table {
    padding-top: 0;
  }
  .basic-content-wrap h4.title {
    margin-left: 0;
    margin-right: 0;
  }
  .m-pd h4.title {
    margin-left: 0;
  }
}

h5.title {
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #dde1e5;
}
@media only screen and (max-width: 743px) {
  h5.title {
    font-size: 12px;
  }
}
h5.title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #202122;
}

/* 통합검색 */
.m-search-wrap {
  display: flex;
  padding: 10px 20px;
}
@media only screen and (min-width: 744px) {
  .m-search-wrap {
    display: none;
  }
}
.m-search-wrap .search-bar {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 6px;
}
.m-search-wrap .search-bar .basic-input-wrap {
  height: 40px;
  line-height: 40px;
}
.m-search-wrap .search-bar .btn-search {
  position: relative;
  width: 46px;
  height: 40px;
  margin-right: 0;
  margin-left: 5px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}
.m-search-wrap .search-bar .btn-search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 1px;
  height: 18px;
  background: #686a6f;
}
.m-search-wrap ~ .mod-tab-menu {
  margin-bottom: 0;
}
@media only screen and (min-width: 744px) {
  .m-search-wrap ~ .mod-tab-menu {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 743px) {
  .m-search-wrap ~ .mod-tab-menu {
    border-top: 10px solid #dde1e5;
  }
}

.search-result-info {
  padding: 10px 0 30px;
  color: #777777;
}
@media only screen and (max-width: 743px) {
  .search-result-info {
    padding: 20px;
  }
}
.search-result-info strong {
  color: #111111;
}

.search-result .top {
  border-top: 2px solid #32589c;
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 60px;
  border-bottom: 1px solid #dddddd;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 743px) {
  .search-result .top {
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.search-result .top:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  background-color: #202122;
  border-radius: 100%;
}
.search-result .top span {
  flex-grow: 1;
  font-weight: 400;
  margin-left: 3px;
}
@media only screen and (min-width: 744px) {
  .search-result .top span {
    font-size: 18px;
  }
}
.search-result .top a {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #fff;
  color: #202122;
  border: 1px solid #686a6f;
}
@media only screen and (max-width: 743px) {
  .search-result .top a {
    height: 25px;
    font-size: 12px;
  }
}
.search-result .top select {
  min-width: 120px;
  border-radius: 5px;
  border: 1px solid #bbbec3;
  word-spacing: -1px;
  letter-spacing: -1px;
  height: 30px;
  padding-left: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 96px center;
  background-size: 10px 6px;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 20px;
  font-size: 14px;
}
.search-result .top select + select {
  margin-left: -15px;
}
.search-result li > ul li {
  padding: 26px 36px;
}
@media only screen and (max-width: 743px) {
  .search-result li > ul li {
    padding: 20px;
  }
}
.search-result li > ul li ~ li {
  border-top: 1px solid #dddddd;
}
.search-result li > ul li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result li > ul li > div:first-child strong {
  font-size: 16px;
  color: #202122;
  font-weight: 500;
  border-bottom: 1px solid #202122;
  padding-bottom: 2px;
}
@media only screen and (max-width: 743px) {
  .search-result li > ul li > div:first-child strong {
    font-size: 13px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 744px) {
  .search-result li > ul li > div:last-child {
    margin-top: 23px;
  }
  .search-result li > ul li > div:last-child p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 743px) {
  .search-result li > ul li > div:last-child {
    flex-direction: column;
  }
  .search-result li > ul li > div:last-child > * {
    width: 100%;
    margin-top: 15px;
  }
}
.search-result li > ul li .date {
  color: #777777;
  font-size: 14px;
}
.search-result li > ul li p {
  margin-top: 23px;
  font-size: 13px;
  color: #777777;
  line-height: 1.42;
}
.search-result li > ul li .detailText {
  height: 38px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 743px) {
  .search-result li > ul li p {
    margin-top: 15px;
    font-size: 12px;
  }
  .search-result li > ul li .detailText {
    height: 36px;
  }
}
.search-result .empty {
  margin-top: 30px;
  border-top: 2px solid #32589c;
  padding-top: 70px;
  padding-bottom: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url("/img/searchResult/img.empty.png");
  background-size: 555px 262px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
}
.search-result .empty p {
  word-spacing: -2px;
}
.search-result .empty p:first-child {
  color: #202122;
  font-size: 30px;
  font-weight: 700;
}
.search-result .empty p + p {
  font-size: 18px;
  margin-top: 20px;
  color: #777777;
}

.mod-tab-menu {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #dde1e5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 743px) {
  .mod-tab-menu {
    padding: 10px 0;
    background-color: #fff;
    border-bottom-width: 10px;
  }
  .modal-wrap .mod-tab-menu {
    margin-top: 10px;
  }
}
.mod-tab-menu select {
  margin-right: 10px;
  height: inherit;
  width: 260px;
}
.mod-tab-menu .tab-menu {
  flex-grow: 1;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 743px) {
  .mod-tab-menu .tab-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px;
  }
}
.mod-tab-menu .tab-menu a,
.mod-tab-menu .tab-menu button {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  color: #686a6f;
  font-size: inherit;
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #f3f7fa;
  border: 1px solid #dde1e5;
  transition: all 0.3s;
}
@media only screen and (max-width: 743px) {
  .mod-tab-menu .tab-menu a,
  .mod-tab-menu .tab-menu button {
    flex: 1 0 75px;
  }
}
.mod-tab-menu .tab-menu a:hover,
.mod-tab-menu .tab-menu button:hover {
  border-color: #348aff;
  color: #348aff;
}
.mod-tab-menu .tab-menu a.active,
.mod-tab-menu .tab-menu button.active {
  color: #fff;
  background-color: #348aff;
  border-color: #348aff;
}
.mod-tab-menu .tab-menu a .num,
.mod-tab-menu .tab-menu button .num {
  font-weight: normal;
}
@media only screen and (min-width: 744px) {
  .mod-tab-menu .tab-menu.type-wrap {
    flex-wrap: wrap;
  }
}
.mod-tab-menu.tab-slider {
  position: relative;
  width: 100%;
}
.mod-tab-menu.tab-slider .slick-slider {
  width: 100%;
}
.mod-tab-menu.tab-slider .slick-slider .slick-list {
  width: calc(100% - 110px);
}
.mod-tab-menu.tab-slider .slick-slider .slick-list .slick-track .slick-slide {
  display: inline-flex;
  width: 150px !important;
  margin: 0 3px;
}
.mod-tab-menu.tab-slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #202122;
}
.mod-tab-menu.tab-slider .slick-arrow.slick-prev {
  right: 50px;
  background: url(/img/common/ico.arrow.left.png) no-repeat 50%/30px;
}
.mod-tab-menu.tab-slider .slick-arrow.slick-next {
  right: 0;
  background: url(/img/common/ico.arrow.right.png) no-repeat 50%/30px;
}
.mod-tab-menu.tab-slider .slick-arrow.slick-disabled {
  background-color: #999;
  border-color: #999;
  opacity: 0.3;
}
.mod-tab-menu + div .title:first-child {
  margin-top: 20px;
}

[tabmenu] h4.title:first-child {
  margin-top: 20px;
}

.accuracy {
  display: flex;
  align-items: center;
}
.accuracy > strong {
  transform: translateY(-1px);
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
@media only screen and (max-width: 743px) {
  .accuracy > strong {
    font-size: 12px;
  }
}
.accuracy-graph {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.accuracy-graph > span {
  font-size: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #dddddd;
  margin-left: 3px;
  margin-right: 3px;
}
@media only screen and (max-width: 743px) {
  .accuracy-graph > span {
    width: 11px;
    height: 11px;
  }
}
.accuracy-graph.percent-20 span:nth-child(1) {
  background-color: #ff3300;
}
.accuracy-graph.percent-40 span:nth-child(1),
.accuracy-graph.percent-40 span:nth-child(2) {
  background-color: #ff3300;
}
.accuracy-graph.percent-60 span:nth-child(1),
.accuracy-graph.percent-60 span:nth-child(2),
.accuracy-graph.percent-60 span:nth-child(3) {
  background-color: #ff3300;
}
.accuracy-graph.percent-80 span:nth-child(1),
.accuracy-graph.percent-80 span:nth-child(2),
.accuracy-graph.percent-80 span:nth-child(3),
.accuracy-graph.percent-80 span:nth-child(4) {
  background-color: #ff3300;
}
.accuracy-graph.percent-100 span:nth-child(1),
.accuracy-graph.percent-100 span:nth-child(2),
.accuracy-graph.percent-100 span:nth-child(3),
.accuracy-graph.percent-100 span:nth-child(4),
.accuracy-graph.percent-100 span:nth-child(5) {
  background-color: #ff3300;
}

/* 상단 검색영역 */
/*.topSearch {
  position: relative;
  border: 2px solid #fff;
  border-radius: 22px;
  padding: 0;
  padding-left: 30px;
  margin-right: 10px;
  width: 180px;
  height: 44px;
  overflow: hidden;
  background: url("../images/icon_topSearch.png") no-repeat 10px 11px;
}
.topSearch input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  line-height: 41px;
  outline: none;
  color: #fff;
  font-size: 11px;
  letter-spacing: -1px;
  width: 95%;
}
.topSearch input::placeholder {
  color: #ccc;
}*/
.sapnY {
  color: #ffeb3b;
}

#autoSearchKeyword{
    background-color: #fff;
    padding: 0 15px;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 29px;
    top: -20px;
    margin: -28px 89px 0px 30px;
    display: none;
}

@media screen and (max-width: 480px) {
    #autoSearchKeyword{
        background-color: #fff;
        padding: 0 15px;
        border: 1px solid #999;
        border-radius: 3px;
        line-height: 29px;
        margin: -43px 76px 0px 16px;
        display: none;
    }

    #autoSearchKeyword > input{
        font-size: 15px !important;
    }

    #autoSearchKeyword > p > a > font{
        font-size: 15px !important;
    }

    #searchOptionSelect{
        display: none;
    }

    .pasing > ul > li.arrow {
        padding:0;
    }

    .pasing > ul > li a {
        line-height: 45px;
    }
    .pasing > ul > li.num a {
        width: 45px;
    }
    .pasing > ul > li.arrow a {
        height: 45px;
    }
}