@charset "UTF-8";
.js-mobilemenu--opened .mobilemenu--inner {
  position: fixed !important;
}
@media (max-width: 600px) {
  .js-mobilemenu--opened .mobilemenu--inner {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .js-mobilemenu--opened .mobilemenu--inner .ui-tabs-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

.menu_header {
  display: none;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .menu_header {
    display: block;
    height: 55px;
  }
}
.menu_header .menu_logo {
  padding: 12px 0 0 6%;
  width: 40%;
}
.menu_header .menu_close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.ui-tabs-nav li:first-of-type {
  position: relative;
}
.ui-tabs-nav li:first-of-type:hover:after {
  background-color: #ededed;
}
.ui-tabs-nav li:first-of-type a {
  position: inherit;
  z-index: 1;
}
.ui-tabs-nav li:first-of-type:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6f6f6;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.ui-tabs-nav li:first-of-type.ui-state-active {
  background: white;
}
.ui-tabs-nav li:first-of-type.ui-state-active:after {
  background: white;
}
.ui-tabs-nav .ui-tabs-anchor {
  font-size: 2rem;
  padding: 8px 8px 8px 15px !important;
}

.scroll_section .scrollmenu {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  display: inline-flex;
}
@media (max-width: 600px) {
  .scroll_section .scrollmenu {
    width: 100%;
  }
}
.scroll_section .scrollmenu li {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  cursor: pointer;
  color: gray;
}
.scroll_section .scrollmenu li.active {
  background-color: black;
  color: white;
}

#tab-brand {
  overflow: auto;
  height: 92vh;
}
#tab-brand .fa-calendar:before {
  content: "\f073";
}
#tab-brand .brand_keyword {
  position: relative;
  padding: 5px 15px 40px 20px;
}
#tab-brand .brand_keyword span {
  font-size: 2rem;
  font-weight: 400;
}
#tab-brand .brand_keyword .search_section {
  margin-top: 5px;
  display: flex;
}
#tab-brand .brand_keyword .search_section input {
  display: inline-flex;
  width: 64%;
  height: 35px;
  border: 1px solid black;
  border-right: none;
  margin-top: 4px;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
#tab-brand .brand_keyword .search_section .input-group-append {
  margin: 4px 16px 0 0;
  width: 45px;
  height: 35px;
  border: black 1px solid;
  border-left: none;
}
#tab-brand .brand_keyword .search_section .input-group-append button {
  height: 33px;
}
#tab-brand .brand_keyword .search_section .input-group-append button i {
  color: gray;
}
#tab-brand .brand_keyword .search_section img {
  width: 40px;
  padding-bottom: 6px;
  cursor: pointer;
}

.brand_scroll li:hover {
  opacity: 0.8;
}

.brand_content {
  height: calc(100vh - 320px);
  padding-top: 10px !important;
}
.brand_content .ch_prefix {
  font-size: 2.3rem;
  padding: 20px 0 10px 0 !important;
}
.brand_content .brand_each_content li {
  border-bottom: 1px solid #eee;
  padding: 5px 0 !important;
}
.brand_content .brand_each_content li a {
  padding: 10px 0 !important;
}
.brand_content .brand_each_content li:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .date-picker-wrapper {
    right: 15px !important;
    left: auto !important;
  }
}

@media (max-width: 600px) {
  .brand_left, .brand_right {
    display: none;
  }
}

#tab-keyword {
  height: 100vh;
  padding: 1rem;
}
#tab-keyword .keyword_ul {
  height: 100vh;
  padding: 40px 0 10px 35px !important;
  overflow: auto;
}
@media (max-width: 600px) {
  #tab-keyword .keyword_ul {
    height: calc(100vh - 145px);
  }
}
#tab-keyword .keyword_ul li {
  display: flex;
  color: gray;
  padding: 10px 0;
}
#tab-keyword .keyword_ul li:first-of-type::before {
  font-size: 2em;
  content: "•";
  color: red;
}
#tab-keyword .keyword_ul li:nth-of-type(2)::before {
  font-size: 2em;
  content: "•";
  color: orange;
}
#tab-keyword .keyword_ul li:nth-of-type(3)::before {
  font-size: 2em;
  content: "•";
  color: yellow;
}
#tab-keyword .keyword_ul li::before {
  font-size: 2em;
  content: "•";
  color: gray;
}
#tab-keyword .keyword_ul li:last-of-type::before {
  content: "";
}
#tab-keyword .keyword_ul li a {
  cursor: pointer;
  padding: 0 0 0 14px !important;
  display: inline !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black !important;
  font-size: 2rem;
}
#tab-keyword .keyword_ul li a:hover {
  color: #b6b2b2 !important;
}

