@charset "UTF-8";
/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@-webkit-keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.adguideWrap .adguideItemWrap, .adguideWrap .adguideHeaderWrap .adguideHeader, .adguideWrap .breadcrumbWrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1132px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap, .adguideWrap .adguideHeaderWrap .adguideHeader, .adguideWrap .breadcrumbWrap {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.adguideWrap .adguideHeaderWrap .title {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideHeaderWrap .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.adguideWrap .adguideItemWrap .content .contentHead .name {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .content .contentHead .name {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap .content .contentHead .name {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.breadcrumbWrap li + li::before, .breadcrumbWrap li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before, .breadcrumbWrap li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.breadcrumbWrap li + li::before {
  padding-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before {
    padding-right: 1.2rem;
  }
}

.breadcrumbWrap li + li::before {
  padding-left: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before {
    padding-left: 1.2rem;
  }
}

.breadcrumbWrap {
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-top: 2rem;
  }
}

.breadcrumbWrap {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-bottom: 2.4rem;
  }
}

.adguideWrap .adguideItemWrap .cover .infoWrap .infoDesc:not(:empty) + *, .galleryWrap .slick-info .infoDesc:not(:empty) + *, .adguideWrap .adguideItemWrap .cover .infoWrap .infoTitle:not(:empty) + *, .galleryWrap .slick-info .infoTitle:not(:empty) + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .cover .infoWrap .infoDesc:not(:empty) + *, .galleryWrap .slick-info .infoDesc:not(:empty) + *, .adguideWrap .adguideItemWrap .cover .infoWrap .infoTitle:not(:empty) + *, .galleryWrap .slick-info .infoTitle:not(:empty) + * {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap .cover .infoWrap .infoDesc:not(:empty) + *, .galleryWrap .slick-info .infoDesc:not(:empty) + *, .adguideWrap .adguideItemWrap .cover .infoWrap .infoTitle:not(:empty) + *, .galleryWrap .slick-info .infoTitle:not(:empty) + * {
    margin-top: 0.4rem;
  }
}

.adguideWrap .adguideItemWrap .content .contentDetail li + li, .adguideWrap .adguideItemWrap .cover .countWrap, .adguideWrap .adguideItemWrap .cover .infoWrap {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .content .contentDetail li + li, .adguideWrap .adguideItemWrap .cover .countWrap, .adguideWrap .adguideItemWrap .cover .infoWrap {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap .content .contentDetail li + li, .adguideWrap .adguideItemWrap .cover .countWrap, .adguideWrap .adguideItemWrap .cover .infoWrap {
    margin-top: 1.2rem;
  }
}

.adguideWrap .adguideItemWrap .content .contentHead {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .content .contentHead {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap .content .contentHead {
    margin-bottom: 1.6rem;
  }
}

.adguideWrap .adguideItemWrap .content .contentDetail .title {
  margin-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .content .contentDetail .title {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap .content .contentDetail .title {
    margin-right: 2rem;
  }
}

.adguideWrap .adguideHeaderWrap, .galleryWrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideHeaderWrap, .galleryWrap {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideHeaderWrap, .galleryWrap {
    margin-bottom: 2rem;
  }
}

.adguideWrap .adguideItemWrap + .adguideItemWrap {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap + .adguideItemWrap {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap .adguideItemWrap + .adguideItemWrap {
    margin-top: 4.8rem;
  }
}

.adguideWrap {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .adguideWrap {
    margin-bottom: 8rem;
  }
}

.breadcrumbWrap li {
  letter-spacing: 0.5px;
  font-weight: 400;
}

.adguideWrap .adguideHeaderWrap .adguideMenuList li:hover, .adguideWrap .adguideHeaderWrap .adguideMenu:hover, .breadcrumbWrap a:hover, .adguideWrap .adguideItemWrap .content .contentHead a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}

.galleryWrap .arrowWrap {
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}
.galleryWrap .arrowWrap:hover {
  opacity: 1;
}

.adguideWrap .adguideItemWrap .content .contentHead a {
  position: relative;
}
.adguideWrap .adguideItemWrap .content .contentHead a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 3px solid var(--primary-1-color);
  bottom: 1px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.adguideWrap .adguideItemWrap .cover .infoWrap, .galleryWrap .slick-info {
  position: relative;
  padding-left: 6rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .cover .infoWrap, .galleryWrap .slick-info {
    padding-right: 1.6rem;
  }
}
.adguideWrap .adguideItemWrap .cover .infoWrap::before, .galleryWrap .slick-info::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  border-bottom: 3px solid var(--primary-1-color);
}

.adguideWrap .adguideItemWrap .cover .infoWrap .infoTitle, .galleryWrap .slick-info .infoTitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.adguideWrap .adguideItemWrap .cover .infoWrap .infoDesc, .galleryWrap .slick-info .infoDesc {
  font-size: 1.6rem;
  color: var(--secondary-3-color);
}
.adguideWrap .adguideItemWrap .cover .infoWrap .infoCite, .galleryWrap .slick-info .infoCite {
  font-size: 1.2rem;
  color: var(--secondary-4-color);
  letter-spacing: 0.3px;
}

/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
.breadcrumbWrap li {
  display: inline-block;
}
.breadcrumbWrap li:not(:last-of-type) a {
  color: var(--secondary-4-color);
}
.breadcrumbWrap li:last-of-type a {
  color: var(--secondary-2-color);
}
.breadcrumbWrap li + li::before {
  content: "//";
  display: inline-block;
  color: var(--secondary-4-color);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("//static-assets-staging.juksy.com/web/v4/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("//static-assets-staging.juksy.com/web/v4/fonts/slick.eot");
  src: url("//static-assets-staging.juksy.com/web/v4/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.woff") format("woff"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.ttf") format("truetype"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.galleryWrap {
  margin-left: auto;
  margin-right: auto;
}
.galleryWrap .slick-slide img {
  display: inline-block;
  width: 100%;
}
.galleryWrap .slick-track {
  display: flex;
  align-items: center;
}
.galleryWrap[data-vertical=true] {
  max-width: 80rem;
}
.galleryWrap .slick-count {
  position: relative;
  display: inline-block;
  bottom: 25px;
  font-size: 1.2rem;
  color: var(--secondary-1-color);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .galleryWrap .slick-count {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.galleryWrap .slick-dots {
  position: relative;
  bottom: 0;
}
.galleryWrap .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 3px;
}
.galleryWrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  transition: all 0.2s;
}
.galleryWrap .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1rem;
  color: var(--secondary-5-color);
}
.galleryWrap .slick-dots li button::before.slick-active {
  color: var(--primary-1-color);
}
.galleryWrap .slick-dots li.slick-active button:before {
  color: var(--primary-1-color);
}
.galleryWrap .slick-info {
  bottom: 25px;
}
.galleryWrap .slick-info .infoDesc {
  display: inline-block;
}
.galleryWrap .slick-info a {
  color: inherit;
}
.galleryWrap .slick-info h3, .galleryWrap .slick-info h4 {
  display: block;
}
.galleryWrap .arrowWrap {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #1A1A1A;
  box-shadow: 0px 3px 6px var(--secondary-5-color);
  position: absolute;
  cursor: pointer;
  top: calc(50%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 1;
  opacity: 0.4;
}
@media screen and (max-width: 1023px) {
  .galleryWrap .arrowWrap {
    display: none;
  }
}
.galleryWrap .arrowWrap.arrowPrevious {
  left: 2rem;
}
.galleryWrap .arrowWrap.arrowNext {
  right: 2rem;
}
.galleryWrap .img-wrap {
  text-align: center;
}
.galleryWrap h3,
.galleryWrap h4 {
  display: none;
}

.adguideWrap .adguideHeaderWrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 6.4rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1000;
  background-color: var(--secondary-6-color);
}
.adguideWrap .adguideHeaderWrap .adguideHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.8rem;
}
.adguideWrap .adguideHeaderWrap .title {
  font-weight: 700;
}
.adguideWrap .adguideHeaderWrap .menuWrap {
  position: relative;
  font-weight: 500;
}
.adguideWrap .adguideHeaderWrap .menuWrap .icon-arrowRight {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-left: 1.2rem;
}
.adguideWrap .adguideHeaderWrap .menuWrap .icon-arrowRight.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.adguideWrap .adguideHeaderWrap .adguideMenu {
  cursor: pointer;
}
.adguideWrap .adguideHeaderWrap .adguideMenuList {
  position: absolute;
  -webkit-animation: fadeInDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeInDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 0;
  top: 3.5rem;
  box-shadow: 0px 3px 6px var(--secondary-5-color);
  border-radius: 0.8rem;
  background-color: var(--secondary-6-color);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  z-index: 1;
}
.adguideWrap .adguideHeaderWrap .adguideMenuList li {
  text-align: center;
}
.adguideWrap .adguideHeaderWrap .adguideMenuList .adguideMenuItem {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: inline-block;
  min-width: 9rem;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.adguideWrap .adguideItemWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.adguideWrap .adguideItemWrap .cover {
  display: inline-block;
  width: 53.2rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .cover {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.adguideWrap .adguideItemWrap .cover .imgWrap {
  position: relative;
}
.adguideWrap .adguideItemWrap .cover .imgWrap::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 78.9473684211%;
  background-color: var(--secondary-5-color);
}
.adguideWrap .adguideItemWrap .cover .imgWrap > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.adguideWrap .adguideItemWrap .cover .infoWrap .infoDesc {
  display: inline-block;
}
.adguideWrap .adguideItemWrap .cover .countWrap {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--secondary-1-color);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .cover .countWrap {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.adguideWrap .adguideItemWrap .cover .slick-dots {
  bottom: -4px;
}
.adguideWrap .adguideItemWrap .cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.adguideWrap .adguideItemWrap .content {
  width: calc(100% - 53.2rem);
  padding-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .adguideWrap .adguideItemWrap .content {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.adguideWrap .adguideItemWrap .content .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adguideWrap .adguideItemWrap .content .contentHead .name {
  font-weight: 500;
}
.adguideWrap .adguideItemWrap .content .contentHead .mail {
  display: flex;
  align-items: center;
}
.adguideWrap .adguideItemWrap .content .contentDetail li {
  display: flex;
  color: var(--secondary-2-color);
}
.adguideWrap .adguideItemWrap .content .contentDetail .title {
  display: inline-block;
  width: 8rem;
  flex-shrink: 0;
  color: var(--secondary-4-color);
}
