@charset "UTF-8";
/* 페이지별 컬러 변경 */
.search .page_top-wrap::before {
  display: none;
}

.search .comm_linemap .home {
  cursor: default;
  text-indent: -99999em;
  width: 0;
  overflow: hidden;
}
.search span.key {
  color: #0094f2 !important;
  margin: 0 !important;
}
.search .page_top-wrap {
  padding: 30px 0 25px;
  position: relative;
}
.search .hd_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1340px;
  position: static;
}
.search .hd_search.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search .hd_search h2 {
  padding-bottom: 0;
  width: auto;
  line-height: 1.4em;
  text-align: left;
}
.search .hd_search h2 span {
  display: block;
  font-size: 1.5rem;
}
.search .hd_search .ct {
  display: block;
  margin: 0 50px 0 0;
  width: auto;
  height: auto;
}
.search .hd_search .btn_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search .hd_search .relate_word {
  margin: 20px 50px 0 0;
  padding: 0 40px 0 80px;
  width: 870px;
  height: 50px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .hd_search .relate_word.on {
  height: auto;
}
.search .hd_search .relate_word.on .plus {
  background-image: url(./../img/ico_minus.png);
}
.search .hd_search .relate_word strong {
  line-height: 50px;
  font-weight: 500;
  color: #203044;
  position: absolute;
  top: 0;
  left: 5px;
}
.search .hd_search .relate_word div a {
  display: inline-block;
  margin: 5px 0 5px 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #203044;
  background-color: #f4f5f9;
  border-radius: 20px;
}
.search .hd_search .relate_word div a:hover {
  text-decoration: underline;
}
.search .hd_search .relate_word .plus {
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  background-image: url(./../img/ico_plus.png);
  background-size: 100% auto;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search .hd_search .cb_wrap {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
}
.search .hd_search .detail_wrap {
  margin-right: 100px;
}
.search .p_v-subject .sub_menu {
  margin-top: 0;
}
.search .p_v-subject .sub_menu li a {
  padding-right: 10px;
  padding-left: 15px;
}
.search .p_v-subject .sub_menu li.null a {
  color: #a8a8a8;
}
.search .p_v-subject .sub_menu li.other a {
  padding-right: 0;
}
.search .p_v-subject .sub_menu li.other a::after {
  right: 0;
}
.search h3.srch_tit {
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
.search strong.tit {
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 400;
  border-top: 1px solid #ccc;
}
.search .srch_menu {
  margin-top: 30px;
}
.search .srch_menu dt {
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  font-size: 0.9375rem;
}
.search .srch_menu dt:first-child {
  margin-top: 0;
}
.search .srch_menu dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.search .srch_menu dd button {
  margin-bottom: 5px;
  width: 106px;
  height: 50px;
  font-size: 1.125rem;
  border: 1px solid #dadada;
  border-radius: 6px;
  background-color: #fff;
}
.search .srch_menu dd button.on {
  color: #fff;
  background-color: #121212;
  border: none;
}
.search .srch_menu dd .cald_wrap {
  position: relative;
}
.search .srch_menu dd .cald_wrap input[type=date],
.search .srch_menu dd .cald_wrap button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  letter-spacing: -1px;
}
.search .srch_menu dd .cald_wrap input[type=date]::before,
.search .srch_menu dd .cald_wrap button::before {
  content: attr(data-placeholder);
  width: 81%;
}
.search .srch_menu dd .cald_wrap input[type=date]:focus::before, .search .srch_menu dd .cald_wrap input[type=date]:valid::before,
.search .srch_menu dd .cald_wrap button:focus::before,
.search .srch_menu dd .cald_wrap button:valid::before {
  display: none;
}
.search .srch_menu dd .cald_wrap input[type=date]:first-child,
.search .srch_menu dd .cald_wrap button:first-child {
  margin-bottom: 6px;
}
.search .srch_menu dd .cald_wrap input[type=date].cald,
.search .srch_menu dd .cald_wrap button.cald {
  padding: 0 12px;
  width: 148px;
  height: 50px;
  background-color: #e4e4e4;
  border-radius: 10px;
}
.search .srch_menu dd .cald_wrap input[type=date].s_srch,
.search .srch_menu dd .cald_wrap button.s_srch {
  width: 66px;
  height: 106px;
  color: #fff;
  background-color: #2094e9;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}
.search .srch_menu dd .comm_select {
  margin-top: 5px;
  width: 100%;
}
.search .srch_menu dd .comm_select select {
  font-size: 1.125rem;
}
.search .srch_menu dd .comm_select:first-child {
  margin-top: 0;
}
.search .srch_step.mo {
  display: none;
}
.search .page_view {
  margin-top: 45px;
}
.search .page_list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 54px 60px;
}
.search .srch_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 808px;
}
.search .srch_wrap .srch_again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search .srch_wrap .srch_again .srch_step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.search .srch_wrap .srch_again .srch_step.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search .srch_wrap .srch_again .srch_step.area strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search .srch_wrap .srch_again .srch_step.area .s_wrap {
  padding-right: 135px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.search .srch_wrap .srch_again .srch_step.area .comm_select {
  width: 140px;
}
.search .srch_wrap .srch_again .srch_step.area .d_srch {
  position: absolute;
  top: 0;
  right: 0;
}
.search .srch_wrap .srch_again .srch_step.subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  width: 100%;
}
.search .srch_wrap .srch_again .srch_step.subject strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
}
.search .srch_wrap .srch_again .srch_step.subject .s_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.search .srch_wrap .srch_again .srch_step.subject .comm_select {
  width: 49%;
}
.search .srch_wrap .srch_again strong {
  margin-right: 20px;
  line-height: 50px;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #2094e9;
}
.search .srch_wrap .srch_again input {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  background-color: #e4e4e4;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .srch_wrap .srch_again em {
  display: inline-block;
  width: 30px;
  line-height: 50px;
  text-align: center;
  font-size: 1.5rem;
}
.search .srch_wrap .srch_again button {
  margin-right: 10px;
  width: 108px;
  height: 50px;
  font-size: 1.125rem;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.search .srch_wrap .srch_again button.cald {
  padding-right: 30px;
  width: 115px;
  height: 50px;
  background: #e4e4e4 url(./../img/ico_cald.png) no-repeat center right 10px;
  border-radius: 10px;
}
.search .srch_wrap .srch_again button.cald:first-of-type {
  margin-right: 0;
}
.search .srch_wrap .srch_again button.d_srch {
  margin-right: 0;
  width: 128px;
  color: #fff;
  background-color: #2094e9;
  border: none;
}
.search .srch_wrap .list_top {
  margin-top: 65px;
  border-bottom: 1px solid #959595;
}
.search .srch_wrap .list_top p {
  font-size: 1.25rem;
  font-weight: 400;
}
.search .srch_wrap .list_top .align_load {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.search .srch_wrap .list_top .align_load button {
  background-color: #fff;
  color: #121212;
  border: 1px solid #dadada;
}
.search .srch_wrap .list_top .align_load button.on {
  background-color: #000;
  color: #fff;
  border-width: 0;
}
.search .srch_wrap .radio_wrap {
  margin-top: 40px;
  padding: 0 100px 20px 0;
  position: relative;
}
.search .srch_wrap .radio_wrap .comm_radio {
  margin-right: 20px;
  padding-bottom: 20px;
}
.search .srch_wrap .radio_wrap .comm_radio input[type=radio] + span {
  padding-left: 30px;
  font-size: 1rem;
  vertical-align: middle;
}
.search .srch_wrap .radio_wrap .comm_radio input[type=radio] + span::before {
  border-width: 2px;
  border-radius: 0;
}
.search .srch_wrap .radio_wrap .comm_radio input[type=radio]:checked + span::before {
  border-color: #2094e9;
}
.search .srch_wrap .radio_wrap .comm_radio input[type=radio]:checked + span::after {
  width: 12px;
  height: 12px;
  background: url(./../img/ico_chck.png) no-repeat;
  background-size: 100%;
}
.search .srch_wrap .radio_wrap .apply {
  width: 80px;
  height: 55px;
  font-size: 1rem;
  color: #fff;
  background-color: #2094e9;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.search .srch_wrap .list_box > li {
  padding: 30px 20px;
  border-bottom: 1px solid #e8e9ed;
  position: relative;
}
.search .srch_wrap .list_box > li:not(.null):hover {
  background-color: #f4faff;
}
.search .srch_wrap .list_box > li:not(.null):hover > a div.title .main strong > span {
  color: #2094e9;
}
.search .srch_wrap .list_box > li.null {
  padding: 65px 20px;
  text-align: center;
}
.search .srch_wrap .list_box > li.null p {
  line-height: 1.2em;
  font-size: 1.25rem;
}
.search .srch_wrap .list_box > li.btns {
  padding-right: 200px;
}
.search .srch_wrap .list_box > li.btns.img img {
  width: 100%;
  height: auto;
  display: block;
}
.search .srch_wrap .list_box > li.ing a div.title .sub {
  color: #f00;
}
.search .srch_wrap .list_box > li.vdo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search .srch_wrap .list_box > li.vdo > a div.title .main span {
  margin-top: 15px;
}
.search .srch_wrap .list_box > li > a {
  display: block;
}
.search .srch_wrap .list_box > li > a .vdo_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 240px;
}
.search .srch_wrap .list_box > li > a div.title .sub {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.search .srch_wrap .list_box > li > a div.title .sub span {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #6e6e6e;
}
.search .srch_wrap .list_box > li > a div.title .main {
  margin-top: 20px;
}
.search .srch_wrap .list_box > li > a div.title .main > strong {
  display: block;
  line-height: 1.2em;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
}
.search .srch_wrap .list_box > li > a div.title .main > strong > span {
  display: inline;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
}
.search .srch_wrap .list_box > li > a div.title .main > em {
  display: block;
  padding-bottom: 7px;
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 500;
}
.search .srch_wrap .list_box > li > a div.title .main > span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #6e6e6e;
}
.search .srch_wrap .list_box > li > a > p {
  margin-top: 20px;
  line-height: 1.2em;
  font-size: 1rem;
  font-weight: 300;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.4em;
}
.search .srch_wrap .list_box > li > a span.nav {
  display: block;
  margin-top: 35px;
  padding-left: 25px;
  font-size: 1rem;
  color: #6e6e6e;
  background: url(./../img/ico_home2.png) no-repeat center left;
  background-size: auto 100%;
}
.search .srch_wrap .list_box > li .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 177px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file:first-child {
  margin-bottom: 5px;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file.info, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail {
  text-align: left;
  text-indent: 20px;
  position: relative;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file.info::after, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail::after {
  content: "";
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file.info {
  background-color: #0094f2;
  border-color: #0094f2;
  color: #fff;
}
.search .srch_wrap .list_box > li .list_btn .scrh_file.info::after {
  background-image: url(../img/ico_scrh01.png);
}
.search .srch_wrap .list_box > li .list_btn .scrh_file.mail::after {
  background-image: url(../img/ico_scrh02.png);
}
.search .srch_wrap .list_box > li .list_btn .file_bubble {
  width: 100%;
}
.search .srch_wrap .list_box > li.part {
  padding-right: 190px;
}
.search .srch_wrap .list_box > li.part > a {
  position: relative;
  padding-left: 140px;
}
.search .srch_wrap .list_box > li.part > a > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 114px;
  background-color: #394660;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.search .srch_wrap .list_box > li.part > a > strong span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.search .srch_wrap .list_box > li.part > a div.title .main {
  margin-top: 16px;
}
.search .srch_wrap .list_box > li.part > a div.title .sub span {
  margin-left: 6px;
}
.search .srch_wrap .list_box > li.part > a .sup {
  margin-top: 24px;
  padding-left: 28px;
  background: url(../img/ico_sup.png) no-repeat left center/20px auto;
}
.search .srch_wrap .list_box > li.part > a .sup p {
  font-size: 14px;
  color: #545454;
  background-color: #f6f6f6;
  line-height: 1em;
  padding: 10px 14px;
  display: inline-block;
  vertical-align: top;
  border-radius: 18px;
}
.search .srch_wrap .list_box > li.part .list_btn {
  width: 150px;
  right: 20px;
}
.search .srch_wrap .list_box > li.part.eng > a > strong {
  border-radius: 0;
  background-color: transparent;
}
.search .srch_wrap .list_box > li.part.eng > a > strong span {
  color: #394660;
}
.search .srch_wrap .list_box > li.part.eng > a div.title .sub span {
  margin-left: 0;
}
.search .srch_wrap .list_box.addfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.search .srch_wrap .list_box.addfile::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e9ed;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search .srch_wrap .list_box.addfile > li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-right: 1px solid #e8e9ed;
  min-height: 286px;
}
.search .srch_wrap .list_box.addfile > li:nth-child(2n+2) {
  border-right-width: 0;
}
.search .srch_wrap .list_box.addfile > li .file_bubble .scrh_file,
.search .srch_wrap .list_box.addfile > li > button {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 24px;
  height: 28px;
  background: url(../img/ico_addfile.png) no-repeat center/100% auto;
  text-indent: -99999em;
  z-index: 1;
}
.search .srch_wrap .list_box.addfile > li > a div.title .main {
  margin-top: 36px;
}
.search .srch_wrap .list_box.addfile > li > a div.title .sub span {
  margin-left: 6px;
}
.search .srch_wrap .list_box.addfile > li > a div.title .sub span::before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.search .srch_wrap .list_box.addfile > li > a > p {
  -webkit-line-clamp: 4;
  max-height: 90px;
  line-height: 1.4em;
}
.search .srch_wrap .list_box.addfile > li > a span.nav {
  margin-top: 20px;
}
.search .srch_wrap .list_box.addfile > li .file_bubble {
  position: absolute;
  right: 20px;
  top: 20px;
}
.search .srch_wrap .list_box.addfile > li .file_bubble .scrh_file {
  position: static;
}
.search .srch_wrap .list_box.addfile > li .file_bubble .file_b-box {
  top: 120%;
}
.search .srch_wrap .plus_page {
  width: 180px;
  line-height: 40px;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .srch_wrap .plus_page::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 24px;
  background: url(../img/ico_arw-down2.png) right center no-repeat;
}
.search .srch_word {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 30px 30px;
  width: 200px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .srch_word.mo {
  display: none;
}
.search .srch_word dl {
  margin-top: 65px;
}
.search .srch_word dl:first-child {
  margin-top: 0;
}
.search .srch_word dt {
  padding-bottom: 10px;
  line-height: 1.2em;
  font-weight: 500;
  color: #2094e9;
  border-bottom: 1px solid #ececec;
}
.search .srch_word dd {
  margin-top: 12px;
  margin-right: 10px;
}
.search .srch_word dd:nth-of-type(1) strong, .search .srch_word dd:nth-of-type(2) strong, .search .srch_word dd:nth-of-type(3) strong {
  opacity: 1;
}
.search .srch_word dd.srch_x {
  position: relative;
}
.search .srch_word dd.srch_x a {
  padding-right: 25px;
}
.search .srch_word dd.srch_x button {
  display: block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background-image: url(./../img/ico_x4.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.search .srch_word dd strong {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  background-color: #2094e9;
  border-radius: 3px;
  opacity: 0.3;
}
.search .srch_word dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#SummaryPop {
  width: 800px;
}
#SummaryPop .pop_cont {
  margin: 50px;
  height: 730px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#SummaryPop .pop_cont .tit {
  padding-bottom: 50px;
  border-bottom: 1px solid #dbdbdb;
}
#SummaryPop .pop_cont .tit span {
  font-size: 1.125rem;
}
#SummaryPop .pop_cont .tit strong {
  display: block;
  margin-top: 20px;
  line-height: 1.2em;
  font-size: 1.5rem;
  font-weight: 500;
}
#SummaryPop .pop_cont .txt {
  margin-top: 40px;
  height: 586px;
  overflow-y: auto;
}
#SummaryPop .pop_cont .txt p {
  line-height: 1.5em;
  color: #666666;
}

