@charset 'utf-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  font-family: 'Noto Sans KR', sans-serif; }

body {
  background: #f7f7f7;
  margin: 0 auto;
  padding: 0; }

a {
  text-decoration: none; }

header {
  background: #fff; }

.mainarrow {
  color: #fff;
  background-image: none !important;
  font-size: 40px; }

.swiper-pagination-bullet {
  width: 18px;
  height: 18px; }

.btnDiv {
  text-align: center;
  margin-top: 40px; }
  .btnDiv .common-btn {
    cursor: pointer;
    border: 1px solid gray;
    padding: 5px 35px 5px 35px;
    margin: 0px 0px 0px 10px;
    border-radius: 10px;
    color: gray; }

.ait_now a {
  color: #000; }

.foot-menu-wrapper ul {
  list-style: none; }

.footer-info .info-wrapper ul {
  list-style: none;
  padding: 0px; }
  .footer-info li.kakao {
    font-size: 14px; }
    .footer-info li.kakao img {
      width: 20px; }

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.portfolio-item {
  margin-bottom: 30px; }

.d-flex {
  display: flex;
  justify-content: space-between; }

.top-bar {
  position: fixed;
  width: 100%;
  align-items: center;
  background: #fff;
  z-index: 100;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0; }

.nav-link {
  cursor: pointer; }

.top-bar ul.submenu {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px; }

.top-bar div.logo-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between; }
  .top-bar div.logo-wrapper a {
    color: #333; }

.clearDiv {
  clear: both; }

.gnb {
  right: 0;
  margin-right: -100%;
  height: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff; }
  .gnb a {
    color: gray; }
  .gnb ul {
    overflow: auto;
    padding: 0;
    margin-bottom: 0px;
    list-style: none; }
  .gnb ul > li {
    border-bottom: 1px solid #e0e0e0;
    color: gray;
    font-size: 15px; }
  .gnb ul > li b {
    color: #000; }

.wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2; }

@media all and (max-width: 766px) {
  .container {
    max-width: 100%; }

  .clear {
    clear: both; }

  .pc-hide {
    display: block; }

  .pc-show {
    display: none; }

  body {
    background: #f5f5f5; }

  .menu-wrapper .right-nav {
    padding-right: 20px; }

  footer .container {
    padding: 5px;
    padding-right: 20px; }

  .top-bar div.d-flex {
    padding-left: 20px;
    padding-right: 0px; }

  .card-wrapper .card {
    border-radius: 0px; }

  .gnb {
    width: 100%;
    margin-top: 112px; }

  .gnb ul > li {
    padding: 10px;
    padding-left: 20px;
    font-size: 13px; }

  .footer {
    margin-top: 10px;
    margin-right: 3px;
    color: gray; }

  .foot-logo-wrapper a.logo img {
    width: 82px;
    position: absolute;
    left: 18px;
    top: 65px; }

  .foot-menu-wrapper {
    font-size: 13px;
    text-align: right; }
    .foot-menu-wrapper a {
      color: #ccc; }

  .footer-info {
    font-size: 13px;
    text-align: right;
    padding-top: 20px;
    color: #ccc;
    padding-bottom: 35px; }

  .foot-menu-wrapper ul > li {
    padding-top: 13px; }

  .all-card-wrapper {
    padding: 0;
    margin: 0 auto; }
    .all-card-wrapper .mobile-card {
      background: #fff;
      display: block;
      width: 100%;
      height: 155px;
      padding: 5px;
      margin-top: 10px;
      margin-bottom: 5px;
      padding: 10px; }
      .all-card-wrapper .mobile-card span.curriculum {
        width: 100%;
        background: #fff;
        font-size: 17px; }
      .all-card-wrapper .mobile-card span.now {
        background: #4f5051;
        width: 90px;
        height: 90px;
        float: right;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: normal; }

  .card-wrapper .card {
    overflow: hidden;
    border: 0px; }
    .card-wrapper .card span.img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
      position: relative;
      transition: all 0.5s;
      background-position: center; }
    .card-wrapper .card .curriculum-bottom-detail {
      width: 100%;
      bottom: 0;
      position: absolute;
      color: #000;
      height: 75px;
      background: rgba(255, 255, 255, 0.8);
      text-align: right;
      font-size: 13px;
      align-items: flex-end; }
      .card-wrapper .card .curriculum-bottom-detail b {
        font-size: 13px; }
      .card-wrapper .card .curriculum-bottom-detail .info {
        padding: 5px; }
        .card-wrapper .card .curriculum-bottom-detail .info img {
          text-align: center;
          width: 70px; }
      .card-wrapper .card .curriculum-bottom-detail .title {
        margin: 20px;
        font-size: 13px;
        text-align: left;
        font-weight: bold; }
    .card-wrapper .card .bottom-detail {
      width: 100%;
      bottom: 0;
      position: absolute;
      color: #fff;
      background: rgba(79, 80, 81, 0.7);
      text-align: right;
      padding: 10px;
      font-size: 11px;
      height: 75px; }
      .card-wrapper .card .bottom-detail b {
        font-size: 13px; }
    .card-wrapper .card span.curriculum {
      background: #fff;
      height: 100%;
      padding: 0px;
      font-size: 25px; }
    .card-wrapper .card span.now {
      background: #4f5051;
      width: 140px;
      height: 140px;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 25px;
      color: #fff;
      margin-right: 16px;
      margin-bottom: 16px;
      font-weight: normal; }

  .card-wrapper {
    width: 50%;
    padding: 5px; }

  .top-bar div.logo-wrapper ul.submenu li {
    display: none; }

  .nav-link {
    font-size: 30px;
    color: gray; }

  .logo img {
    width: 160px;
    padding-top: 15px; }

  .col-lg-12.banner-mainImg {
    padding: 0; }

  .banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center bottom; }

  .banner-fullscreen div.banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 5px;
    padding-top: 20px; }

  .banner-fullscreen div.banner-text .subtitle {
    font-size: 13px; }

  .banner-fullscreen div.banner-text .subtitle b {
    font-size: 28px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    border-top: 4px solid #fff;
    margin-top: 10px;
    padding-top: 20px; }

  .banner-fullscreen div.banner-text .subtitle-detail b {
    font-size: 16px;
    line-height: 25px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    line-height: 30px;
    font-size: 13px; }

  .banner-fullscreen div.banner-text .banner-dot {
    float: right; }

  .banner-fullscreen div.banner-text .banner-dot .dot {
    margin-left: 5px;
    cursor: pointer; }

  .banner-fullscreen div.banner-text .banner-dot .active {
    color: orange; }

  .card.pc-card {
    height: 100%;
    display: none; }

  .menuslide_on_show {
    height: 112px; }

  .foot-logo-wrapper {
    display: block;
    color: #ccc; }
    .foot-logo-wrapper img {
      width: 10px;
      margin-top: 50px; }

  .footer-info .margintop {
    margin-top: 20px; }
    .footer-info .margintop a {
      font-size: 15px;
      color: #ccc; }

  .nav-link {
    margin-top: 30px; }

  .row {
    margin: 0; }

  .width100 {
    width: 100%; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .row {
    margin: 0; }

  .container {
    max-width: 100%; }

  .pc-hide {
    display: none;
    padding: 0px; }

  .pc-show {
    display: block;
    padding: 0px; }

  body {
    background: #f5f5f5; }

  .top-bar div.d-flex {
    padding-left: 15px; }

  .card-wrapper .card {
    border-radius: 0px; }

  .gnb {
    width: 100%;
    margin-top: 112px; }

  .gnb ul > li {
    padding: 10px;
    padding-left: 20px;
    font-size: 13px; }

  .footer {
    margin-top: 10px;
    margin-right: 3px;
    color: gray; }

  .foot-logo-wrapper a.logo img {
    width: 82px;
    float: left; }

  .foot-menu-wrapper {
    font-size: 13px;
    text-align: right; }
    .foot-menu-wrapper a {
      color: #ccc; }

  .footer-info {
    font-size: 13px;
    text-align: right;
    color: #ccc;
    padding-top: 15px;
    color: gray;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px; }

  .foot-menu-wrapper ul > li {
    padding-top: 13px; }

  .all-card-wrapper {
    padding: 0;
    margin: 0 auto; }
    .all-card-wrapper .mobile-card {
      display: block;
      width: 100%;
      padding: 5px;
      margin-top: 10px; }
      .all-card-wrapper .mobile-card span.curriculum {
        width: 100%;
        background: #fff;
        font-size: 17px; }
      .all-card-wrapper .mobile-card span.now {
        background: #4f5051;
        width: 90px;
        height: 90px;
        float: right;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: normal; }

  .card-wrapper .card {
    overflow: hidden;
    border: 0px;
    background: #fff; }
    .card-wrapper .card span.img {
      background-size: cover;
      background-repeat: no-repeat;
      height: 200px;
      position: relative;
      transition: all 0.5s;
      background-position: center; }
    .card-wrapper .card .curriculum-bottom-detail {
      width: 100%;
      bottom: 0;
      position: absolute;
      color: #000;
      height: 75px;
      background: rgba(255, 255, 255, 0.8);
      text-align: right;
      font-size: 13px;
      align-items: flex-end; }
      .card-wrapper .card .curriculum-bottom-detail b {
        font-size: 15px; }
      .card-wrapper .card .curriculum-bottom-detail .info {
        text-align: center; }
        .card-wrapper .card .curriculum-bottom-detail .info img {
          padding: 10px;
          width: 78px; }
      .card-wrapper .card .curriculum-bottom-detail .title {
        padding: 16px;
        font-size: 15px;
        text-align: left;
        font-weight: bold; }
    .card-wrapper .card .bottom-detail {
      width: 100%;
      bottom: 0;
      position: absolute;
      color: #fff;
      background: rgba(79, 80, 81, 0.6);
      text-align: right;
      padding: 10px;
      font-size: 11px;
      height: 75px; }
      .card-wrapper .card .bottom-detail b {
        font-size: 13px; }
    .card-wrapper .card span.curriculum {
      background: #fff;
      height: 100%;
      padding: 0px;
      font-size: 19px; }
    .card-wrapper .card span.now {
      background: #4f5051;
      width: 100px;
      height: 100px;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px;
      color: #fff;
      margin-right: 10px;
      margin-bottom: 10px;
      font-weight: normal; }

  .card-wrapper {
    width: 50%;
    padding: 5px; }

  .top-bar div.logo-wrapper ul.submenu li {
    display: none; }

  .nav-link {
    font-size: 30px;
    color: gray; }

  .logo img {
    width: 160px;
    padding-top: 15px; }

  .col-lg-12.banner-mainImg {
    padding: 0; }

  .banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center bottom; }

  .banner-fullscreen div.banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; }

  .banner-fullscreen div.banner-text .subtitle {
    font-size: 13px; }

  .banner-fullscreen div.banner-text .subtitle b {
    font-size: 28px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    border-top: 4px solid #fff;
    margin-top: 10px;
    padding-top: 20px; }

  .banner-fullscreen div.banner-text .subtitle-detail b {
    font-size: 16px;
    line-height: 25px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    line-height: 30px;
    font-size: 13px; }

  .banner-fullscreen div.banner-text .banner-dot {
    float: right; }

  .banner-fullscreen div.banner-text .banner-dot .dot {
    margin-left: 5px;
    cursor: pointer; }

  .banner-fullscreen div.banner-text .banner-dot .active {
    color: orange; }

  .card.pc-card {
    height: 100%;
    display: block;
    padding: 10px; }

  .menuslide_on_show {
    height: 112px; }

  .foot-logo-wrapper {
    display: block;
    color: #ccc; }
    .foot-logo-wrapper img {
      width: 10px;
      margin-top: 50px; }

  .footer-info .margintop {
    margin-top: 20px; }
    .footer-info .margintop a {
      font-size: 15px;
      color: #ccc; }

  .nav-link {
    margin-top: 30px; }

  .info-wrapper {
    padding: 0px; } }

@media all and (min-width: 1025px) {
  .pc-hide {
    display: none; }

  .pc-show {
    display: block; }

  .gnb {
    width: 380px;
    margin-top: 133px;
    border-left: 1px solid gray;
    overflow: auto; }

  .gnb ul > li {
    padding: 15px;
    font-size: 15px; }

  .all-card-wrapper {
    display: none; }

  .nav-link {
    margin-top: 0px; }

  .top-bar div.logo-wrapper ul.submenu li {
    display: block; }

  .top-bar div.d-flex {
    padding-left: 16px; }

  .logo {
    margin-top: 16px; }

  .logo img {
    width: 200px;
    padding: 0; }

  .menubar {
    color: gray;
    font-size: 28px; }

  .menu-wrapper {
    align-items: center;
    display: flex; }

  .info-wrapper {
    font-size: 15px;
    text-align: right;
    color: #ccc; }

  .foot-menu-wrapper {
    display: flex;
    font-size: 14px;
    text-align: right;
    color: gray; }

  .foot-menu-wrapper ul > li {
    margin-bottom: 16px; }

  .foot-menu-wrapper ul > li b {
    font-size: 14px; }

  .top-bar ul.submenu li {
    display: block;
    margin-right: 16px; }

  .foot-logo-wrapper a.logo img {
    width: 102px; }

  .card-list {
    margin-top: 10px;
    border-radius: 0; }
    .card-list .card-wrapper {
      margin-bottom: 0px;
      padding-left: 5px;
      padding-right: 5px; }

  .card-second-list {
    border-radius: 0;
    margin-top: 10px; }
    .card-second-list .card-wrapper {
      margin-bottom: 0px;
      padding-left: 5px;
      padding-right: 5px; }

  .card-wrapper .card {
    border-radius: 0px;
    padding: 0px; }

  .main-center-3 div.img .bottom-detail div {
    text-align: left;
    float: right; }

  .footer {
    margin-top: 50px;
    padding-right: 16px;
    padding-left: 16px; }

  .footer-info {
    font-size: 14px;
    padding-top: 40px; }

  .footer-info .margintop {
    margin-top: 20px; }
    .footer-info .margintop a {
      color: #ccc; }

  .banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 480px; }

  .banner-fullscreen div.banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 540px;
    height: 400px;
    color: #fff;
    padding: 30px; }

  .banner-fullscreen div.banner-text .subtitle {
    font-size: 20px; }

  .banner-fullscreen div.banner-text .subtitle b {
    font-size: 40px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    border-top: 4px solid #fff;
    margin-top: 10px;
    padding-top: 20px; }

  .banner-fullscreen div.banner-text .subtitle-detail b {
    font-size: 21px;
    line-height: 35px; }

  .banner-fullscreen div.banner-text .subtitle-detail {
    line-height: 35px; }

  .banner-fullscreen div.banner-text .banner-dot {
    float: right; }

  .banner-fullscreen div.banner-text .banner-dot .dot {
    margin-left: 5px;
    cursor: pointer; }

  .banner-fullscreen div.banner-text .banner-dot .active {
    color: orange; }

  .main-center-3 div.img:hover {
    transform: scale(1.03);
    cursor: pointer;
    background-position: center; }

  .inquiry-btn {
    cursor: pointer;
    border: 1px solid gray;
    padding: 8px 35px 8px 35px;
    margin: 0px 0px 0px 10px;
    border-radius: 10px;
    color: gray; }

  .card-wrapper .mobile-card {
    display: none; }
    .card-wrapper .card {
      overflow: hidden;
      border: 0px; }
      .card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .card-wrapper .card .curriculum-bottom-detail {
        width: 100%;
        bottom: 0;
        position: absolute;
        color: #000;
        height: 100px;
        background: rgba(255, 255, 255, 0.8);
        text-align: right;
        font-size: 13px;
        align-items: center; }
        .card-wrapper .card .curriculum-bottom-detail b {
          font-size: 23px;
          padding-right: 20px; }
        .card-wrapper .card .curriculum-bottom-detail .info {
          text-align: center; }
          .card-wrapper .card .curriculum-bottom-detail .info img {
            padding: 15px;
            width: 105px; }
        .card-wrapper .card .curriculum-bottom-detail .title {
          padding: 16px;
          font-size: 18px;
          text-align: left;
          font-weight: bold; }
      .card-wrapper .card .bottom-detail {
        width: 100%;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(79, 80, 81, 0.7);
        text-align: right;
        padding: 16px;
        font-size: 13px;
        height: 100px; }
        .card-wrapper .card .bottom-detail b {
          font-size: 16px; }
      .card-wrapper .card span.curriculum {
        background: #fff;
        height: 100%;
        font-size: 25px; }
        .card-wrapper .card span.curriculum .title {
          padding-left: 10px; }
      .card-wrapper .card span.now {
        background: #4f5051;
        width: 140px;
        height: 140px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 25px;
        color: #fff;
        margin-right: 16px;
        margin-bottom: 16px;
        font-weight: normal; }

  .card.pc-card {
    height: 100%;
    display: block; }

  .menuslide_on_show {
    height: 133px; }

  .footer-info {
    text-align: right;
    color: gray;
    padding-bottom: 35px; }
    .footer-info ul {
      font-size: 14px; }

  .foot-logo-wrapper a.logo img {
    width: 82px;
    float: left; }

  .foot-menu-wrapper {
    font-size: 14px;
    text-align: right; }
    .foot-menu-wrapper a {
      color: gray; } }

@media all and (max-width: 766px) {
  .container {
    padding: 0px; }

  .pc-media-show {
    display: none; }

  .media-top-banner {
    display: flex;
    padding: 0;
    width: 100%; }

  .media-banner-title strong {
    font-size: 100px;
    color: #fff;
    align-items: center;
    margin: -2%; }

  .media-banner-title div.subtitle {
    font-size: 20px;
    color: #655382;
    padding: 0; }

  .media-banner-title.left-title {
    background-color: #655382;
    width: 100%;
    color: #fff;
    height: 350px;
    margin: 0;
    display: flex;
    align-items: center; }
    .media-banner-title.left-title div {
      font-weight: bold;
      margin-left: 3px; }
      .media-banner-title.left-title div img {
        height: 200px; }
    .media-banner-title.left-title p {
      display: none; }

  .pd-banner-title.center {
    color: gray;
    position: relative;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px; }
    .pd-banner-title.center div {
      margin-top: 5px;
      font-size: 16px;
      font-weight: bold; }
    .pd-banner-title.center strong {
      color: #655382;
      font-size: 28px; }
    .pd-banner-title.center img {
      width: 100%;
      margin-top: 20px; }

  .pd-banner-title.center .info {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .pd-banner-title.center .info p {
      margin-top: 20px; }

  .media-board .boarder-list {
    padding: 25px; }
    .media-board .boarder-list strong {
      color: #655382;
      font-size: 25px; }
    .media-board .boarder-list ul {
      padding: 0px;
      margin-top: 20px;
      list-style: none; }
      .media-board .boarder-list ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #655382; }
        .media-board .boarder-list ul li a {
          text-decoration: none; }
        .media-board .boarder-list ul li span {
          color: gray;
          display: block; }
          .media-board .boarder-list ul li span strong {
            font-size: 20px;
            color: #655382; }
    .media-board .list-number {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      font-size: 18px; }
    .media-board .list-number a {
      color: gray; }
    .media-board .list-number ul {
      color: gray;
      border-bottom: 0px; }
      .media-board .list-number ul li {
        padding: 8px;
        display: inline; }
      .media-board .list-number ul .active {
        color: #655382;
        font-weight: bold; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-media-show {
    display: none; }

  .pd-banner-title.center {
    color: gray;
    position: relative;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px; }
    .pd-banner-title.center div {
      margin-top: 5px;
      font-size: 23px;
      font-weight: bold; }
    .pd-banner-title.center strong {
      color: #655382;
      font-size: 40px; }
    .pd-banner-title.center img {
      width: 100%;
      margin-top: 30px; }

  .pd-banner-title.center .info {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .pd-banner-title.center .info p {
      margin-top: 30px; }

  .media-top-banner {
    padding: 0px; }

  .media-banner-title.left-title {
    background-color: #655382;
    color: #fff;
    height: 450px;
    padding-top: 50px;
    padding: 0px;
    display: flex;
    align-items: center; }
    .media-banner-title.left-title div {
      font-weight: bold;
      margin-left: 10px; }
      .media-banner-title.left-title div img {
        height: 300px; }
    .media-banner-title.left-title p {
      display: none; }

  .media-board .boarder-list {
    padding: 16px; }
    .media-board .boarder-list strong {
      color: #655382;
      font-size: 25px; }
    .media-board .boarder-list ul {
      padding: 0px;
      margin-top: 20px;
      list-style: none; }
      .media-board .boarder-list ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #655382; }
        .media-board .boarder-list ul li a {
          text-decoration: none; }
        .media-board .boarder-list ul li span {
          color: gray;
          display: block; }
          .media-board .boarder-list ul li span strong {
            font-size: 20px;
            color: #655382; }
    .media-board .list-number {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      font-size: 18px; }
    .media-board .list-number a {
      color: gray; }
    .media-board .list-number ul {
      color: gray;
      border-bottom: 0px; }
      .media-board .list-number ul li {
        padding: 8px;
        display: inline; }
      .media-board .list-number ul .active {
        color: #655382;
        font-weight: bold; } }

@media all and (min-width: 1025px) {
  .pc-media-show {
    display: block; }

  .continer {
    max-width: 1140px; }

  .media-top-banner {
    display: flex;
    height: 450px;
    align-items: flex-end;
    padding: 0;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 20px; }

  .media-banner-title div.subtitle {
    font-size: 20px;
    color: #655382;
    padding: 0;
    padding-left: 20px; }

  .media-banner-title.left-title {
    background-color: #655382;
    color: #fff;
    height: 450px;
    padding-top: 50px;
    padding: 0;
    display: flex;
    align-items: center; }
    .media-banner-title.left-title div {
      font-weight: bold;
      margin-left: -8px; }
      .media-banner-title.left-title div img {
        height: 300px; }
    .media-banner-title.left-title p {
      display: none; }

  .pd-banner-title.center {
    color: gray;
    position: relative;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px; }
    .pd-banner-title.center div {
      margin-top: 5px;
      font-size: 23px;
      font-weight: bold; }
    .pd-banner-title.center strong {
      color: #655382;
      font-size: 40px; }
    .pd-banner-title.center img {
      width: 100%;
      margin-top: 30px; }

  .pd-banner-title.center .info {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .pd-banner-title.center .info p {
      margin-top: 30px; }

  .media-board {
    margin-top: 50px; }
    .media-board .boarder-list strong {
      color: #655382;
      font-size: 25px; }
      .media-board .boarder-list ul {
        padding: 0px;
        margin-top: 20px;
        list-style: none; }
        .media-board .boarder-list ul li {
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 2px solid #655382; }
          .media-board .boarder-list ul li a {
            text-decoration: none; }
          .media-board .boarder-list ul li span {
            color: gray;
            display: block; }
            .media-board .boarder-list ul li span strong {
              font-size: 20px;
              color: #655382; }
    .media-board .list-number {
      width: 100%;
      text-align: center;
      margin-top: 30px;
      font-size: 18px; }
      .media-board .list-number a {
        color: gray; }
      .media-board .list-number ul {
        color: gray;
        border-bottom: 0px; }
        .media-board .list-number ul li {
          padding: 8px;
          display: inline; }
        .media-board .list-number ul .active {
          color: #655382;
          font-weight: bold; } }

.at-card-wrapper .card {
  border-radius: 0px; }

.at-date-arrow-right {
  margin-left: 15px; }

.at-date-arrow-left {
  margin-right: 15px; }

@media all and (max-width: 766px) {
  .pc-at-show {
    display: none; }

  .pc-at-hide {
    display: block; }

  .at-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .at-banner-title {
    font-size: 16px;
    color: gray;
    position: relative;
    padding: 0px; }
    .at-banner-title strong {
      font-size: 75px;
      color: #ff6449; }
    .at-banner-title img {
      width: 50%; }

  .at-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .at-banner-title.center .color_g {
      color: #000; }
    .at-banner-title.center div {
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold; }
    .at-banner-title.center strong {
      font-size: 30px; }
    .at-banner-title.center img {
      width: 100%; }

  .at-banner-title.center .info {
    margin-top: 30px;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .at-banner-title.center .info p {
      margin-top: 30px; }
    .at-banner-title.center .info table {
      width: 100%; }
      .at-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .at-banner-title.center .info table td {
        padding: 10px; }
      .at-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .at-banner-title.left-title {
    padding: 20px;
    padding-top: 40px; }

  .at-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 15px;
    background: rgba(75, 75, 75, 0.6);
    color: #fff;
    padding: 25px;
    padding-left: 40px; }
    .at-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 25px; }
    .at-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .at-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .at-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 15px;
        list-style: chocolate; }
    .at-banner-title div.subtitle .div50 {
      width: 100%; }

  .at-card-wrapper {
    padding: 0px 20px 0px 20px; }
    .at-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .at-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .at-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .at-card-wrapper .card .bottom-detail strong {
          font-size: 15px; }

  .at-tour-date {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-at-show {
    display: none; }

  .pc-at-hide {
    display: block; }

  .footer {
    padding-right: 10px; }

  .at-tour-date {
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 20px; }

  .at-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .at-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .at-banner-title strong {
      font-size: 75px; }
    .at-banner-title img {
      width: 50%; }

  .at-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .at-banner-title.center .color_g {
      color: #000; }
    .at-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .at-banner-title.center strong {
      font-size: 30px; }
    .at-banner-title.center img {
      width: 100%; }

  .at-banner-title.center .info {
    margin-top: 30px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .at-banner-title.center .info p {
      margin-top: 30px; }
    .at-banner-title.center .info table {
      width: 100%; }
      .at-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .at-banner-title.center .info table td {
        padding: 10px; }
      .at-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .at-banner-title.left-title {
    padding: 20px;
    padding-top: 40px; }

  .at-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    background: rgba(75, 75, 75, 0.9);
    color: #fff;
    padding: 35px; }
    .at-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .at-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .at-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%; }
      .at-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 16px;
        list-style: chocolate; }
    .at-banner-title div.subtitle .div50 {
      width: 50%; }

  .at-card-wrapper {
    padding: 0px 10px 0px 10px; }
    .at-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .at-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .at-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .at-card-wrapper .card .bottom-detail strong {
          font-size: 15px; } }

@media all and (min-width: 1025px) {
  .pc-at-show {
    display: block; }

  .pc-at-hide {
    display: none; }

  .continer {
    max-width: 1140px; }

  .at-tour-date {
    font-size: 25px;
    color: #ff6449;
    font-weight: bold;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px; }

  .at-top-banner {
    display: flex;
    height: 270px;
    align-items: center;
    margin-top: 10px; }

  .at-top-banner.detail {
    height: 100%; }
    .at-top-banner.detail .title img {
      height: 200px; }

  .at-banner-title {
    padding: 20px;
    font-size: 25px;
    color: gray;
    position: relative; }
    .at-banner-title strong {
      font-size: 100px;
      color: #ff6449; }
    .at-banner-title img {
      width: 70%; }

  .at-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .at-banner-title.center .color_g {
      color: #000; }
    .at-banner-title.center div {
      margin-top: 30px;
      font-size: 25px;
      font-weight: bold; }
    .at-banner-title.center strong {
      font-size: 45px; }
    .at-banner-title.center img {
      width: 100%; }

  .at-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .at-banner-title.center .info p {
      margin-top: 30px; }
    .at-banner-title.center .info table {
      width: 100%; }
      .at-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .at-banner-title.center .info table td {
        padding: 10px; }
      .at-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .at-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background: rgba(75, 75, 75, 0.9);
    color: #fff;
    margin-top: -12%;
    padding: 40px; }
    .at-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 22px; }
    .at-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 45px;
      line-height: 170%; }
    .at-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .at-banner-title div.subtitle .info-text ul {
        padding: 3px;
        margin: 0px;
        font-size: 17px;
        list-style: chocolate; }

  .banner-fullscreen div.at-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; }

  .at-card-wrapper {
    padding: 0px 10px 0px 10px; }
    .at-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .at-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .at-card-wrapper .card .bottom-detail {
        width: 64%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 15px; }
        .at-card-wrapper .card .bottom-detail strong {
          color: #ff6449;
          font-size: 16px;
          display: block; } }

@media all and (max-width: 766px) {
  .pc-infodetail-track {
    display: none; }
    .pc-infodetail-track img {
      max-width: 100%; }

  .tablet-infodetail-track {
    display: none; }
    .tablet-infodetail-track img {
      max-width: 100%; }

  .mobile-infodetail-track {
    display: block; }
    .mobile-infodetail-track img {
      width: 100%; }

  .infodetail-top-main {
    margin-top: 20px; }

  .infodetail-top-main .main {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: gray;
    font-size: 14px; }
    .infodetail-top-main .main h1 {
      color: black;
      font-size: 30px; }
    .infodetail-top-main .main strong {
      color: black;
      font-size: 17px; }
    .infodetail-top-main .main table {
      width: 100%; }
      .infodetail-top-main .main table td {
        padding-bottom: 20px; }
      .infodetail-top-main .main table td:first-of-type {
        width: 10%; }
      .infodetail-top-main .main table div {
        margin-top: 20px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-infodetail-track {
    display: none; }
    .pc-infodetail-track img {
      max-width: 100%; }

  .tablet-infodetail-track {
    display: block; }
    .tablet-infodetail-track img {
      width: 100%; }

  .mobile-infodetail-track {
    display: none; }
    .mobile-infodetail-track img {
      max-width: 100%; }

  .infodetail-top-main {
    margin-top: 50px; }

  .infodetail-top-main .main {
    text-align: justify;
    padding: 16px;
    color: gray;
    font-size: 17px; }
    .infodetail-top-main .main h1 {
      color: black; }
    .infodetail-top-main .main strong {
      color: black;
      font-size: 23px; }
    .infodetail-top-main .main table {
      width: 100%; }
      .infodetail-top-main .main table td {
        padding-bottom: 20px; }
      .infodetail-top-main .main table td:first-of-type {
        width: 10%; }
      .infodetail-top-main .main table div {
        margin-top: 20px; } }

@media all and (min-width: 1025px) {
  .pc-infodetail-track {
    display: block; }
    .pc-infodetail-track img {
      max-width: 100%; }

  .tablet-infodetail-track {
    display: none; }
    .tablet-infodetail-track img {
      max-width: 100%; }

  .mobile-infodetail-track {
    display: none; }
    .mobile-infodetail-track img {
      max-width: 100%; }

  .continer {
    max-width: 1140px; }

  .infodetail-top-main {
    margin-top: 50px; }

  .infodetail-top-main .main {
    text-align: justify;
    padding: 16px;
    color: gray;
    font-size: 18px; }
    .infodetail-top-main .main h1 {
      color: black; }
    .infodetail-top-main .main strong {
      color: black;
      font-size: 25px; }
    .infodetail-top-main .main table {
      width: 100%; }
      .infodetail-top-main .main table td {
        padding-bottom: 20px; }
      .infodetail-top-main .main table td:first-of-type {
        width: 10%; }
      .infodetail-top-main .main table div {
        margin-top: 20px; } }

@media all and (min-width: 1025px) {
  .aitnow-title {
    margin-top: 50px;
    padding: 0px;
    padding-left: 15px; }
    .aitnow-title .title {
      font-size: 60px;
      font-weight: bold; }

  .main {
    padding: 0px; }
    .main .list-number {
      margin-top: 50px; }
      .main .list-number a {
        color: gray; }
      .main .list-number ul {
        padding: 0px;
        color: gray;
        display: flex;
        list-style: none;
        font-size: 18px; }
        .main .list-number ul .active {
          color: #000;
          font-weight: bold; }
        .main .list-number ul li {
          padding: 10px;
          padding-left: 15px;
          padding-right: 15px; }
    .main .aitnow-mainboard {
      padding: 0px;
      margin-top: 50px; }
      .main .aitnow-mainboard a {
        color: #000; }
      .main .aitnow-mainboard .mainImg {
        width: 100%; }
      .main .aitnow-mainboard .info {
        display: block;
        padding-top: 0px; }
        .main .aitnow-mainboard .info .title {
          display: block;
          margin-top: 15px;
          font-size: 25px;
          font-weight: bold; }
        .main .aitnow-mainboard .info .contents {
          display: block;
          margin-top: 10px;
          font-size: 18px; }

  .aitnow-boardlist {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px; }
    .aitnow-boardlist h4 {
      font-size: 24px;
      font-weight: bold;
      margin-left: -15px;
      padding-bottom: 20px; }
    .aitnow-boardlist .row {
      margin-top: 15px; }
      .aitnow-boardlist .row .tabmenu {
        margin-top: 10px;
        padding: 0px;
        display: flex;
        list-style: none;
        font-size: 20px; }
        .aitnow-boardlist .row .tabmenu .active {
          font-weight: bold;
          border-bottom: 2px solid #000; }
        .aitnow-boardlist .row .tabmenu a {
          color: #000; }
        .aitnow-boardlist .row .tabmenu li {
          padding: 10px;
          padding-left: 15px;
          padding-right: 15px; }
      .aitnow-boardlist .row .img {
        padding: 0px; }
        .aitnow-boardlist .row .img .imgback {
          background-size: cover;
          width: 120px;
          height: 120px; }
      .aitnow-boardlist .row .infotext a {
        color: #000; }
        .aitnow-boardlist .row .infotext .info {
          font-size: 15px; }
          .aitnow-boardlist .row .infotext .info .title {
            font-size: 18px;
            font-weight: bold; }
          .aitnow-boardlist .row .infotext .info .contents {
            margin-top: 15px; }
          .aitnow-boardlist .row .infotext .info .date {
            color: gray; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .aitnow_logo {
    position: absolute;
    font-size: 40px;
    margin: 16px; }
    .aitnow_logo img {
      height: 140px; }

  .main {
    padding: 0px; }
    .main .list-number {
      margin-top: 50px; }
      .main .list-number a {
        color: gray; }
      .main .list-number ul {
        padding: 0px;
        color: gray;
        display: flex;
        list-style: none;
        font-size: 18px; }
        .main .list-number ul .active {
          color: #000;
          font-weight: bold; }
        .main .list-number ul li {
          padding: 10px;
          padding-left: 15px;
          padding-right: 15px; }
    .main .aitnow-mainboard {
      padding: 0px; }
      .main .aitnow-mainboard a {
        color: #000; }
      .main .aitnow-mainboard .mainImg {
        width: 100%; }
      .main .aitnow-mainboard .info {
        display: block;
        padding-top: 20px;
        padding-left: 17px;
        padding-right: 17px; }
        .main .aitnow-mainboard .info .title {
          display: block;
          margin-top: 15px;
          font-size: 25px;
          font-weight: bold; }
        .main .aitnow-mainboard .info .contents {
          display: block;
          margin-top: 10px;
          font-size: 18px; }

  .aitnow-boardlist {
    margin-top: 30px; }
    .aitnow-boardlist .row {
      margin-top: 15px; }
      .aitnow-boardlist .row .tabmenu {
        padding: 0px;
        display: flex;
        list-style: none;
        font-size: 20px; }
        .aitnow-boardlist .row .tabmenu .active {
          font-weight: bold;
          border-bottom: 2px solid #000; }
        .aitnow-boardlist .row .tabmenu a {
          color: #000; }
        .aitnow-boardlist .row .tabmenu li {
          padding: 10px;
          padding-left: 15px;
          padding-right: 15px; }
      .aitnow-boardlist .row .img {
        padding: 0px; }
        .aitnow-boardlist .row .img .imgback {
          background-size: cover;
          width: 120px;
          height: 120px; }
      .aitnow-boardlist .row .infotext a {
        color: #000; }
        .aitnow-boardlist .row .infotext .info {
          font-size: 15px; }
          .aitnow-boardlist .row .infotext .info .title {
            font-size: 18px;
            font-weight: bold; }
          .aitnow-boardlist .row .infotext .info .contents {
            margin-top: 15px; }
          .aitnow-boardlist .row .infotext .info .date {
            color: gray; } }

@media all and (max-width: 766px) {
  .aitnow_logo {
    position: absolute;
    font-size: 40px;
    margin: 20px; }
    .aitnow_logo img {
      height: 120px; }

  .main {
    padding: 0px; }
    .main .list-number {
      margin-top: 30px; }
      .main .list-number a {
        color: gray; }
      .main .list-number ul {
        padding: 0px;
        color: gray;
        display: flex;
        list-style: none;
        font-size: 16px; }
        .main .list-number ul .active {
          color: #000;
          font-weight: bold; }
        .main .list-number ul li {
          padding: 10px;
          padding-left: 10px;
          padding-right: 10px; }
    .main .aitnow-mainboard {
      padding: 0px; }
      .main .aitnow-mainboard a {
        color: #000; }
      .main .aitnow-mainboard .mainImg {
        width: 100%; }
      .main .aitnow-mainboard .info {
        display: block;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px; }
        .main .aitnow-mainboard .info .title {
          display: block;
          margin-top: 15px;
          font-size: 20px;
          font-weight: bold; }
        .main .aitnow-mainboard .info .contents {
          display: block;
          margin-top: 10px;
          font-size: 16px; }

  .aitnow-boardlist {
    margin-top: 30px; }
    .aitnow-boardlist .row {
      margin-top: 10px; }
      .aitnow-boardlist .row .tabmenu {
        padding: 0px;
        display: flex;
        list-style: none;
        font-size: 14px; }
        .aitnow-boardlist .row .tabmenu .active {
          font-weight: bold;
          border-bottom: 2px solid #000; }
        .aitnow-boardlist .row .tabmenu a {
          color: #000; }
        .aitnow-boardlist .row .tabmenu li {
          padding: 7px; }
      .aitnow-boardlist .row .img {
        padding: 0px; }
        .aitnow-boardlist .row .img .imgback {
          background-size: cover;
          width: 100%;
          height: 250px; }
      .aitnow-boardlist .row .infotext {
        padding: 0px; }
        .aitnow-boardlist .row .infotext a {
          color: #000; }
        .aitnow-boardlist .row .infotext .info {
          font-size: 14px; }
          .aitnow-boardlist .row .infotext .info .title {
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold; }
          .aitnow-boardlist .row .infotext .info .contents {
            margin-top: 15px; }
          .aitnow-boardlist .row .infotext .info .date {
            color: gray; } }

.asc-card-wrapper .card {
  border-radius: 0px; }

@media all and (min-width: 1025px) {
  .pc-asc-show {
    display: block; }

  .pc-asc-hide {
    display: none; }

  .pc-asc-track {
    display: block; }

  .tablet-asc-track {
    display: none; }

  .mobile-asc-track {
    display: none; }

  .continer {
    max-width: 1140px; }

  .asc-top-banner {
    display: flex;
    height: 400px;
    margin-top: 10px;
    align-items: center; }

  .asc-top-banner.detail {
    height: 100%; }

  .asc-right-contents {
    margin-top: 25px; }
    .asc-right-contents img {
      padding: 10px;
      width: 100%; }

  .asc-left-contents {
    margin-top: 25px;
    font-size: 18px;
    text-align: justify; }
    .asc-left-contents .title {
      font-size: 25px;
      font-weight: bold; }
    .asc-left-contents .contents {
      margin-top: 25px; }
    .asc-left-contents .info {
      margin-top: 25px; }

  .asc-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .asc-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .asc-banner-title img {
      height: 300px; }

  .asc-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .asc-banner-title.center div {
      margin-top: 30px;
      font-size: 50px;
      font-weight: bold; }
    .asc-banner-title.center strong {
      font-size: 45px; }
    .asc-banner-title.center img {
      width: 100%; }

  .asc-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .asc-banner-title.center .info p {
      margin-top: 30px; }
    .asc-banner-title.center .info table {
      width: 100%; }
      .asc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .asc-banner-title.center .info table td {
        padding: 10px; }
      .asc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .asc-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background-color: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -20%;
    padding: 40px; }
    .asc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .asc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 25px;
      line-height: 170%; }
    .asc-banner-title div.subtitle .info-text {
      margin-top: 25px;
      line-height: 170%;
      text-align: justify;
      padding: 0px;
      color: #ccc; }

  .banner-fullscreen div.asc-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-asc-show {
    display: none; }

  .pc-asc-hide {
    display: block; }

  .pc-asc-track {
    display: none; }

  .tablet-asc-track {
    display: block; }

  .mobile-asc-track {
    display: none; }

  .footer {
    padding-right: 10px; }

  .asc-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .asc-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .asc-banner-title strong {
      font-size: 60px;
      color: #4c4c4c; }
    .asc-banner-title img {
      height: 200px;
      margin-top: 20px;
      margin-bottom: 20px; }

  .asc-right-contents {
    margin-top: 25px; }
    .asc-right-contents img {
      padding: 10px;
      width: 100%; }

  .asc-left-contents {
    margin-top: 25px;
    font-size: 17px;
    text-align: justify; }
    .asc-left-contents .title {
      font-size: 23px;
      font-weight: bold; }
    .asc-left-contents .contents {
      margin-top: 25px; }
    .asc-left-contents .info {
      margin-top: 25px; }

  .asc-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .asc-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .asc-banner-title.center strong {
      font-size: 30px; }
    .asc-banner-title.center img {
      width: 100%; }

  .asc-banner-title.center .info {
    margin-top: 30px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .asc-banner-title.center .info p {
      margin-top: 30px; }
    .asc-banner-title.center .info table {
      width: 100%; }
      .asc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .asc-banner-title.center .info table td {
        padding: 10px; }
      .asc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .asc-banner-title.left-title {
    padding: 20px; }

  .asc-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    background: rgba(76, 76, 76, 0.6);
    color: #fff;
    padding: 35px;
    padding-left: 16px;
    height: 350px; }
    .asc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .asc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .asc-banner-title div.subtitle .info-text {
      margin-top: 15px;
      text-align: justify;
      line-height: 170%; }
      .asc-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 16px;
        list-style: chocolate; }
    .asc-banner-title div.subtitle .div50 {
      width: 60%; } }

@media all and (max-width: 766px) {
  .pc-asc-show {
    display: none; }

  .pc-asc-hide {
    display: block; }

  .pc-asc-track {
    display: none; }

  .tablet-asc-track {
    display: none; }

  .mobile-asc-track {
    display: block; }

  .asc-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .asc-right-contents {
    margin-top: 15px; }
    .asc-right-contents img {
      padding: 10px;
      width: 100%; }

  .asc-left-contents {
    padding: 18px;
    margin-top: 15px;
    font-size: 16px;
    text-align: justify; }
    .asc-left-contents .title {
      font-size: 20px;
      font-weight: bold; }
    .asc-left-contents .contents {
      margin-top: 25px; }
    .asc-left-contents .info {
      margin-top: 25px; }

  .asc-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .asc-banner-title strong {
      font-size: 55px;
      color: #4b4b4b; }
    .asc-banner-title img {
      height: 170px;
      padding-top: 20px;
      padding-bottom: 20px; }

  .asc-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .asc-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .asc-banner-title.center strong {
      font-size: 30px; }
    .asc-banner-title.center img {
      width: 100%; }

  .asc-banner-title.center .info {
    margin-top: 30px;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .asc-banner-title.center .info p {
      margin-top: 30px; }
    .asc-banner-title.center .info table {
      width: 100%; }
      .asc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .asc-banner-title.center .info table td {
        padding: 10px; }
      .asc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .asc-banner-title.left-title {
    padding: 20px; }

  .asc-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 15px;
    background: rgba(75, 75, 75, 0.6);
    color: #fff;
    padding: 20px;
    height: 300px; }
    .asc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 25px; }
    .asc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .asc-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .asc-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 15px;
        list-style: chocolate; }
    .asc-banner-title div.subtitle .div50 {
      width: 100%; } }

@media all and (min-width: 1025px) {
  .pc-facc-show {
    display: block; }

  .pc-facc-hide {
    display: none; }

  .container {
    max-width: 1140px; }

  .facc-card-wrapper {
    padding: 0px 20px 0px 20px; }
    .facc-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .facc-card-wrapper .card .infotext {
        padding: 20px;
        padding-left: 10px;
        color: #000; }
        .facc-card-wrapper .card .infotext .title {
          font-size: 20px; }
        .facc-card-wrapper .card .infotext .contents {
          margin-top: 10px; }
        .facc-card-wrapper .card .infotext .contents {
          display: block;
          font-size: 14px; }
      .facc-card-wrapper .card span.img {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center;
        display: block; }
      .facc-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .facc-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 19px; }

  .facc-top-banner {
    display: flex;
    height: 235px;
    align-items: center; }

  .facc-top-banner.detail {
    height: 100%; }

  .facc-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .facc-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .facc-banner-title img {
      height: 159px; }

  .facc-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .facc-banner-title.center div {
      margin-top: 30px;
      font-size: 50px;
      font-weight: bold; }
    .facc-banner-title.center strong {
      font-size: 45px; }
    .facc-banner-title.center img {
      width: 100%; }

  .facc-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .facc-banner-title.center .info p {
      margin-top: 30px; }
    .facc-banner-title.center .info table {
      width: 100%; }
      .facc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .facc-banner-title.center .info table td {
        padding: 10px; }
      .facc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .facc-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background-color: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -5%;
    padding: 40px; }
    .facc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px;
      color: #f5f5f5; }
    .facc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px; }
    .facc-banner-title div.subtitle .info-text {
      margin-top: 45px;
      line-height: 170%;
      padding: 0px;
      text-align: justify;
      font-size: 20px;
      color: #ccc; }

  .banner-fullscreen div.facc-banner-text {
    background: rgba(76, 76, 76, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-facc-show {
    display: none; }

  .pc-facc-hide {
    display: block; }

  .facc-card-wrapper {
    padding: 0px; }
    .facc-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .facc-card-wrapper .card .infotext {
        padding: 10px;
        color: #000; }
        .facc-card-wrapper .card .infotext .title {
          font-size: 19px; }
        .facc-card-wrapper .card .infotext .contents {
          margin-top: 10px; }
        .facc-card-wrapper .card .infotext .contents {
          display: block;
          font-size: 13px; }
      .facc-card-wrapper .card span.img {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center;
        display: block; }
      .facc-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .facc-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 19px; }

  .footer {
    padding-right: 10px; }

  .facc-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .facc-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .facc-banner-title strong {
      font-size: 60px;
      color: #6458d3; }
    .facc-banner-title img {
      height: 170px;
      padding-top: 20px;
      padding-bottom: 20px; }

  .facc-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .facc-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .facc-banner-title.center strong {
      font-size: 30px; }
    .facc-banner-title.center img {
      width: 100%; }

  .facc-banner-title.center .info {
    margin-top: 30px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .facc-banner-title.center .info p {
      margin-top: 30px; }
    .facc-banner-title.center .info table {
      width: 100%; }
      .facc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .facc-banner-title.center .info table td {
        padding: 10px; }
      .facc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .facc-banner-title.left-title {
    padding: 20px; }

  .facc-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    background: rgba(106, 106, 106, 0.7);
    color: #fff;
    padding: 35px;
    padding-left: 16px;
    height: 350px; }
    .facc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .facc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px; }
    .facc-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .facc-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 16px;
        list-style: chocolate; }
    .facc-banner-title div.subtitle .div50 {
      width: 50%; } }

@media all and (max-width: 766px) {
  .pc-facc-show {
    display: none; }

  .pc-facc-hide {
    display: block; }

  .facc-card-wrapper {
    padding: 0px; }
    .facc-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px;
      height: 210px; }
      .facc-card-wrapper .card .no-gutters {
        margin-left: 0px;
        margin-right: 0px; }
      .facc-card-wrapper .card .mainimg {
        padding: 0px; }
      .facc-card-wrapper .card .infotext {
        padding: 10px;
        color: #000; }
        .facc-card-wrapper .card .infotext strong {
          font-size: 12px; }
        .facc-card-wrapper .card .infotext .title {
          font-size: 14px; }
        .facc-card-wrapper .card .infotext .contents {
          display: block;
          font-size: 10px;
          margin-top: 10px; }
      .facc-card-wrapper .card span.img {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 210px;
        position: relative;
        transition: all 0.5s;
        background-position: center;
        display: block; }
      .facc-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .facc-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 19px; }

  .facc-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .facc-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .facc-banner-title strong {
      font-size: 55px;
      color: #6458d3; }
    .facc-banner-title img {
      height: 120px;
      padding-top: 20px;
      padding-bottom: 20px; }

  .facc-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .facc-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .facc-banner-title.center strong {
      font-size: 30px; }
    .facc-banner-title.center img {
      width: 100%; }

  .facc-banner-title.center .info {
    margin-top: 30px;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .facc-banner-title.center .info p {
      margin-top: 30px; }
    .facc-banner-title.center .info table {
      width: 100%; }
      .facc-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .facc-banner-title.center .info table td {
        padding: 10px; }
      .facc-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .facc-banner-title.left-title {
    padding: 20px; }

  .facc-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 15px;
    background: rgba(106, 106, 106, 0.7);
    color: #fff;
    padding: 25px;
    height: 300px; }
    .facc-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 25px; }
    .facc-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .facc-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .facc-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 15px;
        list-style: chocolate; }
    .facc-banner-title div.subtitle .div50 {
      width: 100%; } }

@media all and (min-width: 1025px) {
  .pc-about-detail-show {
    display: block; }

  .mobile-about-detail-show {
    display: none; }

  .pc-about-show {
    display: block; }

  .pc-about-hide {
    display: none; }

  .about-board {
    margin-top: 50px;
    display: flex;
    align-items: flex-start; }
    .about-board a {
      color: #000; }

  .about-boardimg img {
    width: 100%; }

  .about-boardinfo {
    font-size: 16px;
    text-align: justify; }
    .about-boardinfo .mapinfo {
      padding: 20px;
      background: #fff;
      border: 1px solid #e0e0e0; }
      .about-boardinfo .mapinfo ul {
        list-style: square; }
    .about-boardinfo table {
      width: 100%; }
      .about-boardinfo table td:first-child {
        text-align: left;
        width: 120px;
        vertical-align: top; }
      .about-boardinfo table tr td {
        padding-bottom: 8px; }
    .about-boardinfo img {
      width: 100%; }
    .about-boardinfo .sub_title {
      margin-top: 40px; }
    .about-boardinfo .subinfo {
      margin-top: 40px; }
      .about-boardinfo .subinfo .leftcontents {
        font-weight: bold;
        padding: 0px; }
        .about-boardinfo .subinfo .leftcontents table {
          font-weight: normal;
          width: 100%; }
          .about-boardinfo .subinfo .leftcontents table td:first-child {
            text-align: left;
            width: 120px;
            vertical-align: top; }
          .about-boardinfo .subinfo .leftcontents table tr td {
            padding-bottom: 8px; }
      .about-boardinfo .subinfo .rightcontents {
        padding: 0px; }
        .about-boardinfo .subinfo .rightcontents img {
          width: 100%; }
        .about-boardinfo .subinfo .rightcontents p {
          margin-top: 20px;
          text-align: center; }

  .about-top-banner {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px; }

  .about-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .about-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .about-banner-title img {
      height: 260px; }

  .about-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .about-banner-title.center .info p {
      margin-top: 30px; }
    .about-banner-title.center .info table {
      width: 100%; }
      .about-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .about-banner-title.center .info table td {
        padding: 10px; }
      .about-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .about-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background-color: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -5%;
    padding: 40px; }
    .about-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .about-banner-title div.subtitle .sub-title {
      margin-top: 40px;
      line-height: 170%; }
    .about-banner-title div.subtitle .info-text {
      margin-top: 25px;
      line-height: 170%;
      font-weight: bold;
      text-align: justify;
      padding: 0px; }

  .about_contents {
    background: #fff;
    padding: 30px;
    margin-top: 50px;
    font-size: 18px; }
    .about_contents .title {
      font-weight: bold;
      font-size: 25px;
      line-height: 180%;
      margin-bottom: 20px; }

  .ceoinfo {
    font-size: 18px;
    text-align: justify;
    margin-top: 50px; }
    .ceoinfo img {
      width: 250px; }
    .ceoinfo .title {
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 20px;
      color: #000; }
    .ceoinfo .history {
      margin-top: 20px; }
    .ceoinfo .info {
      line-height: 180%;
      margin-top: 20px; }
    .ceoinfo .info-right {
      line-height: 180%;
      margin-top: 50px; }

  .history_title {
    margin-top: 50px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px; }

  .history_contents {
    border: 1px solid gray;
    background: #fff;
    padding: 30px;
    font-size: 18px; }

  .about-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-about-detail-show {
    display: block; }

  .mobile-about-detail-show {
    display: none; }

  .pc-about-show {
    display: none; }

  .pc-about-hide {
    display: block; }

  .about-board {
    margin-top: 50px;
    display: flex;
    align-items: flex-start; }
    .about-board a {
      color: #000; }

  .about-boardimg img {
    width: 100%; }

  .about-boardinfo {
    font-size: 16px;
    text-align: justify; }
    .about-boardinfo .mapinfo {
      padding: 20px;
      background: #fff;
      border: 1px solid #e0e0e0; }
      .about-boardinfo .mapinfo ul {
        list-style: square; }
    .about-boardinfo img {
      width: 100%; }
    .about-boardinfo .sub_title {
      margin-top: 40px; }
    .about-boardinfo .subinfo {
      margin-top: 40px; }
      .about-boardinfo .subinfo .leftcontents {
        font-weight: bold;
        padding: 0px; }
        .about-boardinfo .subinfo .leftcontents table {
          font-weight: normal;
          width: 100%; }
          .about-boardinfo .subinfo .leftcontents table td:first-child {
            text-align: left;
            width: 120px;
            vertical-align: top; }
          .about-boardinfo .subinfo .leftcontents table tr td {
            padding-bottom: 8px; }
      .about-boardinfo .subinfo .rightcontents {
        padding: 0px; }
        .about-boardinfo .subinfo .rightcontents img {
          width: 100%; }
        .about-boardinfo .subinfo .rightcontents p {
          margin-top: 20px;
          text-align: center; }

  .about-top-banner {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px; }

  .about-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .about-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .about-banner-title img {
      height: 200px; }

  .about-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .about-banner-title.center .info p {
      margin-top: 30px; }
    .about-banner-title.center .info table {
      width: 100%; }
      .about-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .about-banner-title.center .info table td {
        padding: 10px; }
      .about-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .about-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background-color: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -5%;
    padding: 40px; }
    .about-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .about-banner-title div.subtitle .sub-title {
      margin-top: 40px;
      line-height: 170%; }
    .about-banner-title div.subtitle .info-text {
      margin-top: 25px;
      line-height: 170%;
      font-weight: bold;
      padding: 0px; }

  .about_contents {
    background: #fff;
    padding: 30px;
    margin-top: 50px;
    font-size: 17px;
    text-align: justify; }
    .about_contents .title {
      font-weight: bold;
      font-size: 30px;
      line-height: 180%;
      margin-bottom: 20px; }

  .ceoinfo {
    font-size: 17px;
    margin-top: 50px; }
    .ceoinfo img {
      width: 250px; }
    .ceoinfo .title {
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 20px;
      color: #000; }
    .ceoinfo .history {
      margin-top: 20px; }
    .ceoinfo .info {
      line-height: 180%;
      margin-top: 20px; }
    .ceoinfo .info-right {
      line-height: 180%;
      margin-top: 55px; }

  .history_title {
    margin-top: 50px;
    font-weight: bold;
    font-size: 25px;
    padding: 15px; }

  .about-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center; }

  .history_contents {
    padding: 0px; }
    .history_contents div {
      border: 1px solid gray;
      background: #fff;
      margin: 15px;
      padding: 20px;
      font-size: 17px; }

  .continer {
    padding: 0px; } }

@media all and (max-width: 766px) {
  .pc-about-detail-show {
    display: none; }

  .mobile-about-detail-show {
    display: block; }
    .mobile-about-detail-show img {
      margin-bottom: 15px; }

  .pc-about-show {
    display: none; }

  .pc-about-hide {
    display: block; }

  .about-boardinfo {
    padding: 20px;
    text-align: justify; }
    .about-boardinfo .mapinfo {
      padding: 20px;
      background: #fff;
      border: 1px solid #e0e0e0; }
      .about-boardinfo .mapinfo ul {
        font-size: 14px;
        list-style: square; }
    .about-boardinfo .titleimg {
      padding-right: 10px;
      padding-top: 5px;
      width: 95px; }
    .about-boardinfo .profileImg {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    .about-boardinfo .fullImg img {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    .about-boardinfo .mapImg img {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-right: 0px; }
    .about-boardinfo .float-left {
      float: left; }
    .about-boardinfo .contents {
      margin-top: 20px; }
    .about-boardinfo .sub_title {
      margin-top: 20px; }
    .about-boardinfo .subinfo .history {
      padding: 0px;
      margin-top: 20px; }

  .about-top-banner {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px; }

  .about-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .about-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .about-banner-title img {
      height: 170px; }

  .about-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .about-banner-title.center .info p {
      margin-top: 30px; }
    .about-banner-title.center .info table {
      width: 100%; }
      .about-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .about-banner-title.center .info table td {
        padding: 10px; }
      .about-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .about-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 78%;
    left: 0;
    width: 500px;
    font-size: 20px;
    background-color: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -5%;
    padding: 40px; }
    .about-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .about-banner-title div.subtitle .sub-title {
      margin-top: 40px;
      line-height: 170%; }
    .about-banner-title div.subtitle .info-text {
      margin-top: 25px;
      line-height: 170%;
      font-weight: bold;
      padding: 0px; }

  .about_contents {
    background: #fff;
    padding: 30px;
    font-size: 16px; }
    .about_contents .title {
      font-weight: bold;
      font-size: 23px;
      line-height: 180%;
      margin-bottom: 20px; }

  .ceoinfo {
    font-size: 18px;
    margin-top: 20px;
    padding: 5px;
    text-align: justify; }
    .ceoinfo img {
      width: 50%; }
    .ceoinfo .title {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 20px;
      color: #000; }
    .ceoinfo .history {
      margin-top: 20px; }
    .ceoinfo .info {
      line-height: 180%;
      margin-top: 20px; }
    .ceoinfo .info-right {
      line-height: 180%;
      margin-top: 20px; }

  .history_title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    padding: 20px; }

  .history_contents {
    padding: 0px; }
    .history_contents div {
      border: 1px solid gray;
      background: #fff;
      margin: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 20px;
      font-size: 16px; }

  .continer {
    padding: 0px; }

  .about-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background: url('/themes/frontend/aitfront_new/assets/img/main/banner/main1.png') no-repeat;
    background-size: cover;
    background-position: center; } }

@media all and (min-width: 1025px) {
  .swiper-container {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .swiper-slide.main_text {
    display: block;
    background-size: cover;
    background-position: center bottom; }
    .swiper-slide.main_text .card-wrapper {
      display: block;
      padding: 0px;
      padding-top: 30px; }
      .swiper-slide.main_text .card-wrapper img {
        height: 410px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .swiper-container {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto; }

  .swiper-slide.main_text {
    background-size: cover;
    background-position: center bottom; }
    .swiper-slide.main_text .card-wrapper {
      padding: 0px;
      padding-top: 30px; }
      .swiper-slide.main_text .card-wrapper img {
        height: 380px;
        margin-left: 16px; } }

@media all and (min-width: 471px) and (max-width: 766px) {
  .swiper-container {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto; }

  .swiper-slide.main_text {
    background-size: cover;
    background-position: center bottom; }
    .swiper-slide.main_text .mobileImg {
      text-align: center; }
      .swiper-slide.main_text .mobileImg img {
        width: 100%;
        margin: 0 auto; }
    .swiper-slide.main_text .card-wrapper {
      padding: 0px;
      padding-top: 10px; }
      .swiper-slide.main_text .card-wrapper img {
        width: 87%;
        margin-left: 20px; } }

@media all and (max-width: 470px) {
  .swiper-container {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }

  .swiper-slide.main_text {
    background-size: cover;
    background-position: center bottom; }
    .swiper-slide.main_text .mobileImg {
      text-align: center; }
      .swiper-slide.main_text .mobileImg img {
        width: 100%;
        margin: 0 auto; }
    .swiper-slide.main_text .card-wrapper {
      padding: 0px;
      padding-top: 10px; }
      .swiper-slide.main_text .card-wrapper img {
        width: 100%;
        margin-left: 20px; } }

.aias-card-wrapper .card {
  border-radius: 0px; }

@media all and (min-width: 1025px) {
  .pc-aias-show {
    display: block; }

  .pc-aias-hide {
    display: none; }

  .pc-aias-track {
    display: block; }

  .tablet-aias-track {
    display: none; }

  .mobile-aias-track {
    display: none; }

  .continer {
    max-width: 1140px; }

  .aias-top-banner {
    display: flex;
    height: 300px;
    margin-top: 10px;
    align-items: center; }

  .aias-top-banner.detail {
    height: 100%; }

  .aias-banner-title {
    font-size: 25px;
    color: gray;
    position: relative; }
    .aias-banner-title strong {
      font-size: 70px;
      color: rgba(76, 76, 76, 0.9); }
    .aias-banner-title img {
      height: 200px; }

  .aias-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .aias-banner-title.center div {
      margin-top: 30px;
      font-size: 50px;
      font-weight: bold; }
    .aias-banner-title.center strong {
      font-size: 45px; }
    .aias-banner-title.center img {
      width: 100%; }

  .aias-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .aias-banner-title.center .info p {
      margin-top: 30px; }
    .aias-banner-title.center .info table {
      width: 100%; }
      .aias-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .aias-banner-title.center .info table td {
        padding: 10px; }
      .aias-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .aias-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 140px;
    right: 0;
    width: 450px;
    font-size: 18px;
    color: #fff;
    top: 0; }
    .aias-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 25px; }
    .aias-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 25px;
      line-height: 170%; }
    .aias-banner-title div.subtitle .info-text {
      margin-top: 25px;
      line-height: 170%;
      text-align: justify;
      padding: 0px;
      color: #ccc; }
    .aias-banner-title div.subtitle .right_div {
      text-align: right; }

  .aias-board {
    margin-top: 20px; }
    .aias-board a {
      color: #000; }

  .aias-boardimg {
    display: block; }
    .aias-boardimg img {
      width: 100%; }

  .aias-boardinfo {
    font-size: 18px;
    display: block; }
    .aias-boardinfo h4 {
      font-size: 18px;
      font-weight: bold; }
    .aias-boardinfo ul {
      margin-top: 20px; }

  .aias-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    height: 480px; }

  .aias-banner-fullscreen div.aias-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .pc-aias-show {
    display: block; }

  .pc-aias-hide {
    display: none; }

  .footer {
    padding-right: 10px; }

  .aias-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .aias-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .aias-banner-title strong {
      font-size: 60px;
      color: #4c4c4c; }
    .aias-banner-title img {
      height: 150px;
      margin-top: 20px;
      margin-bottom: 20px; }

  .aias-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .aias-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .aias-banner-title.center strong {
      font-size: 30px; }
    .aias-banner-title.center img {
      width: 100%; }

  .aias-banner-title.center .info {
    margin-top: 30px;
    padding: 15px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .aias-banner-title.center .info p {
      margin-top: 30px; }
    .aias-banner-title.center .info table {
      width: 100%; }
      .aias-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .aias-banner-title.center .info table td {
        padding: 10px; }
      .aias-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .aias-banner-title.left-title {
    padding: 20px; }

  .aias-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 140px;
    right: 0;
    width: 450px;
    font-size: 16px;
    color: #fff;
    top: 0;
    padding-right: 15px; }
    .aias-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 23px; }
    .aias-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 25px;
      line-height: 170%; }
    .aias-banner-title div.subtitle .info-text {
      margin-top: 10px;
      text-align: justify;
      line-height: 170%;
      padding: 0px;
      color: #ccc; }
    .aias-banner-title div.subtitle .right_div {
      text-align: right; }

  .aias-board {
    margin-top: 20px; }

  .aias-boardimg {
    display: block; }
    .aias-boardimg img {
      width: 100%; }

  .aias-boardinfo {
    display: block;
    font-size: 17px; }
    .aias-boardinfo h4 {
      font-size: 17px;
      font-weight: bold; }
    .aias-boardinfo ul {
      margin-top: 20px; }

  .aias-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    height: 400px; }

  .aias-banner-fullscreen div.aias-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; } }

@media all and (max-width: 766px) {
  .pc-aias-show {
    display: none; }

  .pc-aias-hide {
    display: block; }

  .pc-aias-track {
    display: none; }

  .tablet-aias-track {
    display: none; }

  .mobile-aias-track {
    display: block; }

  .aias-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .aias-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .aias-banner-title strong {
      font-size: 55px;
      color: #4b4b4b; }
    .aias-banner-title img {
      height: 140px;
      padding-top: 20px;
      padding-bottom: 20px; }

  .aias-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .aias-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .aias-banner-title.center strong {
      font-size: 30px; }
    .aias-banner-title.center img {
      width: 100%; }

  .aias-banner-title.center .info {
    margin-top: 30px;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .aias-banner-title.center .info p {
      margin-top: 30px; }
    .aias-banner-title.center .info table {
      width: 100%; }
      .aias-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .aias-banner-title.center .info table td {
        padding: 10px; }
      .aias-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .aias-wrap {
    background: rgba(0, 0, 0, 0.5); }

  .aias-banner-title {
    padding: 20px; }

  .aias-banner-title div.subtitle {
    text-align: justify;
    font-size: 16px;
    color: #fff; }
    .aias-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 25px; }
    .aias-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 25px;
      line-height: 170%; }
    .aias-banner-title div.subtitle .info-text {
      margin-top: 10px;
      line-height: 170%;
      text-align: justify;
      padding: 0px;
      color: #fff; }
    .aias-banner-title div.subtitle .right_div {
      text-align: left; }

  .aias-board {
    margin-top: 20px; }

  .aias-boardimg {
    display: block; }
    .aias-boardimg img {
      width: 100%; }

  .aias-boardinfo {
    font-size: 16px;
    margin-top: 10px;
    display: block; }
    .aias-boardinfo h4 {
      font-size: 16px;
      font-weight: bold; }
    .aias-boardinfo ul {
      padding: 0px;
      padding-left: 20px;
      margin-top: 20px; }

  .aias-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    height: 350px; }
    .aias-banner-fullscreen .container {
      height: 100%;
      background: rgba(106, 106, 106, 0.5);
      padding-top: 30px; }

  .aias-banner-fullscreen div.aias-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; } }

.cpas-card-wrapper .card {
  border-radius: 0px; }

@media all and (max-width: 574px) {
  .pc-cpas-show {
    display: none; }

  .pc-cpas-hide {
    display: block; }

  .cpas-left-title {
    padding: 0px; }

  .container {
    padding: 0px; }

  .cpas-banner-title {
    font-size: 22px;
    color: gray;
    position: relative;
    padding: 0px; }
    .cpas-banner-title strong {
      font-size: 25px;
      color: #fff; }
    .cpas-banner-title img {
      height: 70px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .cpas-banner-title .banner-text {
      padding: 0px; }

  .cpas-banner-title.center {
    text-align: center;
    margin-top: 40px; }
    .cpas-banner-title.center div {
      margin-top: 20px;
      font-size: 27px;
      font-weight: bold; }
    .cpas-banner-title.center strong {
      font-size: 30px; }
    .cpas-banner-title.center img {
      width: 100%; }

  .cpas-boardtitle {
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid gray; }

  .cpas-board {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px; }
    .cpas-board a {
      color: #000; }

  .cpas-boardimg {
    display: block; }
    .cpas-boardimg img {
      width: 50%; }

  .cpas-boardinfo {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify; }
    .cpas-boardinfo h4 {
      font-size: 16px;
      font-weight: bold; }
    .cpas-boardinfo div {
      margin-top: 10px; }

  .font-gray a {
    color: #000; }

  .cpas-banner-title.center .info {
    margin-top: 30px;
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: left; }
    .cpas-banner-title.center .info p {
      margin-top: 30px; }
    .cpas-banner-title.center .info table {
      width: 100%; }
      .cpas-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .cpas-banner-title.center .info table td {
        padding: 10px; }
      .cpas-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .cpas-banner-title.left-title {
    padding: 20px;
    padding-top: 40px; }

  .cpas-banner-title div.subtitle {
    text-align: justify;
    width: 100%;
    font-size: 14px;
    background: rgba(76, 76, 76, 0.9);
    color: #fff;
    padding: 25px;
    padding-left: 20px; }
    .cpas-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 20px; }
    .cpas-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 15px;
      line-height: 170%; }
    .cpas-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%; }
      .cpas-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 15px;
        list-style: chocolate; }
    .cpas-banner-title div.subtitle .div50 {
      width: 100%; }

  .cpas-card-wrapper {
    padding: 0px 20px 0px 20px; }
    .cpas-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .cpas-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .cpas-card-wrapper .card .bottom-detail {
        width: 80%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 13px; }
        .cpas-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 19px; } }

@media all and (min-width: 575px) and (max-width: 1024px) {
  .pc-cpas-show {
    display: none; }

  .pc-cpas-hide {
    display: block; }

  .cpas-top-banner {
    display: flex;
    height: 200px;
    align-items: center;
    margin-top: 30px; }

  .cpas-top-banner.detail {
    height: 100%; }
    .cpas-top-banner.detail .title img {
      height: 200px; }

  .cpas-banner-title.banner-text {
    padding: 0px; }

  .cpas-banner-title {
    padding: 20px;
    font-size: 25px;
    color: gray;
    position: relative; }
    .cpas-banner-title .banner-text {
      padding: 0px; }
    .cpas-banner-title strong {
      font-size: 25px;
      color: #fff; }
    .cpas-banner-title img {
      height: 120px; }

  .cpas-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .cpas-banner-title.center div {
      margin-top: 30px;
      font-size: 50px;
      font-weight: bold; }
    .cpas-banner-title.center strong {
      font-size: 45px; }
    .cpas-banner-title.center img {
      width: 100%; }

  .cpas-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .cpas-banner-title.center .info p {
      margin-top: 30px; }
    .cpas-banner-title.center .info table {
      width: 100%; }
      .cpas-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .cpas-banner-title.center .info table td {
        padding: 10px; }
      .cpas-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .continer {
    padding: 0px; }

  .cpas-banner-title div.subtitle {
    text-align: justify;
    height: 400px;
    width: 100%;
    font-size: 20px;
    background: rgba(76, 76, 76, 0.9);
    color: #fff;
    padding: 25px;
    padding-left: 20px; }
    .cpas-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 30px; }
    .cpas-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 45px;
      line-height: 170%; }
    .cpas-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .cpas-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 17px;
        list-style: chocolate; }

  .cpas-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center bottom; }

  .cpas-boardtitle {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid gray;
    padding: 16px; }

  .cpas-board {
    padding-top: 20px;
    display: flex;
    align-items: center; }
    .cpas-board a {
      color: #000; }

  .font-gray a {
    color: #000; }

  .cpas-boardimg {
    display: block; }
    .cpas-boardimg img {
      width: 100%; }

  .cpas-boardinfo {
    font-size: 18px; }
    .cpas-boardinfo div {
      margin-top: 10px; }

  .cpas-fullscreen div.cpas-banner-text {
    background: rgba(76, 76, 76, 0.6);
    width: 100%;
    height: 400px;
    color: #fff;
    padding: 20px; }

  .cpas-card-wrapper {
    padding: 0px 10px 0px 10px; }
    .cpas-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .cpas-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .cpas-card-wrapper .card .bottom-detail {
        width: 60%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 15px; }
        .cpas-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 12px;
          display: block; } }

@media all and (min-width: 1025px) {
  .pc-cpas-show {
    display: block; }

  .pc-cpas-hide {
    display: none; }

  .continer {
    max-width: 1140px; }

  .cpas-top-banner {
    display: flex;
    height: 280px;
    align-items: center; }

  .cpas-top-banner.detail {
    height: 100%; }
    .cpas-top-banner.detail .title img {
      height: 200px; }

  .cpas-banner-title {
    padding: 20px;
    font-size: 25px;
    color: gray;
    position: relative; }
    .cpas-banner-title strong {
      font-size: 25px;
      color: #fff; }
    .cpas-banner-title img {
      height: 150px; }

  .cpas-banner-title.center {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px; }
    .cpas-banner-title.center div {
      margin-top: 30px;
      font-size: 50px;
      font-weight: bold; }
    .cpas-banner-title.center strong {
      font-size: 45px; }
    .cpas-banner-title.center img {
      width: 100%; }

  .cpas-banner-title.center .info {
    margin-top: 30px;
    font-size: 17px;
    font-weight: normal;
    text-align: left; }
    .cpas-banner-title.center .info p {
      margin-top: 30px; }
    .cpas-banner-title.center .info table {
      width: 100%; }
      .cpas-banner-title.center .info table tr {
        border-bottom: 1px solid #e0e0e0; }
      .cpas-banner-title.center .info table td {
        padding: 10px; }
      .cpas-banner-title.center .info table td:first-of-type {
        width: 10%; }

  .cpas-banner-title div.subtitle {
    text-align: justify;
    position: absolute;
    top: 170%;
    right: 0;
    width: 450px;
    font-size: 20px;
    background: rgba(76, 76, 76, 0.9);
    color: #fff;
    margin-top: -36%;
    padding: 20px; }
    .cpas-banner-title div.subtitle .title {
      font-weight: bold;
      font-size: 28px; }
    .cpas-banner-title div.subtitle .sub-title {
      font-weight: bold;
      margin-top: 45px;
      line-height: 170%; }
    .cpas-banner-title div.subtitle .info-text {
      margin-top: 15px;
      line-height: 170%;
      text-align: justify; }
      .cpas-banner-title div.subtitle .info-text ul {
        padding: 0px;
        font-size: 17px;
        list-style: chocolate; }

  .cpas-banner-fullscreen {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center bottom; }

  .cpas-boardtitle {
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid gray; }

  .cpas-board {
    padding-top: 20px;
    display: flex;
    align-items: center; }
    .cpas-board a {
      color: #000; }

  .font-gray a {
    color: #000; }

  .cpas-boardimg {
    display: block; }
    .cpas-boardimg img {
      width: 100%; }

  .cpas-boardinfo {
    font-size: 18px; }
    .cpas-boardinfo div {
      margin-top: 10px; }

  .cpas-fullscreen div.cpas-banner-text {
    background: rgba(79, 80, 81, 0.6);
    width: 100%;
    height: 330px;
    color: #fff;
    padding: 20px; }

  .cpas-card-wrapper {
    padding: 0px 10px 0px 10px; }
    .cpas-card-wrapper .card {
      margin-top: 20px;
      overflow: hidden;
      border: 0px; }
      .cpas-card-wrapper .card span.img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        position: relative;
        transition: all 0.5s;
        background-position: center; }
      .cpas-card-wrapper .card .bottom-detail {
        width: 60%;
        right: 0;
        margin: 20px;
        bottom: 0;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: right;
        padding: 20px;
        font-size: 15px; }
        .cpas-card-wrapper .card .bottom-detail b {
          color: #ff6449;
          font-size: 12px;
          display: block; } }

.popup {
  display: none; }

.wrap_screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

@media all and (max-width: 766px) {
  .popup {
    overflow: auto;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%; }
    .popup .top {
      margin: 10px; }
      .popup .top img {
        width: 110px; }
    .popup .info {
      padding-left: 10px;
      font-size: 18px; }
      .popup .info .title {
        font-weight: bold; }
      .popup .info .contents {
        font-size: 14px; }
    .popup .edit {
      margin-top: 20px;
      border-top: 1px solid #e0e0e0;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px; }
      .popup .edit input {
        margin-top: 10px;
        padding: 8px;
        width: 100%; }
      .popup .edit textarea {
        margin-top: 10px;
        padding: 8px;
        width: 100%;
        height: 120px;
        resize: none;
        border: 1px solid #e0e0e0; }
    .popup button {
      width: 100px;
      height: 40px;
      float: right;
      margin: 20px;
      background: #fff;
      text-align: center; } }

@media all and (min-width: 767px) and (max-width: 1024px) {
  .popup {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -250px;
    background: #fff;
    width: 500px;
    height: 700px; }
    .popup .top {
      margin: 20px; }
      .popup .top img {
        width: 150px; }
    .popup .info {
      padding-left: 20px;
      font-size: 20px; }
      .popup .info .title {
        font-weight: bold; }
      .popup .info .contents {
        font-size: 15px; }
    .popup .edit {
      margin-top: 20px;
      border-top: 1px solid #e0e0e0;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px; }
      .popup .edit input {
        margin-top: 10px;
        padding: 10px;
        width: 100%; }
      .popup .edit textarea {
        margin-top: 10px;
        padding: 10px;
        width: 100%;
        height: 140px;
        resize: none;
        border: 1px solid #e0e0e0; }
    .popup button {
      width: 100px;
      height: 40px;
      float: right;
      margin: 20px;
      background: #fff;
      text-align: center; } }

@media all and (min-width: 1025px) {
  .popup {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -250px;
    background: #fff;
    width: 500px;
    height: 700px; }
    .popup .top {
      margin: 20px; }
      .popup .top img {
        width: 150px; }
    .popup .info {
      padding-left: 20px;
      font-size: 20px; }
      .popup .info .title {
        font-weight: bold; }
      .popup .info .contents {
        font-size: 15px; }
    .popup .edit {
      margin-top: 20px;
      border-top: 1px solid #e0e0e0;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px; }
      .popup .edit input {
        margin-top: 10px;
        padding: 10px;
        width: 100%; }
      .popup .edit textarea {
        margin-top: 10px;
        padding: 10px;
        width: 100%;
        height: 140px;
        resize: none;
        border: 1px solid #e0e0e0; }
    .popup button {
      width: 100px;
      height: 40px;
      float: right;
      margin: 20px;
      background: #fff;
      text-align: center; } }

footer {
  background-color: #444;
  margin-top: 20px; }

#login-form {
  padding-top: 200px; }

ul.pagination li {
  margin-left: 5px;
  margin-right: 5px; }
  ul.pagination li.active {
    font-weight: bold; }
  ul.pagination a {
    color: #333;
    font-size: 16px; }

.note-content {
  background-color: #fff;
  font-weight: 200;
  padding: 16px;
  font-size: 18px;
  margin-top: 0px !important; }
  .note-content strong, .note-content p, .note-content div {
    font-size: 18px !important;
    font-weight: 400; }
  .note-content strong {
    font-weight: bold; }
  .note-content p {
    margin-top: 10px !important; }
  .note-content img {
    max-width: 100%; }
  @media all and (max-width: 766px) {
  .note-content {
    font-size: 15px;
    margin-top: 0px !important; }
    .note-content strong, .note-content p, .note-content div {
      font-size: 15px !important;
      font-weight: 400; } }

.center {
  margin: 0 auto; }

.quote {
  font-size: 22px; }

.inquiry-area {
  display: none; }

.ask-btn {
  cursor: pointer; }

@media all and (max-width: 766px) {
  .subinfo table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .subinfo table tr td:firstpp-of-type {
      font-weight: bold; }

  .inquiry-area {
    display: flex;
    align-items: center; }
    .inquiry-area a {
      margin-right: 20px; }
    .inquiry-area a i {
      font-size: 24px; } }

.btn.btn-secondary {
  color: #fff; }

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#fff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
