/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/search.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.inputStyle, .advanced_btn {
  width: 100%;
  color: #141414;
  border: 0;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder, .advanced_btn::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder, .advanced_btn::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder, .advanced_btn:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder, .advanced_btn:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:focus, .advanced_btn:focus {
    outline: 0.125rem solid #eedbbe; }

.selectStyle, .lang_select {
  width: 100%;
  border: 0;
  color: #141414;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon_arrow_b.png) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.75rem auto;
  display: block; }
  .selectStyle:focus, .lang_select:focus {
    outline: 0.125rem solid #eedbbe; }

.radioStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #fff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before {
    opacity: 1; }
  .radioStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #fff;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
  .radioStyle:focus {
    outline: 0.125rem solid #eedbbe; }

.checkboxStyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .checkboxStyle:checked:before {
    opacity: 1; }
  .checkboxStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
  .checkboxStyle:focus {
    outline: 0.125rem solid #eedbbe; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #eedbbe; }
  .buttonStyle.goback {
    background: #ca9d67;
    color: #fff; }
  .buttonStyle:focus {
    outline: 0.125rem solid #eedbbe; }

.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  margin-top: -1.625rem;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 1;
  cursor: auto;
  padding: 0 0.3125rem; }
  @media screen and (max-width: 768px) {
    .search_box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.search_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .search_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-bottom: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.search_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.625rem; }
  @media screen and (max-width: 768px) {
    .search_right {
      padding-left: 0;
      padding-top: 0.625rem;
      padding-bottom: 0.9375rem; } }

.advanced_btn {
  color: #000;
  position: relative;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .advanced_btn {
      top: 0.125rem; } }
  .advanced_btn:before {
    content: "";
    width: 100%;
    height: 0.9375rem;
    background: #efefef;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -0.25rem;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    @media screen and (max-width: 768px) {
      .advanced_btn:before {
        display: none; } }
  .advanced_btn.active {
    background: #efefef;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .advanced_btn.active:before {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .advanced_btn.active .advanced_plus {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .advanced_btn.active .advanced_plus:before {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }

.advanced_plus {
  width: 0.9375rem;
  height: 0.1875rem;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.0625rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media screen and (max-width: 768px) {
    .advanced_plus {
      right: 1.1875rem; } }
  .advanced_plus:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.advanced_search {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0; }
  @media screen and (max-width: 768px) {
    .advanced_search {
      width: calc(100vw - 20px);
      left: -1.25rem; } }
  @media screen and (max-width: 768px) {
    .advanced_search {
      width: calc(100vw - 10px);
      left: -0.5rem; } }

.advanced_inner {
  background: #efefef;
  padding: 2.375rem 0.8125rem 2.5rem;
  color: #141414; }
  @media screen and (max-width: 768px) {
    .advanced_inner {
      padding: 2.375rem 0 2.5rem; } }
  @media screen and (max-width: 768px) {
    .advanced_inner {
      padding: 1.125rem 2.5rem 1.125rem; } }

.ad_search_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .ad_search_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.ad_search_col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ad_search_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 2.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .ad_search_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 1.25rem 0;
      margin-bottom: 0; } }
  .ad_search_col fieldset {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .ad_search_col:before, .ad_search_col:after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 768px) {
      .ad_search_col:before, .ad_search_col:after {
        width: 100%;
        height: 0.0625rem; } }
  .ad_search_col:before {
    background: #fff;
    left: 0; }
  .ad_search_col:after {
    background: #d9d9d9;
    right: 0; }
    @media screen and (max-width: 768px) {
      .ad_search_col:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0; } }
  .ad_search_col:nth-child(1):before {
    display: none; }
    @media screen and (max-width: 768px) {
      .ad_search_col:nth-child(1):before {
        display: block;
        top: auto;
        bottom: -1.25rem;
        left: 10%;
        width: 80%;
        height: 0.0625rem; } }
    @media screen and (max-width: 768px) {
      .ad_search_col:nth-child(1):before {
        width: 100%;
        left: 0;
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(2):after {
      top: auto;
      bottom: -1.25rem;
      left: 10%;
      width: 80%;
      height: 0.0625rem;
      background: #fff; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(2):after {
      width: 100%;
      left: 0;
      top: auto;
      bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3) {
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3):before {
      top: -1.25rem;
      left: 10%;
      width: 80%;
      height: 0.0625rem;
      background: #d9d9d9; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3):before {
      width: 100%;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:last-child {
      margin-bottom: 0; } }
  .ad_search_col:last-child:after {
    display: none; }
    @media screen and (max-width: 768px) {
      .ad_search_col:last-child:after {
        display: block;
        top: -1.25rem;
        left: 10%;
        width: 80%;
        height: 0.0625rem;
        background: #d9d9d9; } }
    @media screen and (max-width: 768px) {
      .ad_search_col:last-child:after {
        display: none; } }

.search_legend {
  margin-bottom: 0.625rem; }

.search_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0;
  white-space: nowrap; }
  .search_item_row .radioStyle,
  .search_item_row .checkboxStyle {
    margin-right: 0.4375rem;
    border-color: #c1c1c1;
    background-color: #fff; }
  .search_item_row .radioStyle:before {
    background: #666666; }
  .search_item_row .inputStyle, .search_item_row .advanced_btn {
    color: #141414;
    border: 0.0625rem solid #c1c1c1;
    padding: 0.3125rem 0.625rem;
    margin-left: 0.9375rem; }
  .search_item_row .selectStyle, .search_item_row .lang_select {
    width: auto; }

.radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.9375rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem; }
  .radio_item:first-child {
    margin-left: 1.4375rem; }

.search_btn {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.search_submit {
  width: 100%;
  height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  background: #ca9d67;
  border: 0;
  border-radius: 0.1875rem;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  z-index: 1;
  cursor: pointer; }
  .search_submit:focus, .search_submit:hover {
    background: #ca9d67; }
  .search_submit .fa-search {
    margin-right: 0.3125rem; }

.search_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media screen and (max-width: 768px) {
    .search_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .search_row .selectStyle, .search_row .lang_select {
    padding: 0.9375rem 1.0625rem;
    border-radius: 0.3125rem; }
  .search_row .inputStyle, .search_row .advanced_btn {
    padding: 0.9375rem 1.0625rem;
    border-radius: 0.3125rem; }

.search_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 768px) {
    .select_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 0.625rem; } }
  .select_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem; }
    @media screen and (max-width: 768px) {
      .select_col:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .select_col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.75rem;
            flex: 0 0 8.75rem; }
    @media screen and (max-width: 768px) {
      .select_col:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

.lang_row {
  margin-left: 1.4375rem; }

.lang_select {
  width: auto;
  color: #141414;
  border: 0.0625rem solid #c1c1c1;
  padding: 0.3125rem 2.5rem 0.3125rem 0.625rem;
  margin-left: 0.9375rem;
  background-size: 0.625rem auto; }

.search_result {
  text-align: center;
  line-height: 1.5;
  opacity: 0.6;
  margin-bottom: 1.875rem; }

.dash {
  display: inline-block;
  width: 1.875rem;
  height: 0.0625rem;
  background: #141414;
  vertical-align: middle;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  opacity: 0.5; }

.exhibition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

.exhibition_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  min-width: 0;
  padding: 2.5rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .exhibition_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .exhibition_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-left: 1.875rem; } }

.exhibition_item {
  position: relative; }

.exhibition_tag {
  font-size: 0.875rem;
  color: #fff;
  padding: 0.1875rem 0.9375rem 0.1875rem 1.5625rem;
  background: #d45252;
  border-bottom-left-radius: 1.0625rem;
  position: absolute;
  top: -1.25rem;
  right: 1.25rem;
  z-index: 1; }

.exhibition_link:hover .exhibition_pic, .exhibition_link:focus .exhibition_pic {
  background: #ca9d67; }

.exhibition_link:hover .exhibition_caption, .exhibition_link:focus .exhibition_caption {
  color: #ca9d67; }

.exhibition_pic {
  background: #eedbbe;
  border-bottom-right-radius: 2.0625rem;
  position: relative;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out; }

.exhibition_pic_img {
  border-top-left-radius: 5rem;
  top: -1.25rem;
  left: -1.25rem; }
  @media screen and (max-width: 768px) {
    .exhibition_pic_img {
      top: -0.9375rem;
      left: -0.9375rem; } }

.exhibition_caption {
  padding: 0.9375rem 0;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.exhibition_title {
  font-size: 1.25rem;
  font-family: Arial, sans-serif, Verdana, "Noto Sans TC";
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.625rem; }

.exhibition_txt {
  font-size: 0.9375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.item_link {
  height: 100%;
  position: relative; }
  @media screen and (min-width: 769px) {
    .item_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #ca9d67;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .item_link:focus:after {
      opacity: 1; } }
  .item_link:focus .item_caption, .item_link:hover .item_caption {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .item_link:focus .item_title,
  .item_link:focus .item_txt, .item_link:hover .item_title,
  .item_link:hover .item_txt {
    opacity: 1;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }

.item {
  height: 100%;
  position: relative;
  overflow: hidden; }

.item_pic {
  height: 100%; }

.item_caption {
  width: 100%;
  color: #fff;
  letter-spacing: 0.0625rem;
  padding: 0.9375rem 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(20, 20, 20, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.item_title {
  font-family: Arial, sans-serif, Verdana, "Noto Sans TC";
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0; }

.item_txt {
  font-size: 0.8125rem;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0; }

.grid {
  min-height: 31.25rem;
  position: relative; }

.grid-item {
  position: absolute;
  left: 45%;
  top: 0;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out; }

.grid.horizontal {
  width: 100%;
  height: 37.5625rem; }
  @media screen and (max-width: 768px) {
    .grid.horizontal {
      height: 39.0625rem; } }
  @media screen and (max-width: 480px) {
    .grid.horizontal {
      height: 40.125rem; } }
  .grid.horizontal .grid-sizer,
  .grid.horizontal .grid-item {
    width: auto;
    height: 18.75rem;
    float: left;
    padding: 0.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .grid.horizontal .grid-sizer,
      .grid.horizontal .grid-item {
        -webkit-transition: none;
        transition: none; } }
    .grid.horizontal .grid-sizer img,
    .grid.horizontal .grid-item img {
      width: auto;
      height: 100%; }

.grid.verticle {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 768px) {
    .grid.verticle {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (max-width: 480px) {
    .grid.verticle {
      margin-left: 0rem;
      margin-right: 0rem; } }
  .grid.verticle .grid-sizer,
  .grid.verticle .grid-item {
    width: 20%; }
    @media screen and (max-width: 768px) {
      .grid.verticle .grid-sizer,
      .grid.verticle .grid-item {
        width: 33.33333%; } }
    @media screen and (max-width: 480px) {
      .grid.verticle .grid-sizer,
      .grid.verticle .grid-item {
        width: 50%; } }
  .grid.verticle .grid-item {
    padding: 0.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .grid.verticle .grid-item {
        margin-bottom: 0.625rem; } }

.sec_list {
  padding: 3.75rem 0 6.25rem; }
  .sec_list .container {
    max-width: 100rem; }
  .sec_list .mainTitle_row {
    margin-bottom: 3.125rem; }
  .sec_list .search_box {
    max-width: 75rem;
    margin: 0 auto 3.125rem; }

