@media screen and (max-width: 767px) {
  .gnavWrap + #contents:not(.maxWidth) {
    padding-top: 50px !important; } }
.acSectionBorder {
  border: 6px solid #394A66; }
  .acSectionBorder + .acSectionBorder {
    border-top: none; }
  .acSectionBorder .inner {
    padding: 5.15% 4.57%; }
  .acSectionBorder p + p {
    margin-top: 1.8em; }
  @media screen and (max-width: 767px) {
    .acSectionBorder {
      border: 4px solid #394A66; }
      .acSectionBorder p + p {
        margin-top: 1.6em; } }

.acFirstView {
  margin-bottom: 45px;
  background-size: cover; }
  .acFirstView .text {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold; }
  .acFirstView .title {
    margin-top: 2%;
    text-indent: -1em; }
    .acFirstView .title h2 {
      padding-left: 0.5em;
      line-height: 1.4;
      font-size: 4.2rem;
      font-feature-settings: "palt" 1; }
      .acFirstView .title h2 > span {
        font-weight: bold; }
  .acFirstView .list {
    margin-top: 2%; }
    .acFirstView .list li {
      line-height: 1.2;
      font-size: 1.2rem;
      margin-left: 1em; }
      .acFirstView .list li + li {
        margin-top: 2px; }
  .acFirstView .logo {
    display: flex;
    align-items: center;
    margin-top: 16.5%; }
    .acFirstView .logo img {
      max-width: 182px; }
    .acFirstView .logo p {
      margin-left: 8px;
      padding-top: 5px;
      line-height: 1.2;
      font-size: 2.6rem; }
  @media screen and (max-width: 767px) {
    .acFirstView {
      margin-bottom: 30px; }
      .acFirstView .text {
        font-size: 1.4rem; }
      .acFirstView .title {
        text-indent: -0.7em; }
        .acFirstView .title h2 {
          font-size: 2.0rem; }
      .acFirstView .list li {
        font-size: 1.0rem; }
      .acFirstView .logo {
        margin-top: 50px; }
        .acFirstView .logo img {
          max-width: 100px; }
        .acFirstView .logo p {
          font-size: 1.6rem; } }

.acVideo {
  margin: 40px 0 0;
  position: relative; }
  .acVideo::before {
    content: '';
    position: absolute;
    left: -5%;
    bottom: 20%;
    width: 110%;
    height: 65%;
    max-height: 500px;
    background-color: #ECEFE5; }
  .acVideo .acVideoInner {
    position: relative;
    margin: 0 auto; }
  .acVideo p {
    margin-top: 30px; }
  .acVideo h3 {
    margin: 30px 0 25px 0;
    text-align: center;
    line-height: 1.2;
    font-size: 2.4rem;
    font-weight: bold; }
  .acVideo .vjs-poster {
    background-image: url(/features/collabo/activities/automotivecollection2022/images/video_poster.jpg) !important;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    .acVideo h3 {
      margin-bottom: 15px;
      font-size: 2.0rem; } }

.acModalList {
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px 9px;
  max-width: 800px; }
  .acModalList button {
    padding: 0;
    border: none;
    background: none;
    transition: opacity 0.3s; }
    .acModalList button:hover {
      opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .acModalList {
      margin-top: 7px;
      gap: 2px 6px; } }

#acModal button[data-izimodal-close] {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  width: 58px !important;
  height: 58px;
  padding: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all .5s;
  opacity: 1;
  background: #000 url(/shared/components/iziModal/icon_close.svg) 50% 50% no-repeat !important; }
  #acModal button[data-izimodal-close]:hover {
    opacity: .7; }
@media screen and (max-width: 767px) {
  #acModal {
    max-width: 100% !important; }
    #acModal button[data-izimodal-close] {
      position: absolute;
      top: 0;
      right: 3px;
      transform: scale(0.6);
      opacity: 1; } }

.acGallery .slide-media,
.acGallery .thumb-media {
  position: relative;
  overflow: hidden; }
.acGallery .slide-media img,
.acGallery .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.acGallery .swiper-button-next, .acGallery .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background: none;
  transform: translateY(-50%); }
  .acGallery .swiper-button-next::before, .acGallery .swiper-button-prev::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 14px;
    border-bottom: 2px solid #fff;
    transition: all 0.3s; }
.acGallery .swiper-button-prev {
  left: 0;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .acGallery .swiper-button-prev::before {
    transform: skewX(-35deg);
    border-left: 2px solid #fff;
    transform-origin: center left; }
.acGallery .swiper-button-next {
  right: 0;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid; }
  .acGallery .swiper-button-next::before {
    transform: skewX(35deg);
    border-right: 2px solid #fff;
    transform-origin: center right; }
@media screen and (max-width: 767px) {
  .acGallery .swiper-button-next, .acGallery .swiper-button-prev {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 20px;
    margin-top: 0; }
    .acGallery .swiper-button-next::before, .acGallery .swiper-button-prev::before {
      width: 20px;
      height: 6px; }
  .acGallery .swiper-button-prev {
    left: 10px; }
  .acGallery .swiper-button-next {
    right: 10px; } }

.acGallery {
  overflow: hidden; }

.acGallery .swiper {
  max-width: 872px;
  margin: auto;
  padding: 0 180px; }
  @media screen and (max-width: 767px) {
    .acGallery .swiper {
      padding: 60px 10px 0; } }

.acGallery .thumb-wrapper {
  max-width: 590px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .acGallery .thumb-wrapper {
      padding: 0 10px 40px; } }

.acGallery .swiper {
  overflow: visible; }

.acGallery .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none; }