@media all and (max-width: 1280px) {
  .search .page_top-wrap {
    padding: 3.515625vw 0 4.296875vw;
  }
  .search .hd_search {
    width: 100%;
  }
  .search .hd_search h2 {
    margin-left: 2.34375vw;
  }
  .search .hd_search h2 span {
    font-size: 1.3333333333rem;
  }
  .search .hd_search .ct {
    margin-right: 3.90625vw;
  }
  .search .hd_search .relate_word {
    margin: 1.5625vw 3.90625vw 0 0;
    padding: 0 3.125vw 0 9.375vw;
    width: 67.96875vw;
    height: 6.1328125vw;
  }
  .search .hd_search .relate_word strong {
    line-height: 6.1328125vw;
    left: 5px;
  }
  .search .hd_search .relate_word a {
    margin: 0.390625vw 0 0.390625vw 0.46875vw;
    height: 3.125vw;
    line-height: 3.125vw;
    padding: 0 1.09375vw;
    border-radius: 1.5625vw;
  }
  .search .hd_search .relate_word .plus {
    width: 2.5vw;
    height: 2.5vw;
    top: 1.953125vw;
  }
  .search .hd_search .cb_wrap {
    -webkit-box-shadow: 0 1.953125vw 1.953125vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1.953125vw 1.953125vw rgba(0, 0, 0, 0.1);
  }
  .search .hd_search .detail_wrap {
    margin-right: 5.078125vw;
  }
  .search h3.srch_tit {
    padding-bottom: 1.5625vw;
    font-size: 1.3333333333rem;
  }
  .search strong.tit {
    padding-top: 2.34375vw;
    padding-bottom: 0.78125vw;
  }
  .search .srch_menu {
    margin-top: 2.34375vw;
  }
  .search .srch_menu dt {
    padding-top: 2.34375vw;
    padding-bottom: 0.78125vw;
    font-size: 0.8333333333rem;
  }
  .search .srch_menu dd {
    padding-bottom: 2.34375vw;
  }
  .search .srch_menu dd button {
    margin-bottom: 0.390625vw;
    width: 8.28125vw;
    height: 3.90625vw;
    font-size: 0.8888888889rem;
    border-radius: 0.46875vw;
  }
  .search .srch_menu dd .cald_wrap input[type=date],
  .search .srch_menu dd .cald_wrap button {
    font-size: 0.8333333333rem;
  }
  .search .srch_menu dd .cald_wrap input[type=date].cald,
  .search .srch_menu dd .cald_wrap button.cald {
    padding: 0 0.9375vw;
    width: 11.09375vw;
    height: 3.90625vw;
    font-size: 0.8888888889rem;
    background-position: center right 0.15625vw;
    border-radius: 0.78125vw;
    background-size: 2.34375vw auto;
  }
  .search .srch_menu dd .cald_wrap input[type=date].s_srch,
  .search .srch_menu dd .cald_wrap button.s_srch {
    width: 5.625vw;
    height: 8.28125vw;
  }
  .search .srch_menu dd .comm_select {
    margin-top: 0.390625vw;
  }
  .search .srch_menu dd .comm_select select {
    font-size: 1rem;
  }
  .search .page_list-group {
    padding: 3.125vw 0 4.21875vw 4.6875vw;
  }
  .search .srch_wrap {
    width: 53.90625vw;
  }
  .search .srch_wrap .srch_again {
    display: block;
  }
  .search .srch_wrap .srch_again .srch_step {
    padding-bottom: 0.78125vw;
  }
  .search .srch_wrap .srch_again .srch_step.area .s_wrap {
    padding-right: 9.375vw;
  }
  .search .srch_wrap .srch_again .srch_step.area .comm_select {
    width: 10.9375vw;
  }
  .search .srch_wrap .srch_again .srch_step.subject {
    margin-top: 0.9375vw;
  }
  .search .srch_wrap .srch_again .srch_step.subject strong {
    width: 7.8125vw;
  }
  .search .srch_wrap .srch_again strong {
    margin-right: 1.5625vw;
    line-height: 3.90625vw;
    font-size: 1.0555555556rem;
  }
  .search .srch_wrap .srch_again input {
    padding: 0 0.78125vw;
    height: 3.90625vw;
    border-radius: 0.46875vw;
  }
  .search .srch_wrap .srch_again em {
    width: 2.34375vw;
    line-height: 3.90625vw;
    font-size: 1.3333333333rem;
  }
  .search .srch_wrap .srch_again button {
    margin-right: 0.78125vw;
    width: 8.4375vw;
    height: 3.90625vw;
    font-size: 1rem;
    border-radius: 0.46875vw;
  }
  .search .srch_wrap .srch_again button.cald {
    padding-right: 3.125vw;
    width: 15.625vw;
    height: 3.90625vw;
    background-position: center right 0.78125vw;
    background-size: 2.734375vw auto;
    border-radius: 0.78125vw;
  }
  .search .srch_wrap .srch_again button.d_srch {
    width: 8.59375vw;
  }
  .search .srch_wrap .list_top {
    margin-top: 5.078125vw;
  }
  .search .srch_wrap .list_top p {
    font-size: 1.1111111111rem;
  }
  .search .srch_wrap .list_top .align_load button {
    width: 7.5vw;
  }
  .search .srch_wrap .radio_wrap {
    padding: 0 9.375vw 1.5625vw 0;
  }
  .search .srch_wrap .radio_wrap .comm_radio {
    margin-right: 1.953125vw;
    padding-bottom: 1.5625vw;
  }
  .search .srch_wrap .radio_wrap .comm_radio input[type=radio] + span {
    padding-left: 2.34375vw;
    font-size: 0.8888888889rem;
  }
  .search .srch_wrap .radio_wrap .comm_radio input[type=radio]:checked + span::after {
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .search .srch_wrap .radio_wrap .apply {
    width: 7.8125vw;
    height: 4.296875vw;
    font-size: 0.8888888889rem;
    border-radius: 0.546875vw;
  }
  .search .srch_wrap .list_box > li {
    padding: 2.34375vw 1.5625vw;
  }
  .search .srch_wrap .list_box > li.null {
    padding: 5.078125vw 1.5625vw;
  }
  .search .srch_wrap .list_box > li.null p {
    font-size: 1.1111111111rem;
  }
  .search .srch_wrap .list_box > li.btns {
    padding-right: 14.0625vw;
  }
  .search .srch_wrap .list_box > li.vdo > a div.title .main span {
    margin-top: 1.171875vw;
  }
  .search .srch_wrap .list_box > li > a .vdo_img {
    margin-right: 1.5625vw;
    width: 18.75vw;
  }
  .search .srch_wrap .list_box > li > a div.title .sub {
    font-size: 0.8888888889rem;
  }
  .search .srch_wrap .list_box > li > a div.title .sub span {
    margin-left: 1.5625vw;
    font-size: 0.8888888889rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main {
    margin-top: 1.5625vw;
  }
  .search .srch_wrap .list_box > li > a div.title .main > strong {
    font-size: 1.1111111111rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > strong > span {
    font-size: 1.1111111111rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > em {
    padding-bottom: 0.546875vw;
    font-size: 1rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > span {
    font-size: 0.8888888889rem;
  }
  .search .srch_wrap .list_box > li > a > p {
    margin-top: 1.5625vw;
    font-size: 0.8888888889rem;
  }
  .search .srch_wrap .list_box > li > a span.nav {
    margin-top: 2.734375vw;
    padding-left: 1.953125vw;
    font-size: 0.8888888889rem;
    color: #6e6e6e;
  }
  .search .srch_wrap .list_box > li .list_btn {
    width: 12.890625vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file {
    height: 3.125vw;
    font-size: 0.8888888889rem;
    border-radius: 0.78125vw;
    line-height: 3.125vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file:first-child {
    margin-bottom: 0.390625vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file.info, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail {
    text-indent: 1.5625vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file.info::after, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail::after {
    width: 1.5625vw;
    right: 1.5625vw;
  }
  .search .srch_wrap .list_box > li.part {
    padding-right: 14.84375vw;
  }
  .search .srch_wrap .list_box > li.part > a {
    padding-left: 10.9375vw;
  }
  .search .srch_wrap .list_box > li.part > a > strong {
    width: 8.90625vw;
    height: 8.90625vw;
  }
  .search .srch_wrap .list_box > li.part > a > strong span {
    font-size: 1.1111111111rem;
  }
  .search .srch_wrap .list_box > li.part > a div.title .main {
    margin-top: 1.25vw;
  }
  .search .srch_wrap .list_box > li.part > a div.title .sub span {
    margin-left: 0.46875vw;
  }
  .search .srch_wrap .list_box > li.part > a .sup {
    margin-top: 1.875vw;
    padding-left: 2.1875vw;
    background-size: 1.5625vw auto;
  }
  .search .srch_wrap .list_box > li.part > a .sup p {
    font-size: 0.7777777778rem;
    padding: 0.78125vw 1.09375vw;
    border-radius: 1.40625vw;
  }
  .search .srch_wrap .list_box > li.part .list_btn {
    width: 11.71875vw;
    right: 1.5625vw;
  }
  .search .srch_wrap .list_box.addfile > li {
    padding: 1.5625vw;
    min-height: 22.34375vw;
  }
  .search .srch_wrap .list_box.addfile > li .file_bubble .scrh_file,
  .search .srch_wrap .list_box.addfile > li > button {
    right: 1.5625vw;
    top: 1.5625vw;
    width: 1.875vw;
    height: 2.1875vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .main {
    margin-top: 2.8125vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .sub span {
    margin-left: 0.46875vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .sub span::before {
    margin-right: 0.625vw;
  }
  .search .srch_wrap .list_box.addfile > li > a > p {
    max-height: 7.03125vw;
  }
  .search .srch_wrap .list_box.addfile > li > a span.nav {
    margin-top: 1.5625vw;
  }
  .search .srch_wrap .list_box.addfile > li .file_bubble {
    right: 1.5625vw;
    top: 1.5625vw;
  }
  .search .srch_wrap .plus_page {
    width: 14.0625vw;
    line-height: 3.125vw;
    border-radius: 0.78125vw;
    margin-top: 3.125vw;
  }
  .search .srch_wrap .plus_page::after {
    height: 3.125vw;
    width: 1.875vw;
    background-size: 1.09375vw auto;
  }
  .search .srch_word {
    padding: 0 0 2.34375vw 2.34375vw;
    width: 16.40625vw;
  }
  .search .srch_word dl {
    margin-top: 5.078125vw;
  }
  .search .srch_word dt {
    padding-bottom: 0.78125vw;
  }
  .search .srch_word dd {
    margin-top: 0.9375vw;
    margin-right: 0.78125vw;
  }
  .search .srch_word dd.srch_x {
    position: relative;
  }
  .search .srch_word dd.srch_x a {
    padding-right: 1.953125vw;
  }
  .search .srch_word dd.srch_x button {
    margin-left: 0.390625vw;
    width: 1.71875vw;
    height: 1.71875vw;
  }
  .search .srch_word dd strong {
    margin-right: 0.78125vw;
    width: 1.953125vw;
    height: 1.953125vw;
    line-height: 1.953125vw;
    font-size: 0.8333333333rem;
  }
  .search #ark_content_list {
    padding-right: 0.78125vw;
  }
  .search #ark_content_list li {
    padding-bottom: 0.390625vw;
    padding-left: 0.78125vw;
  }
  .search #ark_content_list li:first-child {
    padding-top: 0.390625vw;
  }
  .search #ark_content_list font {
    font-size: 1rem !important;
  }
  #SummaryPop {
    width: 62.5vw;
  }
  #SummaryPop .pop_cont {
    margin: 3.125vw;
    height: calc(90vh - 11vw);
  }
  #SummaryPop .pop_cont .tit {
    padding-bottom: 3.90625vw;
  }
  #SummaryPop .pop_cont .tit span {
    font-size: 1rem;
  }
  #SummaryPop .pop_cont .tit strong {
    margin-top: 1.5625vw;
    font-size: 1.3333333333rem;
  }
  #SummaryPop .pop_cont .txt {
    margin-top: 3.125vw;
    height: calc(90vh - 25vw);
  }
}
@media all and (max-width: 720px) {
  .search .linemap_guide-box {
    display: none;
  }
  .search .page_top-wrap {
    padding: 0;
  }
  .search .page_view {
    margin-top: 4.1666666667vw;
  }
  .search .hd_search {
    width: 100%;
    display: block;
  }
  .search .hd_search h2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    padding: 2.7777777778vw 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.1666666667rem;
    color: #fff;
    background-color: #2094e9;
  }
  .search .hd_search h2 span {
    display: inline-block;
    font-size: 0.8333333333rem;
    margin-left: 1.6666666667vw;
  }
  .search .hd_search .btn_wrap {
    display: block;
    padding: 0;
  }
  .search .hd_search .btn_wrap .search_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2.7777777778vw;
  }
  .search .hd_search .btn_wrap .detail {
    margin-top: 1.1111111111vw;
    width: 25%;
  }
  .search .hd_search .ct {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    padding-bottom: 1.3888888889vw;
  }
  .search .hd_search .relate_word {
    margin: 0;
    padding: 0 8.8888888889vw 0 0;
    width: 100%;
    height: 8.8888888889vw;
  }
  .search .hd_search .relate_word strong {
    display: none;
  }
  .search .hd_search .relate_word div a {
    margin: 0 1.3888888889vw 1.3888888889vw 0;
    height: auto;
    line-height: 7.5vw;
    padding: 0 2.7777777778vw;
    border-radius: 3.8888888889vw;
  }
  .search .hd_search .relate_word .plus {
    width: 7.5vw;
    height: 7.5vw;
    background-image: url(./../img/m/ico_plus.png);
    top: 0;
  }
  .search .hd_search .cb_wrap {
    -webkit-box-shadow: 0 3.4722222222vw 3.4722222222vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 3.4722222222vw 3.4722222222vw rgba(0, 0, 0, 0.1);
  }
  .search .hd_search .detail_wrap {
    margin-right: 0;
  }
  .search .p_v-subject {
    padding-bottom: 0;
    margin-bottom: 5.5555555556vw;
  }
  .search .p_v-subject .srch_tit {
    margin-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
    border-bottom: 1px solid #ccc;
    font-size: 1.25rem;
  }
  .search .p_v-subject .sub_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.7777777778vw;
  }
  .search .p_v-subject .sub_search .tit {
    margin-top: 0;
    width: 20%;
    border-top-width: 0;
    padding: 0;
    line-height: 8.3333333333vw;
    font-size: 1rem;
  }
  .search .p_v-subject .sub_search .sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search .p_v-subject .sub_search .sub_menu li {
    width: 49%;
    margin: 0 0 1.3888888889vw 0;
    padding: 0;
    border: none;
  }
  .search .p_v-subject .sub_search .sub_menu li a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    font-size: 0.9166666667rem;
    line-height: 1.2em;
    border-radius: 1.3888888889vw;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.2222222222vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search .p_v-subject .sub_search .sub_menu li a::after {
    display: none;
  }
  .search .p_v-subject .sub_search .sub_menu li.on a {
    font-weight: 400;
    background-color: #0094f2;
    border-width: 0;
    color: #fff;
  }
  .search .p_v-subject .sub_search .sub_menu li:last-child {
    width: 100%;
  }
  .search .srch_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.7777777778vw;
  }
  .search .srch_menu dt {
    width: 20%;
    border-top-width: 0;
    padding: 0;
    line-height: 8.3333333333vw;
    font-size: 1rem;
  }
  .search .srch_menu dd.srch_step {
    position: relative;
    padding-right: 17%;
    width: 63%;
    padding-bottom: 0;
  }
  .search .srch_menu dd.srch_step .comm_select {
    width: 49%;
    margin-top: 0;
    height: 8.3333333333vw;
  }
  .search .srch_menu dd.srch_step .comm_select select {
    font-size: 0.9166666667rem;
  }
  .search .srch_menu dd.srch_step.top {
    padding-right: 0;
    width: 80%;
    margin-bottom: 2.7777777778vw;
  }
  .search .srch_menu dd.srch_step .sect {
    width: 49%;
    height: 8.3333333333vw;
    margin: 0;
    border-radius: 1.3888888889vw;
  }
  .search .srch_menu dd.srch_step .cald_wrap {
    position: static;
    width: 100%;
    font-size: 0;
    margin-top: 1.3888888889vw;
  }
  .search .srch_menu dd.srch_step .cald_wrap .s_srch {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    font-size: 1rem;
    border-radius: 1.3888888889vw;
  }
  .search .srch_menu dd.srch_step .cald_wrap label {
    display: inline-block;
    width: 49%;
  }
  .search .srch_menu dd.srch_step .cald_wrap label input[type=date] {
    height: 8.3333333333vw;
    margin: 0;
    width: 100%;
    padding: 0 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .search .srch_menu dd.srch_step .cald_wrap label.last {
    margin-left: 2%;
  }
  .search .page_list-group {
    display: block;
    padding: 1.3888888889vw 4.1666666667vw 5.5555555556vw 4.1666666667vw;
  }
  .search .srch_wrap {
    width: auto;
  }
  .search .srch_wrap .srch_again .srch_step {
    padding-bottom: 0;
  }
  .search .srch_wrap .srch_again .srch_step.area {
    display: block;
  }
  .search .srch_wrap .srch_again .srch_step.area .s_wrap {
    padding-right: 18.0555555556vw;
  }
  .search .srch_wrap .srch_again .srch_step.area .comm_select {
    width: 25%;
    height: 11.1111111111vw;
  }
  .search .srch_wrap .srch_again .srch_step.subject {
    margin-top: 3.4722222222vw;
  }
  .search .srch_wrap .srch_again .srch_step.subject strong {
    display: none;
  }
  .search .srch_wrap .srch_again .srch_step.subject .comm_select {
    height: 11.1111111111vw;
  }
  .search .srch_wrap .srch_again strong {
    margin-right: 2.7777777778vw;
    line-height: 11.1111111111vw;
    font-size: 1rem;
  }
  .search .srch_wrap .srch_again input {
    padding: 0 1.3888888889vw;
    height: 11.1111111111vw;
    border-radius: 0.8333333333vw;
  }
  .search .srch_wrap .srch_again input::-webkit-input-placeholder {
    color: #e4e4e4;
  }
  .search .srch_wrap .srch_again input::-moz-placeholder {
    color: #e4e4e4;
  }
  .search .srch_wrap .srch_again input:-ms-input-placeholder {
    color: #e4e4e4;
  }
  .search .srch_wrap .srch_again input::-ms-input-placeholder {
    color: #e4e4e4;
  }
  .search .srch_wrap .srch_again input::placeholder {
    color: #e4e4e4;
  }
  .search .srch_wrap .srch_again em {
    width: 6.9444444444vw;
    line-height: 11.1111111111vw;
    font-size: 1rem;
  }
  .search .srch_wrap .srch_again input[type=date],
  .search .srch_wrap .srch_again button {
    margin-right: 1.3888888889vw;
    width: 15vw;
    height: 11.1111111111vw;
    font-size: 0.9166666667rem;
    border-radius: 0.8333333333vw;
  }
  .search .srch_wrap .srch_again input[type=date].cald,
  .search .srch_wrap .srch_again button.cald {
    padding-right: 5.5555555556vw;
    width: 22.2222222222vw;
    height: 11.1111111111vw;
    background-position: center right 1.3888888889vw;
    background-size: 4.8611111111vw auto;
    border-radius: 1.3888888889vw;
  }
  .search .srch_wrap .srch_again input[type=date].d_srch,
  .search .srch_wrap .srch_again button.d_srch {
    width: 16.6666666667vw;
  }
  .search .srch_wrap .list_top {
    margin-top: 9.0277777778vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .search .srch_wrap .list_top p {
    font-size: 1.0833333333rem;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6em;
  }
  .search .srch_wrap .list_top .align_load {
    margin-right: 0;
  }
  .search .srch_wrap .list_top .align_load button {
    width: 4rem;
    height: 1.8333333333rem;
  }
  .search .srch_wrap .radio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .search .srch_wrap .radio_wrap .comm_radio {
    margin-right: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
  }
  .search .srch_wrap .radio_wrap .comm_radio.all {
    position: static;
  }
  .search .srch_wrap .radio_wrap .comm_radio input[type=radio] + span {
    padding-left: 4.8611111111vw;
    font-size: 0.875rem;
    line-height: 4.1666666667vw;
  }
  .search .srch_wrap .radio_wrap .comm_radio input[type=radio] + span::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .search .srch_wrap .radio_wrap .comm_radio input[type=radio]:checked + span::after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    background-position: center;
  }
  .search .srch_wrap .radio_wrap .apply {
    display: none;
  }
  .search .srch_wrap .list_box.vdo {
    font-size: 0;
  }
  .search .srch_wrap .list_box.vdo li > a {
    display: block;
  }
  .search .srch_wrap .list_box .rpt_pdf {
    position: static;
    margin-top: 2.2222222222vw;
  }
  .search .srch_wrap .list_box .rpt_pdf a, .search .srch_wrap .list_box .rpt_pdf button {
    width: 5.5555555556vw;
    height: 6.6666666667vw;
  }
  .search .srch_wrap .list_box > li {
    padding: 4.8611111111vw 0;
  }
  .search .srch_wrap .list_box > li.null {
    padding: 9.0277777778vw 2.7777777778vw;
  }
  .search .srch_wrap .list_box > li.null p {
    font-size: 0.9166666667rem;
  }
  .search .srch_wrap .list_box > li.btns {
    padding-right: 0;
    padding-left: 0;
  }
  .search .srch_wrap .list_box > li.vdo {
    font-size: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .search .srch_wrap .list_box > li.vdo > a {
    display: block;
  }
  .search .srch_wrap .list_box > li.vdo > a div.title .main span {
    margin-top: 2.0833333333vw;
  }
  .search .srch_wrap .list_box > li > a .vdo_img {
    margin-right: 0;
    width: auto;
  }
  .search .srch_wrap .list_box > li > a .vdo_txt {
    margin-top: 4.1666666667vw;
  }
  .search .srch_wrap .list_box > li > a div.title .sub {
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li > a div.title .sub span {
    margin-left: 2.7777777778vw;
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main {
    margin-top: 2.7777777778vw;
  }
  .search .srch_wrap .list_box > li > a div.title .main > strong {
    margin-bottom: 1.3888888889vw;
    font-size: 0.9166666667rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > strong > span {
    font-size: 0.9166666667rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > em {
    padding-bottom: 0.9722222222vw;
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li > a div.title .main > span {
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li > a > p {
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li > a span.nav {
    margin-top: 2.7777777778vw;
    padding-left: 4.8611111111vw;
    font-size: 0.8333333333rem;
    background-size: 3.6111111111vw auto;
    background-position: left 0.2777777778vw;
  }
  .search .srch_wrap .list_box > li .list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.7777777778vw;
    width: 100%;
    position: static;
    font-size: 0;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file {
    width: 49%;
    height: 11.1111111111vw;
    font-size: 0.9166666667rem;
    border-radius: 1.3888888889vw;
    line-height: 11.1111111111vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file:first-child {
    margin-bottom: 0;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file.info, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail {
    text-indent: 4.1666666667vw;
  }
  .search .srch_wrap .list_box > li .list_btn .scrh_file.info::after, .search .srch_wrap .list_box > li .list_btn .scrh_file.mail::after {
    width: 3.8888888889vw;
    right: 4.1666666667vw;
  }
  .search .srch_wrap .list_box > li .list_btn .file_bubble {
    width: 49%;
  }
  .search .srch_wrap .list_box > li .list_btn .file_bubble .scrh_file {
    width: auto;
  }
  .search .srch_wrap .list_box > li.part {
    padding-right: 0;
  }
  .search .srch_wrap .list_box > li.part > a {
    padding-left: 19.4444444444vw;
  }
  .search .srch_wrap .list_box > li.part > a > strong {
    width: 15.8333333333vw;
    height: 15.8333333333vw;
  }
  .search .srch_wrap .list_box > li.part > a > strong span {
    font-size: 0.8333333333rem;
  }
  .search .srch_wrap .list_box > li.part > a div.title .main {
    margin-top: 2.2222222222vw;
  }
  .search .srch_wrap .list_box > li.part > a div.title .sub span {
    margin-left: 0.8333333333vw;
  }
  .search .srch_wrap .list_box > li.part > a .sup {
    margin-top: 3.3333333333vw;
    padding-left: 3.8888888889vw;
    background-size: 2.7777777778vw auto;
  }
  .search .srch_wrap .list_box > li.part > a .sup p {
    font-size: 0.8333333333rem;
    padding: 1.6666666667vw 1.9444444444vw;
    border-radius: 2.5vw;
  }
  .search .srch_wrap .list_box > li.part .list_btn {
    width: 100%;
    right: 0;
  }
  .search .srch_wrap .list_box > li.part .list_btn a {
    width: 48.5%;
  }
  .search .srch_wrap .list_box.addfile > li {
    padding: 2.7777777778vw;
    min-height: 39.7222222222vw;
  }
  .search .srch_wrap .list_box.addfile > li .file_bubble .scrh_file,
  .search .srch_wrap .list_box.addfile > li > button {
    right: 2.7777777778vw;
    top: 3.3333333333vw;
    width: 4.1666666667vw;
    height: 5vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .main {
    margin-top: 5vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .sub {
    margin-right: 5.5555555556vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .sub span {
    margin-left: 0;
    display: block;
    margin-top: 1.1111111111vw;
  }
  .search .srch_wrap .list_box.addfile > li > a div.title .sub span::before {
    display: none;
  }
  .search .srch_wrap .list_box.addfile > li > a > p {
    max-height: none;
  }
  .search .srch_wrap .list_box.addfile > li > a span.nav {
    margin-top: 2.7777777778vw;
  }
  .search .srch_wrap .list_box.addfile > li .file_bubble {
    right: 2.7777777778vw;
    top: 3.3333333333vw;
  }
  .search .srch_wrap .comm_pagination {
    display: none;
  }
  .search .srch_wrap .plus_page {
    width: 33.3333333333vw;
    line-height: 8.3333333333vw;
    border-radius: 1.3888888889vw;
    margin-top: 5.5555555556vw;
  }
  .search .srch_wrap .plus_page::after {
    height: 8.3333333333vw;
    width: 5vw;
    background-size: 2.7777777778vw auto;
  }
  .search .srch_word {
    display: none;
    padding: 1.3888888889vw 5.5555555556vw 1.3888888889vw 36.1111111111vw;
    width: 100%;
    border-top: 1px solid #eaeaea;
    position: relative;
  }
  .search .srch_word.mo {
    display: block;
    padding-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
  }
  .search .srch_word strong {
    line-height: 1.2em;
    font-size: 1.0833333333rem;
    font-weight: 500;
    color: #2094e9;
    position: absolute;
    top: 50%;
    left: 5.5555555556vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .search .srch_word .comm_select {
    width: 100%;
    height: 11.1111111111vw;
  }
  .search #ark_content_list {
    padding-right: 1.3888888889vw;
  }
  .search #ark_content_list li {
    padding-bottom: 0.6944444444vw;
    padding-left: 1.3888888889vw;
  }
  .search #ark_content_list li:first-child {
    padding-top: 0.6944444444vw;
  }
  .search #ark_content_list font {
    font-size: 1rem !important;
  }
  #SummaryPop {
    margin-right: 0;
    width: calc(100% - 10vw);
  }
  #SummaryPop .pop_cont {
    margin: 6.9444444444vw;
  }
  #SummaryPop .pop_cont .tit {
    padding-bottom: 6.9444444444vw;
  }
  #SummaryPop .pop_cont .tit span {
    font-size: 0.9166666667rem;
  }
  #SummaryPop .pop_cont .tit strong {
    margin-top: 2.7777777778vw;
    font-size: 1.1666666667rem;
  }
  #SummaryPop .pop_cont .txt {
    margin-top: 5.5555555556vw;
    height: calc(90vh - 45vw);
  }
}
@media all and (max-width: 360px) {
  #ark_content_list font {
    font-size: 0.9166666667rem !important;
  }
}