@charset "UTF-8";
/* 메인비주얼 */
#mv {
  position: relative;
}
@media (max-width: 768px) {
  #mv {
    height: 60vh;
  }
}
#mv .mv-pagi {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 11;
}
@media (max-width: 768px) {
  #mv .mv-pagi {
    bottom: 20px;
  }
}
#mv .mv-pagi span {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 12.5px;
}
@media (max-width: 768px) {
  #mv .mv-pagi span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
#mv .mv-pagi span.swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 768px) {
  #mv .mvsw {
    height: 100%;
  }
}
#mv .mvsw .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
#mv .mvsw .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap p {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  #mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap p {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap h2 {
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap b {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 200;
  color: #fff;
}
@media (max-width: 768px) {
  #mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap b {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
#mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap a {
  padding: 22px 65px;
  background: #fff;
  display: flex;
  color: #232323;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #mv .mvsw .swiper-wrapper .swiper-slide .mv-tit-box .wrap a {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}

/* 블럭 */
#block {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 100px;
  background: #F8F8F8 url("/img/block-bg2.png") no-repeat left bottom/cover;
}
@media (max-width: 768px) {
  #block {
    margin-top: 20px;
  }
}
#block .wrap {
  display: flex;
}
@media (max-width: 768px) {
  #block .wrap {
    flex-direction: column;
  }
}
#block .wrap article {
  height: 450px;
}
@media (max-width: 768px) {
  #block .wrap article {
    height: auto;
  }
}
#block .wrap article .block-tit h3 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  #block .wrap article .block-tit h3 {
    font-size: 1.5rem;
  }
}
#block .wrap article .block-tit p {
  line-height: 1.8;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  #block .wrap article .block-tit p {
    font-size: 1rem;
  }
}
#block .wrap article .block-tit p br.qrqr {
  display: none;
}
@media (max-width: 768px) {
  #block .wrap article .block-tit p br.qrqr {
    display: block;
  }
}
#block .wrap .left {
  width: 33%;
}
@media (max-width: 768px) {
  #block .wrap .left {
    width: 100%;
    margin-bottom: 0;
  }
}
#block .wrap .left article {
  width: 100%;
  border: 20px solid #72B7E6;
  background: #fff;
  padding: 40px 80px;
}
@media (max-width: 768px) {
  #block .wrap .left article {
    padding: 30px 20px;
    border: 10px solid #72B7E6;
  }
}
#block .wrap .left article .block-tit h3 {
  margin-bottom: 40px;
}
#block .wrap .left article .block-tit h3 span {
  color: #72B7E6;
}
#block .wrap .left article .block-tit p {
  color: #888888;
}
#block .wrap .right {
  width: 67%;
}
@media (max-width: 768px) {
  #block .wrap .right {
    width: 100%;
  }
}
#block .wrap .right article {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #block .wrap .right article {
    padding: 30px 30px;
    margin-bottom: 0;
  }
}
#block .wrap .right article .block-tit h3 {
  margin-bottom: 40px;
}
#block .wrap .right article .block-tit p {
  color: #888888;
}
#block .wrap .right article a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 232px;
  height: 65px;
}
@media (max-width: 768px) {
  #block .wrap .right article a {
    width: 110px;
    height: 35px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
#block .wrap .right > article {
  background: url("/img/1block.png") no-repeat center center/cover;
}
#block .wrap .right > article .block-tit h3 {
  color: #fff;
}
#block .wrap .right > article .block-tit p {
  color: #fff;
}
#block .wrap .right > article a {
  background: #fff;
  color: #0D88A8;
}
#block .wrap .right > ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #block .wrap .right > ul {
    flex-direction: column;
  }
}
#block .wrap .right > ul li {
  width: 50%;
}
@media (max-width: 768px) {
  #block .wrap .right > ul li {
    width: 100%;
  }
}
#block .wrap .right > ul li article a.border {
  background: #fff;
  border: 1px solid #DDDDDD;
  color: #555555;
}
#block .wrap .right > ul li article a.deepblue {
  background: #fff;
  color: #0B466E;
}
#block .wrap .right > ul li article a.skyblue {
  background: #fff;
  color: #1576B8;
}
#block .wrap .right > ul li:nth-child(1) {
  background: url("/img/4block01.png") no-repeat center center/cover;
}
#block .wrap .right > ul li:nth-child(1) article .block-tit h3 {
  color: #fff;
}
#block .wrap .right > ul li:nth-child(1) article .block-tit p {
  color: #fff;
}
#block .wrap .right > ul li:nth-child(2) {
  background: url("/img/4block02.png") no-repeat center center/cover;
}
#block .wrap .right > ul li:nth-child(2) article .block-tit p {
  color: #232323;
}
#block .wrap .right > ul li:nth-child(3) {
  background: url("/img/4block03.png") no-repeat center center/cover;
}
#block .wrap .right > ul li:nth-child(3) article .block-tit p {
  color: #232323;
}
#block .wrap .right > ul li:nth-child(4) {
  background: url("/img/4block04.png") no-repeat center center/cover;
}
#block .wrap .right > ul li:nth-child(4) article .block-tit h3 {
  color: #fff;
}
#block .wrap .right > ul li:nth-child(4) article .block-tit p {
  color: #fff;
}
#block .wrap .right div.talent {
  border: 20px #EEEEEE solid;
  padding: 80px;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent {
    padding: 30px;
    border: none;
  }
}
#block .wrap .right div.talent b {
  color: #888888;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent b {
    font-size: 1.125rem;
  }
}
#block .wrap .right div.talent h3 {
  color: #1576B8;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent h3 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