.acGallery .swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.acGallery .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%; }

.acGallery .slide {
  display: block;
  overflow: hidden; }

.acGallery .slide-media {
  display: block;
  padding-top: 100%; }

.acGallery .slide-media img {
  object-fit: contain; }

.acGallery .slide-title {
  margin: 15px 0 30px;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .acGallery .slide-title {
      margin: 8px 0 15px;
      font-size: 1.4rem; } }

.acGallery .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .acGallery .thumb-wrapper {
      gap: 5px; } }

.acGallery .thumb-media {
  padding-top: 100%;
  cursor: pointer; }
  .acGallery .thumb-media:hover {
    opacity: 0.8; }

.acGallery .thumb-media-active {
  opacity: 0.5; }
  .acGallery .thumb-media-active:hover {
    opacity: 0.5; }

.acTalkEvent h2 {
  padding: 9px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #394A66; }
.acTalkEvent figure img {
  display: block; }
.acTalkEvent figure figcaption {
  padding: 3.2% 5.09%;
  font-weight: bold;
  background-color: #ECEFE5; }
.acTalkEvent h3 {
  margin: 3.2% 0 1.38%;
  font-weight: bold; }
.acTalkEvent h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.4rem; }
  .acTalkEvent h4 span {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: bold; }
.acTalkEvent .lumpMix .lumpL {
  margin-bottom: 0; }
  .acTalkEvent .lumpMix .lumpL img {
    max-width: 195px; }
.acTalkEvent .lumpMix p {
  line-height: 1.75;
  font-size: 1.6rem; }
.acTalkEvent .lumpMix + .lumpMix {
  margin-top: 30px; }
.acTalkEvent ul {
  display: flex;
  gap: 0 20px;
  margin-top: 40px; }
  .acTalkEvent ul li {
    display: flex;
    width: 50%; }
    .acTalkEvent ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 1 100%;
      padding: 18px;
      line-height: 1.3;
      text-align: center;
      font-size: 2.3rem;
      font-weight: bold;
      color: #fff;
      border: 1px solid #394A66;
      background-color: #394A66;
      transition: all 0.5s; }
      .acTalkEvent ul li a:hover {
        text-decoration: none;
        color: #394A66;
        background-color: #fff; }
      .acTalkEvent ul li a br {
        display: none; }
      .acTalkEvent ul li a span {
        position: relative;
        display: block;
        right: -6px;
        top: -10px;
        width: 16px;
        height: 16px; }
        .acTalkEvent ul li a span::before, .acTalkEvent ul li a span::after {
          content: '';
          position: absolute;
          width: 13px;
          height: 13px;
          border: 1px solid #707070;
          background-color: #fff; }
        .acTalkEvent ul li a span::before {
          left: 0;
          bottom: 0; }
        .acTalkEvent ul li a span::after {
          right: 0;
          top: 0; }
@media screen and (max-width: 767px) {
  .acTalkEvent h2 {
    font-size: 2.0rem; }
  .acTalkEvent h3 {
    margin: 20px 0 10px; }
  .acTalkEvent h4 {
    margin-bottom: 10px; }
    .acTalkEvent h4 span {
      margin-top: 10px; }
  .acTalkEvent .lumpMix .lumpL {
    margin: 0 0 20px; }
  .acTalkEvent .lumpMix p {
    line-height: 1.6;
    font-size: 1.4rem; }
  .acTalkEvent .lumpMix + .lumpMix {
    margin-top: 30px; }
  .acTalkEvent ul {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 30px; }
    .acTalkEvent ul li {
      width: auto; }
      .acTalkEvent ul li a {
        padding: 1.3rem;
        font-size: 1.6rem; }
        .acTalkEvent ul li a span {
          top: -5px;
          width: 13px;
          height: 13px; }
          .acTalkEvent ul li a span::before, .acTalkEvent ul li a span::after {
            width: 10px;
            height: 10px; } }

.acSectionUs {
  margin-top: 50px; }
  .acSectionUs .inner {
    background-color: #C6D1DE;
    padding: 5% 5% 5.58%; }
    .acSectionUs .inner ul {
      display: flex; }
      .acSectionUs .inner ul li {
        width: 50%; }
    .acSectionUs .inner li + li {
      margin-left: 10px; }
  .acSectionUs .inner02 {
    background-color: #A2B2CB;
    padding: 5% 5% 5.58%;
    margin-top: 50px; }
  .acSectionUs .linkBtn {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .acSectionUs h2 {
    margin: 4.6% 0 3.2%;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4; }
  .acSectionUs .imgWrap a {
    transition: all 0.5s; }
    .acSectionUs .imgWrap a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .acSectionUs h2 {
      margin: 20px 0 15px;
      font-size: 1.6rem; } }