.top_search {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.top_search .top_search_inner {
  overflow: hidden;
  margin-top: -160%;
  background: #f4f4f4;
  width: 100%;
}
.top_search .top_search_inner .search_sec {
  margin: 0 auto;
  padding: 0 0 0 17%;
  border-bottom: 1px #c7c2c2 solid;
  position: relative;
}
.top_search .top_search_inner .search_sec input {
  background-color: #f4f4f4;
  border: none;
  padding: 10px;
  outline: none;
  width: 100%;
  color: black;
}
.top_search .top_search_inner .search_sec input::placeholder {
  color: black;
  opacity: 1;
}
.top_search .top_search_inner .search_sec i {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 2rem;
  cursor: pointer;
}
.top_search .top_search_inner .top_history_section {
  display: flex;
}
.top_search .top_search_inner .top_history_section .search_history {
  padding: 10px 10px 30px 17%;
}
.top_search .top_search_inner .top_history_section .search_history span {
  padding: 2px 10px;
  display: block;
}
.top_search .top_search_inner .top_history_section .search_history span a {
  color: black;
}
.top_search .top_search_inner .top_history_section .history_del {
  flex: 1;
  padding-top: 10px;
}
.top_search .top_search_inner .top_history_section .history_del span {
  padding: 3px 15px 2px 15px;
  display: block;
  cursor: pointer;
  color: black;
  font-weight: 400;
}
.top_search.animate-out {
  background: rgba(255, 255, 255, 0);
}
.top_search.animate-out .top_search_inner {
  margin-top: -100%;
}

.top_search_open {
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.top_search_open .top_search_inner {
  margin-top: 0;
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

html {
  font-family: 細黑體;
}

header {
  display: flex;
  border-bottom: 1px #9e8888 solid;
  position: fixed;
  width: 100%;
  background-color: #f5f6f7;
  top: 0;
  z-index: 100;
  padding: 12px 0;
  height: 70px;
}
@media (max-width: 600px) {
  header {
    background-color: white;
    border-bottom: none;
  }
}
header nav {
  width: 100%;
  display: grid;
}
header nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
  position: relative;
}
@media (min-width: 601px) and (max-width: 850px) {
  header nav ul {
    padding-left: 3%;
  }
}
@media (max-width: 600px) {
  header nav ul {
    padding-left: 15px;
  }
}
header nav ul .for_adv_search {
  text-align: left;
  width: 110px;
}
header nav ul .for_adv_search a img {
  width: 27px;
}
@media (min-width: 850px) {
  header nav ul .for_adv_search {
    padding-left: 20px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  header nav ul .for_adv_search {
    width: 40px;
  }
}
@media (max-width: 600px) {
  header nav ul .for_adv_search {
    padding-left: 30px;
    position: absolute;
    right: 30px;
    width: auto;
  }
  header nav ul .for_adv_search a img {
    width: 25px;
  }
}
header nav ul .for_mobile_search {
  display: none;
  position: absolute;
  right: 5px;
  width: 18%;
}
@media (min-width: 850px) {
  header nav ul .for_rule, header nav ul .for_album {
    width: 120px;
  }
}
header nav ul li {
  font-size: 18px;
}
@media (min-width: 601px) and (max-width: 850px) {
  header nav ul li {
    width: 25%;
    font-size: 14px;
  }
  header nav ul li + .for_rule, header nav ul li + .for_album {
    min-width: 60px;
  }
}
@media (max-width: 600px) {
  header nav ul li {
    font-size: 1.2rem;
  }
  header nav ul li + .for_rule {
    width: 28%;
  }
  header nav ul li + .for_album {
    width: 25%;
  }
  header nav ul li + .for_mobile_search {
    display: block;
    position: absolute;
    right: 5.5rem;
    width: auto;
    text-align: right;
  }
  header nav ul li + .for_mobile_search img {
    width: 2.5rem;
  }
}
header nav ul li:hover {
  color: #c1c1c1;
}
header nav ul li a {
  color: #818892;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
}
header nav ul li a:hover {
  color: #c1c1c1;
}
header nav ul li #buttonHere {
  border-radius: 0;
}
header nav ul li #datepicker {
  position: absolute;
  top: 38px;
  right: 0px;
  z-index: 2000;
}
header .logo {
  margin-left: 24px;
  position: relative;
  padding: 8px 0 2px 0;
}
header .logo img {
  width: 130px;
}
@media (min-width: 601px) and (max-width: 850px) {
  header .logo {
    width: 120px;
  }
  header .logo img {
    width: 120px;
  }
}
@media (max-width: 600px) {
  header .logo img {
    width: 8rem;
  }
}
header .search_bar {
  position: relative;
  display: flex;
  height: 38px;
  top: 12px;
}
header .search_bar .top_search_inner {
  display: flex;
  width: 200px;
  margin-right: 10px;
  transition-duration: 0.2s;
}
@media (min-width: 601px) and (max-width: 850px) {
  header .search_bar .top_search_inner {
    width: 150px;
  }
}
header .search_bar input {
  width: 100%;
  border-right: 1px solid #ccc;
  height: 18px;
  padding: 18px;
  background-color: white;
  margin-right: 0px !important;
  transition: width 1s, height 1s;
}
@media (min-width: 601px) and (max-width: 850px) {
  header .search_bar {
    width: 23%;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  header .search_bar {
    width: 40%;
    display: none;
  }
}
header .dropdown_btn {
  top: 12px;
  white-space: nowrap;
  margin-right: 20px;
  position: relative;
  border-radius: 20px;
  background-color: #e5e5e5;
  color: #b78668;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 18px;
  height: 36px;
  display: flex !important;
  align-items: center;
}
@media (max-width: 600px) {
  header .dropdown_btn {
    display: none !important;
  }
}
header .dropdown_btn:hover {
  opacity: 0.8;
}
header .dropdown_btn .down_arrow {
  margin-left: 5px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7px 0 7px;
  border-color: #b78668 transparent transparent transparent;
}
header .dropdown_btn .down_arrow.login {
  display: block;
}
header .dropdown_btn img {
  width: 20px;
  margin-right: 3px;
}
header .dropdown_btn.link {
  text-decoration: none;
}
header .dropdown-menu {
  font-size: 16px;
}
header .dropdown-menu a {
  text-align: center;
}

.breadcrumb-item a {
  color: #777777;
}

.modal a.close-modal {
  background-image: url("../../images/icon/close.png") !important;
  top: -29.5px !important;
  right: -36.5px !important;
  width: 35px !important;
  height: 35px !important;
  padding: 30px 40px !important;
}

.modal {
  padding: 25px 15px !important;
  width: 95% !important;
  max-width: 1440px !important;
}
.modal a {
  font-size: 2rem;
}
.modal ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.modal ul li {
  margin: 0 1.5rem 1.5rem 0;
  border: 0.1rem solid #C3C3C3;
  border-radius: 1.6rem;
  float: left;
  padding: 10px;
}
@media (max-width: 600px) {
  .modal ul li {
    padding: 5px;
    margin: 0 1rem 1rem 0;
  }
}
.modal ul li a {
  display: inline-block;
  min-width: 7rem;
  height: 3rem;
  padding: 0 1rem;
  text-align: center;
  line-height: 2.7rem;
  font-size: 1.8rem;
  color: black;
}
.modal p {
  line-height: 3.5rem;
  font-size: 2.5rem;
}

.input-group-append {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: white;
}
.input-group-append button {
  height: 36px;
  width: 40px;
  margin-left: 4px;
  font-size: 24px;
  color: orange;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: white;
  box-shadow: 0px 1px 2px #bbb;
  padding: 0;
}
.input-group-append button:hover {
  cursor: pointer;
  box-shadow: 0px 0px 3px #666;
}
.input-group-append button.on {
  color: white;
  background-color: #ccc;
}

.daterangepicker {
  z-index: 10000;
}
.daterangepicker .drp-calendar.right {
  display: none !important;
}
.daterangepicker .drp-buttons {
  display: none !important;
}
.daterangepicker .cal_send {
  width: 100%;
  border: none;
  padding: 7px 0;
  color: white;
  background-color: gray;
}

/*# sourceMappingURL=base.css.map */
