@charset "UTF-8";
.gallery-wrap {
  margin-top: 0;
  overflow: hidden;
}
.gallery-wrap .gallery-list {
  margin-top: 0;
}
.moto-tab {
  table-layout: fixed;
  border: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  list-style: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.moto-tab > li,
.moto-tab > tbody > tr td {
  margin-left: 0;
  background-color: #e6e7e8;
  color: #58595b;
  background-image: url(../images/product/technology/tab-spliter.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  max-width: 25%;
  vertical-align: middle;
}
.moto-tab > li a,
.moto-tab > tbody > tr td a {
  color: #58595b;
  display: block;
  padding: 10px 8px;
  outline: none;
}
.moto-tab > li.active,
.moto-tab > tbody > tr td.active {
  background-image: none;
  background-color: #801494;
  color: white;
}
.moto-tab > li.active > a,
.moto-tab > tbody > tr td.active > a {
  color: white;
}
.moto-tab > li:first-child,
.moto-tab > tbody > tr td:first-child {
  background-image: none;
}
@media (max-width: 991px) {
  .moto-tab > li,
  .moto-tab > tbody > tr td {
    font-size: 10px;
    line-height: 2;
  }
  .moto-tab > li a,
  .moto-tab > tbody > tr td a {
    padding: 10px 5px;
  }
}
.moto-tab > li ul,
.moto-tab > tbody > tr td ul {
  position: absolute;
  top: 90%;
  background-color: #FFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1;
  padding-left: 0;
  list-style: none;
  display: none;
  width: 220px;
  border-radius: 10px;
}
.moto-tab > li ul li,
.moto-tab > tbody > tr td ul li {
  text-align: left;
  position: relative;
  color: #58595b;
}
.moto-tab > li ul li a,
.moto-tab > tbody > tr td ul li a {
  padding: 10px;
  color: #58595b;
}
.moto-tab > li ul li a span.ico,
.moto-tab > tbody > tr td ul li a span.ico {
  float: right;
  transform: scale(0.6);
}
.moto-tab > li ul > li > ul,
.moto-tab > tbody > tr td ul > li > ul {
  top: 0;
  left: 95%;
}
.moto-tab > li:hover > ul,
.moto-tab > tbody > tr td:hover > ul {
  display: block;
}
.moto-tab > li:hover > ul > li:hover > ul,
.moto-tab > tbody > tr td:hover > ul > li:hover > ul {
  display: block;
}
@media (max-width: 768px) {
  .moto-tab > li:hover > ul,
  .moto-tab > tbody > tr td:hover > ul {
    display: none;
  }
  .moto-tab > li:hover > ul > li:hover > ul,
  .moto-tab > tbody > tr td:hover > ul > li:hover > ul {
    display: none;
  }
  .moto-tab > li.on > ul,
  .moto-tab > tbody > tr td.on > ul {
    display: block;
  }
  .moto-tab > li.on > ul > li.on > ul,
  .moto-tab > tbody > tr td.on > ul > li.on > ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .moto-tab > li ul > li > ul,
  .moto-tab > tbody > tr td ul > li > ul {
    background-color: #eee;
    position: relative;
    left: 0;
    box-shadow: none;
    padding-left: 20px;
    border-radius: 0;
  }
}
.moto-tab .slick-arrow {
  position: absolute;
  height: 100%;
  width: 27px;
  border: none;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  top: 0;
  outline: none;
}
.moto-tab .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/company/nav_prev.png) no-repeat center center;
}
.moto-tab .slick-arrow.slick-next {
  right: 0;
  background: url(../images/company/nav_next.png) no-repeat center center;
}
.moto-tab .slick-arrow.slick-disabled {
  background: none;
}
@media (max-width: 768px) {
  .moto-tab {
    display: block;
  }
  .moto-tab > tbody {
    display: block;
    max-width: 100%;
    overflow-x: clip;
  }
  .moto-tab > tbody > tr {
    display: block;
    max-width: 100%;
  }
  .moto-tab > tbody > tr td {
    max-width: 50%;
  }
}
.title-moto {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #231f20;
  background: url(../images/communication/motorsports/moto-bullet.png) left center no-repeat;
  padding: 3px 0 0 20px;
}
.title-moto.mt-60 {
  margin-top: 60px;
}
.schedule-title {
  color: #801494;
  margin-top: 25px;
}
.schedule-title img {
  margin-right: 10px;
}
table.schedule-tabel {
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
  border-collapse: separate;
}
table.schedule-tabel th {
  border-bottom: 4px double #000;
  padding: 10px;
  padding-top: 0;
  text-align: center;
}
table.schedule-tabel td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  padding-top: 0;
}
table.schedule-tabel tr.last td,
table.schedule-tabel td.last {
  border-bottom: 1px solid #000;
}
table.schedule-tabel a {
  color: #000;
}
table.schedule-tabel a.disable {
  color: #999;
}
table.schedule-tabel .glyphicon {
  transform: scale(0.8);
}
table.schedule-tabel td.td-class,
table.schedule-tabel td.td-round,
table.schedule-tabel td.td-result1,
table.schedule-tabel td.td-result2 {
  text-align: center;
}
@media (max-width: 992px) {
  table.schedule-tabel {
    table-layout: auto;
    border-collapse: collapse;
    display: block;
  }
  table.schedule-tabel colgroup {
    display: none;
  }
  table.schedule-tabel thead {
    display: none;
  }
  table.schedule-tabel tbody {
    display: block;
  }
  table.schedule-tabel tr.last td,
  table.schedule-tabel td.last {
    border: none;
  }
  table.schedule-tabel tr {
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
  }
  table.schedule-tabel td.td-class,
  table.schedule-tabel td.td-round,
  table.schedule-tabel td.td-result1,
  table.schedule-tabel td.td-result2 {
    text-align: left;
  }
  table.schedule-tabel td {
    border: none;
    padding: 0;
    display: block;
    text-align: left;
    padding-left: 5em;
  }
  table.schedule-tabel td.td-result1,
  table.schedule-tabel td.td-result2 {
    display: inline-block;
  }
  table.schedule-tabel td::before {
    display: inline-block;
    font-weight: bold;
    width: 5em;
    position: relative;
    margin-left: -5em;
    font-weight: 500;
  }
  table.schedule-tabel td::before::after {
    content: ":";
    float: inline-end;
    display: inline-block;
    background: red;
  }
  table.schedule-tabel td.td-class {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 0;
    margin-top: 2em;
    border-bottom: 4px double #000;
  }
  table.schedule-tabel td.td-class::before {
    content: "클래스 : ";
    display: none;
  }
  table.schedule-tabel td.td-round::before {
    content: "Round :";
  }
  table.schedule-tabel td.td-schedule::before {
    content: "Schedule :";
  }
  table.schedule-tabel td.td-location::before {
    content: "Venue :";
  }
  table.schedule-tabel td.td-result1::before {
    content: "View Results :";
  }
  table.schedule-tabel td.td-result2 {
    padding-left: 0;
  }
  table.schedule-tabel td.td-result2::before {
    display: none;
  }
  table.schedule-tabel a {
    margin: 5px 0;
    display: inline-block;
    color: #000;
    background-color: #FFF;
    border: 2px solid #801494;
    border-radius: 10px;
    padding: 0px 10px;
    font-weight: bold;
  }
  table.schedule-tabel a.disable {
    border: 2px solid #AAA;
    color: #AAA;
  }
}
.gallery-list li {
  width: 24%;
}
@media (max-width: 550px) {
  .gallery-list li {
    width: 48%;
  }
}
.gallery-expander-contents .contents-box {
  text-align: center;
}
.racer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*  background: #00000011;*/
}
.racer-picture {
  text-align: center;
}
.racer-name {
  position: relative;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.racer-name:before,
.racer-name:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  border-bottom: 1px solid #000;
  left: 20%;
  top: 50%;
}
.racer-name:after {
  left: unset;
  right: 20%;
}
.racer-brief {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.racer-brief li {
  color: #555;
  font-size: 12px;
  padding: 3px 0;
  font-weight: 600;
}
.communication-title .title h2,
.communication-title .title strong {
  font-size: 40px;
}
.communication-title .title small {
  font-size: 16px;
}
.media-board-list {
  margin: 40px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #a3a3a3;
}
@media (max-width: 768px) {
  .media-board-list {
    border: none;
  }
}
.media-board-list .table-list {
  width: 100%;
}
.media-board-list .table-list thead th {
  height: 50px;
  text-align: left;
  padding: 0 30px 0 0;
}
.media-board-list .table-list thead th:last-child {
  padding: 0 0 0 0;
}
.media-board-list .table-list thead th span {
  text-align: left;
  display: block;
  border-bottom: 1px solid #414042;
  padding: 0 0 4px 0;
  color: #414042;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .media-board-list .table-list thead th {
    padding: 0;
  }
}
.media-board-list .table-list tbody td {
  text-align: left;
  padding: 10px 30px 7px 0;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  word-break: keep-all;
}
.media-board-list .table-list tbody td a {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 768px) {
  .media-board-list .table-list tbody td {
    border-bottom: 1px solid #CCC;
  }
}
.media-board-list .table-list tbody tr:hover td {
  color: #801494;
}
.media-board-list .table-list tbody tr:hover td a {
  color: #801494;
}
.media-board-list .table-view {
  width: 100%;
}
@media (max-width: 991px) {
  .media-board-list .table-view colgroup {
    display: none;
  }
}
@media (max-width: 991px) {
  .media-board-list .table-view > thead > tr {
    display: block;
    width: 100%;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #414042;
  }
}
.media-board-list .table-view > thead > tr > th {
  text-align: left;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  font-size: 15px;
  font-weight: 300;
  color: #212121;
}
@media (max-width: 991px) {
  .media-board-list .table-view > thead > tr > th {
    display: block;
    width: 100%;
    border: none;
  }
}
.media-board-list .table-view > thead > tr > td {
  text-align: right;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  color: #212121;
}
@media (max-width: 991px) {
  .media-board-list .table-view > thead > tr > td {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
}
.media-board-list .table-view > thead span {
  color: #212121;
  display: inline-block;
  padding: 0 15px 0 0;
}
.media-board-list .table-view > thead span:first-child {
  color: #801494;
  display: inline-block;
  padding: 0 10px 0 0;
}
@media (max-width: 991px) {
  .media-board-list .table-view > thead span:first-child {
    display: block;
  }
}
.media-board-list .table-view > tbody > tr > td {
  text-align: left;
  padding: 45px 80px 55px 80px;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.74;
}
.media-board-list .table-view > tbody > tr > td img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .media-board-list .table-view > tbody > tr > td {
    padding: 10px 0;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }
}
.prev-next {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #a3a3a3;
}
.prev-next a {
  font-weight: 300;
  text-decoration: none;
  color: #212121;
  font-size: 15px;
}
.prev-next .pn-link {
  position: relative;
  padding: 6px 150px 6px 42px;
}
.prev-next .pn-link span:first-child {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  color: #801494;
  font-size: 15px;
  font-weight: 300;
  margin: -10px 0 0 0;
}
.prev-next .pn-link span.num {
  color: #212121;
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0 15px 0 0;
}
.prev-next a.btn-list {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18.5px 0 0 0;
  font-weight: 300;
  text-decoration: none;
  color: #801494;
  font-size: 16px;
  width: 128px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #801494;
  text-align: center;
  display: block;
}
.pagination {
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  float: none;
  clear: both;
  padding: 0;
}
.pagination > li > a {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #848485;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 300;
  line-height: 10px;
}
.pagination > li > span {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #848485;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 300;
  line-height: 10px;
}
.pagination li a:hover {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination li a:focus {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination li a.active {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination .btn-box {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.pagination .btn-box span {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.pagination .btn-box img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin: -3px 1px 0 1px;
}

/* wallpapers */
.wallpapers {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.wallpapers .wallpaper-item .wallpaper-title {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.wallpapers .wallpaper-item .wallpaper-title .btns a img {
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .wallpapers {
    flex-wrap: wrap;
  }
  .wallpapers .wallpaper-item:first-child {
    order: 2;
    width: 100%;
  }
  .wallpapers .wallpaper-item:first-child > img {
    display: none;
  }
  .wallpapers .wallpaper-item img {
    max-width: 100%;
  }
}