#block .wrap .right div.talent h3 span {
  font-weight: 600;
}
#block .wrap .right div.talent p {
  font-size: 2.125rem;
  color: #555555;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
#block .wrap .right div.talent p span {
  font-weight: 600;
}
#block .wrap .right div.talent .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent .bot {
    flex-direction: column-reverse;
  }
}
#block .wrap .right div.talent .bot a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  color: #1576B8;
  border: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent .bot a {
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 1rem;
    display: none;
  }
}
#block .wrap .right div.talent .bot a i {
  margin-left: 5px;
  padding-bottom: 2px;
}
#block .wrap .right div.talent .bot ul {
  display: flex;
}
#block .wrap .right div.talent .bot ul li {
  margin-left: 30px;
}
@media (max-width: 768px) {
  #block .wrap .right div.talent .bot ul li {
    margin: 0;
    margin: 0 10px;
  }
}
/* 스폰서 */
#sponsor {
  padding-top: 130px;
}
@media (max-width: 768px) {
  #sponsor {
    padding-top: 50px;
  }
}
#sponsor .inner {
  width: calc(100% - 20px);
  max-width: 1720px;
  margin: 0 auto;
}
#sponsor .inner .sec-tit {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #sponsor .inner .sec-tit {
    margin-bottom: 35px;
  }
}
#sponsor .inner .sec-tit h2 {
  font-size: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  #sponsor .inner .sec-tit h2 {
    font-size: 1.5rem;
  }
}
#sponsor .inner .sec-tit h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  background: #ddd;
}
@media (max-width: 768px) {
  #sponsor .inner .sec-tit h2::before {
    width: 40px;
    height: 3px;
  }
}
#sponsor .inner div.sponsor-logo {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#sponsor .inner div.sponsor-logo > ul {
  height: 260px;
  margin-bottom: 80px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #sponsor .inner div.sponsor-logo > ul {
    height: 130px;
    justify-content: space-around;
  }
}
#sponsor .inner div.sponsor-logo > ul li {
  height: calc((100% - 60px) / 2) !important;
  max-width: 260px;
  margin: 0 14px;
  margin-bottom: 18px;
  min-width: 200px;
}
@media (max-width: 768px) {
  #sponsor .inner div.sponsor-logo > ul li {
    min-width: auto;
    max-width: 130px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
}
#sponsor .inner div.sponsor-logo > ul li figure img {
  width: 100%;
}
#sponsor article {
  display: flex;
}
@media (max-width: 768px) {
  #sponsor article {
    flex-direction: column;
  }
}
#sponsor article > div {
  width: 50%;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  #sponsor article > div {
    width: 100%;
    padding: 30px 20px;
  }
}
#sponsor article > div.notice {
  background: #1576B8;
  display: flex;
  justify-content: flex-end;
}
#sponsor article > div.notice .wrap {
  max-width: 600px;
  width: 100%;
}
#sponsor article > div.notice .wrap .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
#sponsor article > div.notice .wrap .tit h3 {
  font-size: 2.125rem;
  color: #fff;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap .tit h3 {
    font-size: 1.5rem;
  }
}
#sponsor article > div.notice .wrap .tit h3 span {
  margin-left: 18px;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap .tit h3 span {
    font-size: 0.875rem;
  }
}
#sponsor article > div.notice .wrap div.cont {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
}
#sponsor article > div.notice .wrap div.cont ul li a .cont-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap div.cont ul li a .cont-tit {
    flex-direction: column;
  }
}
#sponsor article > div.notice .wrap div.cont ul li a .cont-tit p {
  color: #fff;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap div.cont ul li a .cont-tit p {
    font-size: 0.875rem;
  }
}
#sponsor article > div.notice .wrap div.cont ul li a .cont-tit i {
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap div.cont ul li a .cont-tit i {
    font-size: 0.75rem;
    display: block;
    margin-top: 10px;
  }
}
#sponsor article > div.notice .wrap div.cont ul li a .cont-txt p {
  color: #CEEBFF;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  #sponsor article > div.notice .wrap div.cont ul li a .cont-txt p {
    font-size: 0.875rem;
  }
}
#sponsor article > div.customer {
  background: #464646;
}
#sponsor article > div.customer .wrap {
  max-width: 600px;
}
#sponsor article > div.customer .wrap .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
#sponsor article > div.customer .wrap .tit h3 {
  color: #fff;
  font-size: 2.125rem;
}
@media (max-width: 768px) {
  #sponsor article > div.customer .wrap .tit h3 {
    font-size: 1.5rem;
  }
}
#sponsor article > div.customer .wrap .tit span {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  #sponsor article > div.customer .wrap .tit span {
    font-size: 1.875rem;
  }
}
#sponsor article > div.customer .wrap ul li {
  color: #fff;
  margin-bottom: 12px;
}/*# sourceMappingURL=style.css.map */