@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* 모바일만 ~767px */
/* 태블릿부터 */
@media screen and (min-width: 768px) {
  .more-btn {
    margin: 0;
  }
  .more-btn .btn {
    width: 140px;
    height: 50px;
    font-size: 1.6rem;
  }
  .modal-container .modal-wrap {
    width: max(60%, 400px);
  }
  .modal-container .modal-wrap .modal .contents {
    padding: 7% 4%;
  }
  .modal-container .modal-wrap .modal .contents h1 {
    font-size: 3rem;
    line-height: 1.8;
  }
  .modal-container .modal-wrap .modal .contents img {
    width: 60%;
    margin-top: 50px;
  }
  .main-swiper .swiper-slide .main-title {
    font-size: 5rem;
  }
  .main-swiper .swiper-slide .main-title-desc {
    font-size: 2rem;
    margin-left: 20px;
  }
  .sec-digital .fp-wrap {
    padding: 5rem 1rem 0 1rem;
    margin: 0 auto;
  }
  .sec-digital .digital-wrap {
    margin: 20px auto;
  }
  .sec-digital .digital-wrap p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .sec-digital .digital-wrap::before {
    right: 0;
    bottom: 0;
    height: min(100%, 420px);
  }
  .sec-digital .main-card-wrap .main-card {
    width: 230px;
    height: 230px;
    padding: 15px 10px;
    margin: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-digital .main-card-wrap .main-card h3 {
    font-size: 1.4em;
  }
  .sec-digital .main-card-wrap .main-card p {
    display: block;
  }
  .sec-digital .main-card-wrap .main-card::before {
    width: 120px;
  }
  .sec-digital .main-card-wrap .main-card img {
    width: 150px;
    height: 80px;
  }
  .sec-business .fp-wrap {
    position: relative;
    padding-top: 3rem;
    margin: 0 auto;
  }
  .sec-business .bus-wrap {
    max-width: 1200px;
    margin: 0 auto 100px auto;
  }
  .sec-business .bus-wrap .bus-title {
    margin: 10px;
  }
  .sec-business .bus-wrap .bus-contents {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sec-business .bus-wrap .bus-icon {
    width: 112px;
    height: 112px;
    margin: 10px auto;
    padding-top: 62px;
    border-radius: 30px;
  }
  .sec-business .bus-wrap .bus-icon::before {
    top: 15px;
    width: 54px;
    height: 54px;
  }
  .sec-business #videoWrap {
    height: 500px;
  }
  .sec-business .video li {
    width: 33.3333333333%;
    height: 500px;
    padding: 80px;
  }
  .sec-business .video li .textBox {
    height: 220px;
    bottom: -220px;
    padding: 5px 20px;
    text-align: left;
  }
  .sec-business .video li .textBox h3 {
    font-size: 3rem;
  }
  .sec-business .video li .textBox p {
    display: block;
  }
  .sec-news .fp-wrap {
    padding: 6rem 2rem;
  }
  .sec-news h2 {
    margin-bottom: 3rem;
  }
  .sec-news #app {
    margin: 50px auto;
    height: 80%;
  }
  .sec-news .tiles {
    width: 86vmin;
    height: 60vmin;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 5vmin 1fr;
    -ms-grid-columns: 1fr 5vmin 1fr;
        grid-template: 1fr 1fr/1fr 1fr;
    grid-gap: 5vmin;
    -webkit-transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
            transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
  }
  .sec-news .tile {
    position: relative;
    opacity: 0.99;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50% 50%;
    -ms-grid-columns: 50% 50%;
        grid-template: 50% 50%/50% 50%;
    padding: 1em;
    background: #555 radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent);
    -webkit-transition: background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
    transition: background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
    transition: transform var(--duration) var(--easing), background-color var(--duration) linear;
    transition: transform var(--duration) var(--easing), background-color var(--duration) linear, -webkit-transform var(--duration) var(--easing);
  }
  .sec-news .tile > img {
    height: 56%;
    opacity: 0.8;
  }
  .sec-news .tile > h3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 20px;
    font-size: 1.8vmin;
    text-align: left;
  }
  .sec-news .tile > p {
    display: block;
  }
  .sec-news .tile:hover h3 {
    -webkit-transform: translate(-30%, -90%);
            transform: translate(-30%, -90%);
  }
  .sec-interview .interview-container {
    margin: 50px auto 0 auto;
  }
  .sec-interview .interview-container .interview-wrap .list {
    width: 233.3333333333%;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide {
    margin-left: 30px;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide .card-img {
    width: 110px;
    height: 110px;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide .card-img img {
    width: 110px;
    height: 110px;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide .card-info {
    margin: 0 auto;
    text-align: center;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide .card-info .text-title {
    font-size: 1.6rem;
  }
  .sec-interview .interview-container .interview-wrap .interview-slide .card-info .text-body {
    font-size: 1.8rem;
  }
  .sec-interview .itemControl .count {
    font-size: 2rem;
  }
  .sec-interview .itemControl .count span {
    margin-right: 5px;
    padding: 10px 20px;
  }
}
/* 태블릿만 */
/* pc부터 ~ */
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
  .modal-container .modal-wrap {
    height: 450px;
  }
  .modal-container .modal-wrap .modal .contents {
    padding: 5%;
  }
  .modal-container .modal-wrap .modal .contents h1 {
    font-size: 3.4rem;
    line-height: 1.8;
  }
  .modal-container .modal-wrap .modal .contents p {
    color: #000;
  }
  .modal-container .modal-wrap .modal .contents img {
    width: 30%;
    margin-top: 60px;
  }
  .main-swiper .swiper-slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-swiper .swiper-slide .item {
    margin-left: 120px;
    text-align: left;
  }
  .main-swiper .swiper-slide .main-title {
    font-size: 6.8rem;
  }
  .main-swiper .swiper-slide .main-title-desc {
    font-size: 2rem;
    margin-left: 20px;
  }
  .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
  }
  .sec-digital .fp-wrap {
    padding: 6rem 2rem 0 2rem;
    margin: 0 auto;
  }
  .sec-digital .digital-wrap {
    margin: 30px auto;
    padding: 30px 10px;
  }
  .sec-digital .digital-wrap p {
    font-size: 2rem;
    width: 880px;
    margin-bottom: 30px;
  }
  .sec-digital .main-card-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-digital .main-card-wrap .main-card {
    width: 260px;
    height: 240px;
    padding: 20px 10px;
    margin: 30px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-digital .main-card-wrap .main-card h3 {
    font-size: 1.6em;
  }
  .sec-digital .main-card-wrap .main-card p {
    display: block;
  }
  .sec-digital .main-card-wrap .main-card::before {
    width: 120px;
  }
  .sec-digital .main-card-wrap .main-card img {
    width: 150px;
    height: 80px;
  }
  .sec-business .bus-wrap {
    max-width: 1200px;
    margin: 0 auto 100px auto;
  }
  .sec-business .bus-wrap .bus-title {
    margin: 30px 0;
  }
  .sec-business .bus-wrap .bus-contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-business .bus-wrap .bus-icon {
    width: 140px;
    height: 140px;
    margin: 10px auto;
    padding-top: 72px;
    border-radius: 30px;
  }
  .sec-business .bus-wrap .bus-icon p {
    font-size: 1.8rem;
  }
  .sec-business .bus-wrap .bus-icon::before {
    top: 20px;
    width: 60px;
    height: 60px;
  }
  .sec-business #videoWrap {
    height: 480px;
  }
  .sec-business .video li {
    width: 33.3333333333%;
    height: 480px;
    padding: 80px;
  }
  .sec-business .video li .textBox {
    width: 60%;
    height: 220px;
    bottom: -220px;
    padding: 5px 20px;
    text-align: left;
  }
  .sec-business .video li .textBox h3 {
    font-size: 3rem;
  }
  .sec-business .video li .textBox p {
    display: block;
  }
  .sec-news h2 {
    margin-bottom: 3rem;
  }
  .sec-news .tiles {
    width: 90vmin;
    height: 55vmin;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 5vmin 1fr;
    -ms-grid-columns: 1fr 5vmin 1fr;
        grid-template: 1fr 1fr/1fr 1fr;
    grid-gap: 5vmin;
    -webkit-transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
            transform: rotateX(calc(-15deg * var(--rot-x, 0))) rotateY(calc(-15deg * var(--rot-y, 0)));
  }
}