main {
  position: relative; }

@media screen and (max-width: 576px) {
  .section {
    padding: 140px 0px 80px; } }

.explore__container {
  width: 90%;
  max-width: 960px;
  margin: auto; }
.explore__title {
  font-size: 3.75em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin: 0px 0 120px; }
  @media screen and (max-width: 576px) {
    .explore__title {
      font-size: 2.5em;
      margin: 30px 0 0px; } }
.explore__select {
  text-align: center;
  font-size: 1.875em;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 40px 0px; }
.explore__content {
  width: 100%;
  max-width: 900px;
  margin: 120px auto 0px; }
  @media screen and (max-width: 576px) {
    .explore__content {
      width: 90%;
      margin: 60px auto 0px; } }
.explore__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0px; }
  .explore__item:first-child {
    padding-top: 0px; }
  .explore__item:last-child {
    padding-bottom: 0px; }
.explore__textArea {
  width: 46%; }
  @media screen and (max-width: 576px) {
    .explore__textArea {
      width: 100%; } }
.explore__textTitle {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify; }
  @media screen and (max-width: 576px) {
    .explore__textTitle {
      font-size: 1.5em; } }
.explore__p {
  width: 100%;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #7A7A7A; }
.explore__more {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
  color: #7A7A7A;
  letter-spacing: 0.1em;
  display: block; }
  .explore__more:hover {
    color: #ED5B1C; }
.explore__imgArea {
  width: 46%; }
  .explore__imgArea img {
    width: 100%;
    max-width: 420px; }
  @media screen and (max-width: 576px) {
    .explore__imgArea {
      width: 100%;
      margin-bottom: 20px; } }
.explore__line {
  width: 100%;
  height: 1px;
  background-color: rgba(113, 113, 113, 0.4);
  margin: 10px 0px 5px; }
.explore__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.explore__day {
  font-size: 0.875em;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #717171; }
.explore__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.explore__shareText {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #717171;
  margin-right: 10px; }
.explore__shareLink {
  display: block;
  cursor: pointer; }
.explore__shareIcon {
  width: 100%;
  max-width: 100%; }

.search {
  width: 100%;
  max-width: 960px;
  margin: 40px auto; }
  @media screen and (max-width: 576px) {
    .search {
      margin: unset;
      position: fixed;
      top: 70px;
      left: 0;
      height: 128px;
      overflow-x: hidden; } }
  .search__selector {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: #EDEDED;
    display: none; }
    @media screen and (max-width: 576px) {
      .search__selector {
        display: block; }
        .search__selector--active .search__selectorP::after {
          -webkit-transform: translateY(-30%) rotate(45deg);
          -ms-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; } }
  .search__selectorP {
    display: inline-block;
    color: #717171;
    font-size: 1em;
    letter-spacing: 0.1em;
    position: relative; }
    @media screen and (max-width: 576px) {
      .search__selectorP::after {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 15px;
        border-left: 1px solid #535353;
        border-top: 1px solid #535353;
        position: absolute;
        top: 50%;
        right: -20px;
        -webkit-transform: translateY(-70%) rotate(225deg);
        -ms-transform: translateY(-70%) rotate(225deg);
        transform: translateY(-70%) rotate(225deg);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; } }
  .search__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .search__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0px;
        background-color: #FFF;
        display: none;
        position: relative;
        z-index: 10; } }
  .search__li {
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.15em;
    text-align: justify;
    border: 1px solid #717171;
    padding: 7px 16px;
    text-align: center;
    background-color: #FFF;
    color: #717171;
    margin: 0px 10px; }
    @media screen and (max-width: 576px) {
      .search__li {
        border: unset;
        margin: 0px 0px 20px 0px;
        width: 100%; } }
    .search__li > p::after {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-left: 15px;
      border-left: 1px solid #535353;
      border-top: 1px solid #535353;
      -webkit-transform: translateY(-4px) rotate(225deg);
      -ms-transform: translateY(-4px) rotate(225deg);
      transform: translateY(-4px) rotate(225deg);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media screen and (max-width: 576px) {
        .search__li > p::after {
          display: none; } }
    .search__li--active {
      background-color: #717171;
      color: #FFF; }
      @media screen and (max-width: 576px) {
        .search__li--active {
          background-color: #FFF;
          color: #717171; } }
      .search__li--active > p::after {
        border-left: 1px solid #FFF !important;
        border-top: 1px solid #FFF !important;
        -webkit-transform: translateY(2px) rotate(45deg) !important;
        -ms-transform: translateY(2px) rotate(45deg) !important;
        transform: translateY(2px) rotate(45deg) !important;
        -webkit-transition: all .5s !important;
        -o-transition: all .5s !important;
        transition: all .5s !important; }
  .search__itemBox {
    display: none;
    width: 100%;
    position: absolute;
    top: 400px;
    left: 0;
    pointer-events: none; }
    @media screen and (max-width: 576px) {
      .search__itemBox {
        position: static; } }
  .search__itemContainer {
    background-color: #FFF;
    width: 100%;
    max-width: 730px;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #717171;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left; }
    @media screen and (max-width: 576px) {
      .search__itemContainer {
        border: unset;
        border-top: 1px solid rgba(113, 113, 113, 0.5);
        border-bottom: 1px solid rgba(113, 113, 113, 0.5);
        margin-top: 15px;
        text-align: center; } }
  .search__item {
    width: 33%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    color: #717171;
    margin-bottom: 20px;
    pointer-events: auto; }
    @media screen and (max-width: 576px) {
      .search__item {
        width: 100%; }
        .search__item:last-child {
          margin-bottom: unset; } }
  .search__classification {
    width: 100%;
    margin: auto;
    padding: 50px 0px 0px;
    background-color: #FFF; }
    @media screen and (max-width: 576px) {
      .search__classification {
        overflow: scroll;
        padding: 15px 0px;
        position: absolute;
        top: 58px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .search__classificationContainer {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .search__classificationContainer {
        width: 90%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: scroll; } }
  .search__classP {
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    color: #313131;
    padding: 0px 20px;
    border-right: 1px solid #717171; }
    @media screen and (max-width: 576px) {
      .search__classP {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .search__classP:first-child {
      padding-left: 0; }
    .search__classP:last-child {
      padding-right: 0;
      border-right: unset; }
    .search__classP--active {
      color: #ED5B1C; }

.copy {
  opacity: 0;
  position: absolute;
  z-index: -100; }

#copy {
  display: none; }

.pickers {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  z-index: 10;
  background-color: #FFF; }
  @media screen and (max-width: 1200px) {
    .pickers {
      padding: 0;
      top: 70px; } }
  .pickers__selector {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    background-color: #EDEDED;
    display: none; }
    @media screen and (max-width: 1200px) {
      .pickers__selector {
        display: block; }
        .pickers__selector--active .pickers__selectorP::after {
          -webkit-transform: translateY(2px) rotate(45deg);
          -ms-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .pickers__selector--active + .pickers__ul {
          opacity: 1;
          visibility: visible;
          -webkit-transition: height 0.25s ease-out 0s, opacity 0.25s ease-out 0.25s;
          -o-transition: height 0.25s ease-out 0s, opacity 0.25s ease-out 0.25s;
          transition: height 0.25s ease-out 0s, opacity 0.25s ease-out 0.25s; } }
  .pickers__selectorP {
    display: inline-block;
    color: #717171;
    font-size: 1em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .pickers__selectorP::after {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 15px;
        border-left: 1px solid #535353;
        border-top: 1px solid #535353;
        -webkit-transform: translateY(-4px) rotate(225deg);
        -ms-transform: translateY(-4px) rotate(225deg);
        transform: translateY(-4px) rotate(225deg);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; } }
  .pickers__ul {
    background-color: #FFF;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .pickers__ul {
        padding: 40px 0px;
        -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 58px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.1s ease-out 0s, height 0.25s ease-out 0s;
        -o-transition: opacity 0.1s ease-out 0s, height 0.25s ease-out 0s;
        transition: opacity 0.1s ease-out 0s, height 0.25s ease-out 0s; } }
  .pickers__li {
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #717171;
    line-height: 1em;
    color: #717171; }
    .pickers__li:first-child {
      padding-left: 0px; }
    .pickers__li:last-child {
      padding-right: 0;
      border-right: unset; }
    @media screen and (max-width: 1200px) {
      .pickers__li {
        display: block;
        border-right: unset;
        margin-bottom: 40px;
        padding: 0px; }
        .pickers__li:last-child {
          margin-bottom: 0; } }

.explore-new:nth-of-type(2) {
  padding-top: 0; }
.explore-new__titleBox {
  text-align: center; }
  .explore-new__titleBox h3 {
    font-size: 3em;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000; }
  .explore-new__titleBox p {
    font-size: 1.125em;
    color: #444;
    letter-spacing: 0.15em;
    margin-top: 25px; }
.explore-new__title {
  line-height: 1;
  font-size: 2.25em;
  font-weight: 300;
  letter-spacing: 0.15em; }
.explore-new__container {
  width: 90%;
  max-width: 960px;
  margin: auto; }
.explore-new__title {
  text-align: center;
  font-size: 2.25em;
  letter-spacing: 0.15em; }
.explore-new__description {
  display: block;
  font-size: 0.44em;
  letter-spacing: 0.2em;
  margin-top: 10px; }
.explore-new__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px; }
.explore-new__item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 20px;
  position: relative; }
  .explore-new__item--empty {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 100%); }
    @media screen and (max-width: 768px) {
      .explore-new__item--empty {
        display: none; } }
  @media screen and (max-width: 768px) {
    .explore-new__item {
      width: 100%;
      margin: 0px 0px  20px 0px; } }
.explore-new__itemImg {
  width: 100%; }
  .explore-new__itemImg img {
    width: 100%; }
.explore-new__itemInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125em;
  color: #FFF; }
  .explore-new__itemInfo p {
    line-height: 26px;
    letter-spacing: 0.1em; }
    .explore-new__itemInfo p:last-child {
      text-decoration: underline;
      letter-spacing: 0.1em;
      cursor: pointer; }
