@charset "UTF-8";
.jumbotron {
  padding-bottom: 20px; }

.jumbotron .head_big {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); }

.jumbotron .head_small {
  margin-top: 28px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); }

.jumbotron .head_video {
  margin-top: 60px;
  margin-bottom: 60px; }

.jumbotron .head_video .video_wrapper {
  float: none;
  clear: both;
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0; }

.jumbotron .head_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.marketing {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  word-break: keep-all;
  word-wrap: break-word; }

.marketing .title {
  margin-bottom: 10px; }

.marketing .title .icon {
  margin-right: 10px;
  font-size: 4em; }

.marketing .title .text {
  color: #222222;
  font-size: 1.8em;
  font-weight: 700; }

.marketing .description {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
  font-weight: 400; }

.klassgroup {
  background-color: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 15px; }

.klassgroup hr {
  margin: 15px 25% 20px 25%;
  border-top: 1px solid #D9D9D9;
  border-bottom: none; }

.klassgroup h3 {
  font-weight: bold;
  font-size: 22px; }

.klassgroup .summary {
  padding-top: 20px;
  min-height: 120px; }

.klassgroup .summary-left {
  padding-top: 12px;
  margin-bottom: 15px; }

.klassgroup .summary-left hr {
  margin: 0 0 -7px 0;
  width: 80px;
  border-top: 2px solid #222222;
  border-bottom: none;
  text-align: left; }

.klassgroup .summary-left .vr {
  margin: 0;
  border-left: 3px solid #222222; }

.klassgroup .summary-left .vr .content {
  margin-left: 10px; }

.klassgroup .description {
  color: #222222;
  margin-top: -5px; }

@media screen and (max-width: 767px) {
  .jumbotron {
    border-bottom: solid 2px #D9D9D9; }
  .jumbotron .head_big {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); }
  .jumbotron .head_small {
    margin-top: 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); }
  .jumbotron .head_video {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
  .marketing {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  .marketing .rec_box {
    padding: 10px;
    padding-top: 20px; }
  .marketing .rec_box .title .icon {
    height: 24px;
    font-size: 2em; }
  .marketing .rec_box .title .text {
    font-size: 1.5em; }
  .marketing .rec_box .sub_text {
    font-size: 12px; }
  .klassgroup .summary {
    min-height: 0; } }

/* for new promotion pages */
/* jumbotron-responsive */
.jumbotron-responsive {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF; }

.jumbotron-responsive img {
  width: 100%; }

.jumbotron-responsive .jumbotron-video .video-js {
  width: 100%;
  min-height: 480px;
  cursor: pointer; }

.jumbotron-responsive .jumbotron-video .vjs-control-bar {
  display: none !important; }

.jumbotron-responsive .jumbotron-video .video-js .vjs-big-play-button {
  display: block !important; }

.jumbotron-responsive .jumbotron-video .video-js.vjs-has-started.vjs-playing .vjs-big-play-button,
.jumbotron-responsive .jumbotron-video .video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: none !important; }

.jumbotron-responsive .jumbotron-video .video-js.vjs-has-started.vjs-ended .vjs-big-play-button {
  display: block !important; }

/* marketing-group */
.marketing-group {
  background-color: #F7F7F7;
  word-break: keep-all;
  word-wrap: break-word; }

.marketing-group .nav-wrapper {
  position: relative;
  text-align: center; }

.marketing-group .nav-scroll {
  margin-top: -3px;
  padding-top: 3px;
  overflow-x: auto;
  white-space: nowrap; }
  @media (hover: none) {
    .marketing-group .nav-scroll::-webkit-scrollbar {
      display: none; } }

.marketing-group .nav-tabs {
  border-bottom: none;
  margin: 0 auto;
  background-color: #D9D9D9; }

.marketing-group .nav-tabs > li {
  float: none;
  width: 256px;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  transition: all 0s;
  background-color: #D9D9D9;
  margin-bottom: 0; }

.marketing-group .nav-tabs > li > a {
  margin-right: 0;
  padding: 16px 31px;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #666666;
  letter-spacing: -0.15px; }

.marketing-group .nav-tabs > li.active > a,
.marketing-group .nav-tabs > li.active > a:hover,
.marketing-group .nav-tabs > li.active > a:focus {
  padding: 15px 31px;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  letter-spacing: -0.16px;
  background-color: #F7F7F7; }

.marketing-group .nav-tabs > li.active > a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-bottom: 0;
  color: #444444;
  content: ""; }

.marketing-group .nav-tabs > li.active > a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  border-top: 3px solid;
  content: ''; }

.marketing-group .nav-tabs > li > a .divider-right {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: rgba(153, 153, 153, 0.4); }

.marketing-group .nav-tabs > li > a .divider-right-none {
  display: none; }

.marketing-group .tab-container {
  padding: 45px 6px; }

.marketing-group .tab-container .header {
  padding-bottom: 18px; }

.marketing-group .tab-container .body-left {
  padding-right: 25px; }

.marketing-group .tab-container .body-right {
  padding-left: 25px; }

.marketing-group .tab-container .footer {
  padding-top: 18px; }

.marketing-group .tab-container .title {
  margin-bottom: 30px;
  color: #222222;
  font-size: 21px;
  font-weight: bold; }

.marketing-group .tab-container .title:before {
  display: inline-block;
  width: 3px;
  height: 22px;
  margin-right: 8px;
  margin-bottom: -3px;
  background-color: #999999;
  content: ""; }

.marketing-group .tab-container .title-none {
  margin-bottom: 64px; }

.marketing-group .tab-container .indent {
  padding-left: 11px; }

.marketing-group .tab-container .description {
  line-height: 1.89;
  word-break: break-all;
  font-size: 18px;
  font-weight: 500;
  color: #666666; }

.marketing-group .tab-container .image img {
  max-width: 100%;
  height: auto; }

.marketing-group .tab-container .video-wrapper {
  padding: 0; }

.marketing-group .tab-container .video-wrapper-center {
  margin: auto; }

.marketing-group .tab-container .video-wrapper-right {
  margin: 0 0 0 auto; }

.marketing-group .tab-container .video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%; }

.marketing-group .tab-container .video-wrapper .video-airklass {
  display: inline-block;
  cursor: pointer; }

.marketing-group .tab-container .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.marketing-group hr {
  margin: 0 auto;
  border-top: 2px solid #EEEEEE; }

/* klasses-group */
.klasses-group {
  padding-top: 34px;
  padding-bottom: 47px;
  background-color: #FFFFFF; }

.klasses-group-sm {
  padding-bottom: 24px; }

.klasses-group .klasses-wrapper {
  padding-bottom: 10px; }

.klasses-group .klasses-wrapper-lg {
  padding-bottom: 70px; }

.klasses-group .section-horizontal-left {
  padding-right: 62px;
  padding-left: 11px; }

.klasses-group .section-horizontal-right {
  padding-left: 62px; }

.klasses-group .section-vertical {
  padding-bottom: 50px;
  text-align: center; }

.klasses-group .section-title,
.klasses-group .section-title-center {
  color: #222222;
  font-size: 21px;
  font-weight: bold; }

.klasses-group .section-title:before {
  display: inline-block;
  width: 3px;
  height: 22px;
  margin-right: 8px;
  margin-bottom: -3px;
  background-color: #70b8ff;
  content: ""; }

.klasses-group .section-title ~ .visible-xlg {
  display: none; }

.klasses-group .section-description {
  margin: 12px 0 0 11px;
  line-height: 1.56;
  font-size: 18px;
  word-break: break-all;
  color: #666666; }

.klasses-group .section-hr {
  width: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 2px solid #70b8ff; }

.klasses-group .klass {
  position: relative; }

.klasses-group .klass-left {
  margin-bottom: 20px;
  text-align: right; }

.klasses-group .klass-right {
  margin-bottom: 20px;
  text-align: left; }

.klasses-group .divider {
  position: absolute;
  height: auto;
  top: 70px;
  bottom: 80px;
  right: -0.8%;
  border-right: 1px solid #EEEEEE; }

.klasses-group .divider-bottom {
  position: absolute;
  height: 100%;
  top: -80px;
  right: -0.8%;
  border-right: 1px solid #EEEEEE; }

@media (max-width: 1199px) {
  .klasses-group .klass-left,
  .klasses-group .klass-right {
    text-align: center; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .marketing-group .tab-container {
    padding: 45px 17px; } }

@media (max-width: 1279px) and (min-width: 768px) {
  .marketing-group .nav-wrapper .left-blur {
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    width: 42px;
    visibility: hidden;
    -webkit-background-image: linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    background-image: rgba(238, 238, 238, 0);
    /* Old browsers */
    background-image: -o-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* Opera11.1-12.0 */
    background-image: -ms-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* IE 10 Platform Previews, Consumer Preview */
    background-image: -moz-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to left, rgba(238, 238, 238, 0), #EEEEEE);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: ""; }
  .marketing-group .nav-wrapper .right-blur {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 42px;
    visibility: visible;
    -webkit-background-image: linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    background-image: rgba(238, 238, 238, 0);
    /* Old browsers */
    background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* Opera11.1-12.0 */
    background-image: -ms-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* IE 10 Platform Previews, Consumer Preview */
    background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #EEEEEE);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: ""; } }

@media (max-width: 767px) {
  .jumbotron-responsive .jumbotron-video .video-js {
    max-width: 100%;
    height: 0;
    min-height: auto;
    padding-top: 56.25%; }
  .box-shadow-none {
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  /* marketing-group */
  .marketing-group .nav-wrapper {
    text-align: left; }
  .marketing-group .nav-scroll {
    margin-top: -2px;
    padding-top: 2px; }
  .marketing-group .nav-wrapper .left-blur {
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    width: 30px;
    visibility: hidden;
    -webkit-background-image: linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    background-image: rgba(238, 238, 238, 0);
    /* Old browsers */
    background-image: -o-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* Opera11.1-12.0 */
    background-image: -ms-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* IE 10 Platform Previews, Consumer Preview */
    background-image: -moz-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(right, rgba(238, 238, 238, 0), #EEEEEE);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to left, rgba(238, 238, 238, 0), #EEEEEE);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: ""; }
  .marketing-group .nav-wrapper .right-blur {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 30px;
    visibility: visible;
    -webkit-background-image: linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    background-image: rgba(238, 238, 238, 0);
    /* Old browsers */
    background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* Opera11.1-12.0 */
    background-image: -ms-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* IE 10 Platform Previews, Consumer Preview */
    background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0), #EEEEEE);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0), #EEEEEE);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: ""; }
  .marketing-group .nav-tabs.scroll-none::-webkit-scrollbar {
    display: none; }
  .marketing-group .nav-tabs > li {
    max-width: 212px;
    width: auto;
    margin-bottom: 0;
    background-color: #EEEEEE; }
  .marketing-group .nav-tabs > li > a {
    padding: 13px 15px 12px 15px;
    font-size: 13.5px; }
  .marketing-group .nav-tabs > li.active > a,
  .marketing-group .nav-tabs > li.active > a:hover,
  .marketing-group .nav-tabs > li.active > a:focus {
    padding: 12px 15px;
    font-size: 14px; }
  .marketing-group .nav-tabs > li.active > a:after {
    top: -2px;
    border-top: 2px solid; }
  .marketing-group .nav-tabs-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    z-index: 999;
    border-top: none;
    background-color: #FFFFFF;
    -webkit-transition: top 200ms ease;
    -moz-transition: top 200ms ease;
    -ms-transition: top 200ms ease;
    -o-transition: top 200ms ease;
    transition: top 200ms ease; }
  .marketing-group .nav-tabs-sticky > ul > li > a {
    border-bottom: 1px solid #D9D9D9; }
  .marketing-group .nav-tabs-sticky > ul > li.active > a,
  .marketing-group .nav-tabs-sticky > ul > li.active > a:hover,
  .marketing-group .nav-tabs-sticky > ul > li.active > a:focus {
    border-top: none;
    border-bottom: 2px solid #444444; }
  .marketing-group .nav-tabs > li > a .divider-right {
    top: 14px;
    height: 15px; }
  .marketing-group .tab-container {
    text-align: left;
    padding: 21px 0 25px; }
  .marketing-group .tab-container .body-left {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px; }
  .marketing-group .tab-container .body-right {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px; }
  .marketing-group .tab-container .title {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 600; }
  .marketing-group .tab-container .title:before {
    width: 2px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: -2px; }
  .marketing-group .tab-container .title-none {
    margin-bottom: 0; }
  .marketing-group .tab-container .indent {
    padding-right: 4px;
    padding-left: 4px; }
  .marketing-group .tab-container .description {
    line-height: 1.77;
    font-size: 13px;
    font-weight: normal; }
  .marketing-group .tab-container .image {
    text-align: center; }
  .marketing-group .tab-container .video-wrapper,
  .marketing-group .tab-container .video-wrapper-right {
    margin: auto; }
  /* klasses-group */
  .klasses-group {
    padding-top: 16px; }
  .klasses-group-sm {
    padding-bottom: 47px; }
  .klasses-group .section-title,
  .klasses-group .section-title-center {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600; }
  .klasses-group .section-title:before {
    width: 2px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: -2px; }
  .klasses-group .section-description {
    margin: 0 0 14px 7px;
    font-size: 13px; }
  .klasses-group .klasses-wrapper-lg {
    padding-bottom: 10px; }
  .klasses-group .klasses-container {
    padding-right: 15px;
    padding-left: 15px; }
  .klasses-group .klasses-container .klasses {
    margin-bottom: 20px; }
  .klasses-group .section-horizontal-left {
    padding: 0; }
  /* slick */
  .slider {
    display: none;
    margin-bottom: 3px !important; }
  .slick-list {
    margin: 0 -10px -42px -10px;
    padding: 0 10px 42px 10px; }
  .slick-slide {
    width: 158px;
    margin: 0 5.5px; }
  .slick-dots {
    bottom: 17px; }
  .slick-dots li {
    width: 3px;
    height: 3px;
    margin: 0 7px; }
  .slick-dots li button {
    width: 3px;
    height: 3px; }
  .slick-dots li button:before {
    width: 3px;
    height: 3px;
    opacity: 0.6;
    content: "";
    border: 1px solid #999999;
    border-radius: 50%;
    background-color: #999999; }
  .slick-dots li.slick-active {
    width: 5px;
    height: 5px; }
  .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
    top: -1px;
    opacity: 1; }
  .slick-prev,
  .slick-prev:focus,
  .slick-prev.slick-disabled:hover,
  .slick-prev.slick-disabled:active,
  .slick-prev.slick-disabled:focus {
    top: 48%;
    left: -10px;
    width: 33px;
    height: 72px;
    z-index: 1;
    background-image: url("/static/img/promotion/btn-prev-nor.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-prev-nor.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-nor@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-nor@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-prev-nor.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-nor@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-nor@3x.png?dec3b11ab912") 3 x); }
  .slick-prev:hover,
  .slick-prev:active {
    background-image: url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-hover@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-hover@3x.png?dec3b11ab912") 3 x); }
  .slick-prev:before,
  .slick-prev.slick-disabled:before {
    content: "";
    visibility: hidden;
    background-image: url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-hover@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-prev-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-prev-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-prev-hover@3x.png?dec3b11ab912") 3 x); }
  .slick-next,
  .slick-next:focus,
  .slick-next.slick-disabled:hover,
  .slick-next.slick-disabled:active,
  .slick-next.slick-disabled:focus {
    top: 48%;
    right: -10px;
    width: 33px;
    height: 72px;
    z-index: 1;
    background-image: url("/static/img/promotion/btn-next-nor.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-next-nor.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-nor@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-nor@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-next-nor.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-nor@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-nor@3x.png?dec3b11ab912") 3 x); } }

@media (max-width: 767px) and (hover: hover), screen and (max-width: 767px) and (-ms-high-contrast: active), (max-width: 767px) and (-ms-high-contrast: none) {
  .slick-next:hover,
  .slick-next:active {
    background-image: url("/static/img/promotion/btn-next-hover.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-next-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-hover@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-next-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-hover@3x.png?dec3b11ab912") 3 x); } }

@media (max-width: 767px) {
  .slick-next:before,
  .slick-next.slick-disabled:before {
    content: "";
    visibility: hidden;
    background-image: url("/static/img/promotion/btn-next-hover.png?dec3b11ab912");
    background-image: image-set(url("/static/img/promotion/btn-next-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-hover@3x.png?dec3b11ab912") 3 x);
    background-image: -webkit-image-set(url("/static/img/promotion/btn-next-hover.png?dec3b11ab912") 1 x, url("/static/img/promotion/btn-next-hover@2x.png?dec3b11ab912") 2 x, url("/static/img/promotion/btn-next-hover@3x.png?dec3b11ab912") 3 x); } }

@media (min-width: 768px) {
  .klasses-group .section-horizontal-left-odd {
    display: block;
    padding-left: 11px; }
  .klasses-group .section-horizontal-right {
    display: none; } }

@media (min-width: 1310px) {
  .klasses-group .section-horizontal-left,
  .klasses-group .section-horizontal-right {
    display: block;
    width: 40%; }
  .klasses-group .section-horizontal-left-odd {
    display: none; }
  .klasses-group .section-title ~ .visible-xlg {
    display: block !important; } }

figure img {
  display: block;
  width: 100%;
  max-width: 100%; }

/* fix for Edge */
@supports (-ms-ime-align: auto) {
  .clear-li li, ul.clear-li > li, ol.clear-li > li {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); } }

.col-wrapper {
  margin: 0;
  font-size: 0; }
  @media screen and (min-width: 992px) {
    .col-wrapper {
      margin: 0 -15px; } }
  @media screen and (min-width: 1024px) {
    .col-wrapper {
      margin: 0 -15px; } }
  @media screen and (min-width: 1200px) {
    .col-wrapper {
      margin: 0 -1.76%; } }
  .col-wrapper ~ .col-wrapper {
    margin-top: 45px; }
    @media screen and (min-width: 992px) {
      .col-wrapper ~ .col-wrapper {
        margin-top: 0;
        padding-top: 30px; } }
    @media screen and (min-width: 1024px) {
      .col-wrapper ~ .col-wrapper {
        padding-top: 30px; } }
    @media screen and (min-width: 1200px) {
      .col-wrapper ~ .col-wrapper {
        padding-top: 3.52%; } }

.col-item {
  display: inline-block;
  padding: 0;
  vertical-align: top; }
  @media screen and (min-width: 992px) {
    .col-item {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .col-item {
      padding: 0 15px; } }
  @media screen and (min-width: 1200px) {
    .col-item {
      padding: 0 1.701%; } }
  .col-item ~ .col-item {
    margin-top: 45px; }
    @media screen and (min-width: 992px) {
      .col-item ~ .col-item {
        margin-top: 0; } }

.col-padding {
  padding: 36px 13.20475% 0; }
  @media screen and (min-width: 992px) {
    .col-padding {
      padding: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .col-padding {
      padding-right: 0.934%; } }
  .col-padding.col-item {
    margin: 0; }

.col-block {
  display: block; }

.col-middle {
  vertical-align: middle; }

.no-float {
  float: none; }

/*
<div class="definition">
  <dl class="d-list">
    <dt class="d-title c-999"> // color: [[ line-color ]]
      <p class="d-title__sup">학원 소개</p>
      <p class="d-title__main">인천기술사학원</p>
    </dt>
    <dd class="d-desc">

      <div class="d-desc-wrap">
        토토공....
      </div>

      or

      <ul class="d-desc-list">
        <li>토토공...</li>
      </ul>

    </dd>
  </dl>
</div>
*/
.d-list {
  margin: 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.1; }

.d-title {
  margin: 0;
  padding: 3px 0 2px 15px;
  border-left: 2px solid;
  line-height: 1.1; }
  @media screen and (min-width: 992px) {
    .d-title {
      padding: 4px 0 3px 16px;
      border-left: 3px solid; } }
  .d-title__sup {
    margin: 0;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #666666; }
  .d-title__main {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #222222;
    line-height: 1.25; }
    @media screen and (min-width: 992px) {
      .d-title__main {
        font-size: 24px; } }

.d-desc {
  padding: 0;
  margin-top: 23px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: -.008em; }
  @media screen and (min-width: 992px) {
    .d-desc {
      margin-top: 30px;
      font-size: 14px;
      line-height: 1.86; } }
  .d-desc-wrap {
    color: #222222; }
  .d-desc-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .d-desc-list > li {
    position: relative;
    padding-left: .6em;
    color: #666666; }
    .d-desc-list > li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '・'; }
  .d-desc-depth {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .d-desc-depth {
        line-height: 1.52; } }
  .d-desc-depth > li {
    position: relative;
    padding-left: .6em; }
    .d-desc-depth > li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '*'; }

.pack {
  text-align: center;
  -webkit-box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 992px) {
    .pack {
      margin-bottom: 0; } }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pack {
      -webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .pack:hover {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06); } }
  .pack-top {
    position: relative;
    padding: 21px 6.82493% 18px; }
    @media screen and (min-width: 1200px) {
      .pack-top {
        padding: 30px 7.14286% 25px; } }
    .pack-top.bg-green {
      background-color: #16d192; }
    .pack-top.bg-yellow {
      background-color: #ffae00; }
    .pack-top.bg-blue {
      background-color: #36abd6; }
    .pack-top:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.07);
      content: ''; }
    .pack-top:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.07);
      content: ''; }
      @media screen and (min-width: 1024px) {
        .pack-top:after {
          height: 4px; } }
  .pack_no {
    position: relative;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #FFFFFF; }
  .pack_title {
    position: relative;
    padding-top: 18px; }
    @media screen and (min-width: 320px) and (max-width: 991px) {
      .pack_title {
        height: auto !important; } }
    @media screen and (min-width: 1024px) {
      .pack_title {
        padding-top: 30px; } }
    .pack_title h4 {
      padding: 0;
      margin: 0;
      line-height: 1.57143;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 21px; }
      @media screen and (min-width: 992px) {
        .pack_title h4 {
          font-size: 23px; } }
      @media screen and (min-width: 1200px) {
        .pack_title h4 {
          font-size: 27px;
          line-height: 1.40741; } }
    .pack_title.middle {
      padding: 0;
      margin-top: 13px; }
      @media screen and (min-width: 992px) {
        .pack_title.middle h4 {
          position: absolute;
          left: 0;
          top: 50%;
          font-size: 27px;
          line-height: 1.40741;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .pack-bot {
    padding: 24px 23px 24px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .pack-bot {
        padding: 26px 6.82493% 26px; } }
    @media screen and (min-width: 1200px) {
      .pack-bot {
        padding: 26px 7.14286% 26px; } }
  .pack_list {
    padding: 0;
    margin-bottom: 24px;
    text-align: center; }
    @media screen and (min-width: 320px) and (max-width: 991px) {
      .pack_list {
        height: auto !important; } }
    @media screen and (min-width: 992px) {
      .pack_list {
        padding: 0;
        margin-bottom: 26px; }
        .pack_list:before {
          display: inline-block;
          width: 1px;
          height: 100%;
          margin-left: -1px;
          vertical-align: middle;
          content: ''; } }
  @media screen and (min-width: 992px) {
    .pack_items {
      display: inline-block;
      vertical-align: middle; } }
  .pack_item {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.64286;
    color: #666666; }
    @media screen and (min-width: 992px) {
      .pack_item {
        font-size: 16px;
        line-height: 1.625; } }

.ev {
  padding-top: 50px;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .ev {
      text-align: center; } }
  .ev .col-item {
    padding-bottom: 50px; }
    @media screen and (min-width: 992px) {
      .ev .col-item {
        padding-bottom: 0; } }
  .ev-icon {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 84px;
    padding: 3.5px;
    vertical-align: top; }
    @media screen and (min-width: 992px) {
      .ev-icon {
        width: 168px;
        height: 168px;
        padding: 7px; } }
    .ev-icon img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
  .ev-circle {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%; }
  .ev-desc {
    display: inline-block;
    width: calc(96% - (168px/2));
    padding-top: 5px;
    padding-left: 16px;
    vertical-align: top; }
    @media screen and (min-width: 992px) {
      .ev-desc {
        padding-top: 8px;
        padding-left: 0;
        width: 100%; } }
    .ev-desc h6 {
      display: inline-block;
      margin: 0;
      padding: 4px 3px 3px;
      line-height: 1.1;
      font-size: 11px;
      color: rgba(22, 209, 146, 0.7);
      border-top: 1px solid rgba(22, 209, 146, 0.5);
      border-bottom: 1px solid rgba(22, 209, 146, 0.5); }
      @media screen and (min-width: 992px) {
        .ev-desc h6 {
          padding: 3px 6px 2px;
          font-size: 12px; } }
    .ev-desc p {
      margin: 0;
      padding-top: 13px;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (min-width: 992px) {
        .ev-desc p {
          font-size: 18px; } }
    .ev-desc span {
      display: inline-block;
      padding-top: 6px;
      line-height: 1.34;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }
      @media screen and (min-width: 992px) {
        .ev-desc span {
          font-size: 12px; } }

.bg-eaf0fc {
  background-color: #eaf0fc; }

.c-eaf0fc {
  color: #eaf0fc; }

.bg-3db8dc {
  background-color: #3db8dc; }

.c-3db8dc {
  color: #3db8dc; }

.bg-3dbad7 {
  background-color: #3dbad7; }

.c-3dbad7 {
  color: #3dbad7; }

.bg-8a5fb4 {
  background-color: #8a5fb4; }

.c-8a5fb4 {
  color: #8a5fb4; }

.bg-999 {
  background-color: #999; }

.c-999 {
  color: #999; }

.bg-d7c2b4 {
  background-color: rgba(215, 194, 180, 0.2); }

.c-d7c2b4 {
  color: #d7c2b4; }

.bg-2e8282 {
  background-color: #2e8282; }

.c-2e8282 {
  color: #2e8282; }

.bg-36abd6 {
  background-color: #36abd6; }

.c-36abd6 {
  color: #36abd6; }

.bg-a7d116 {
  background-color: #a7d116; }

.c-a7d116 {
  color: #a7d116; }

.bg-16d192 {
  background-color: #16d192; }

.c-16d192 {
  color: #16d192; }

.bg-367ed6 {
  background-color: #367ed6; }

.c-367ed6 {
  color: #367ed6; }

.font-300 {
  font-style: normal;
  font-weight: 300; }

.font-400 {
  font-style: normal;
  font-weight: 400; }

.font-500 {
  font-style: normal;
  font-weight: 500; }

.font-600 {
  font-style: normal;
  font-weight: 600; }

.font-700 {
  font-style: normal;
  font-weight: 700; }

.gallery .slick-list {
  margin: 0;
  padding: 0; }

.gallery .slick-slide {
  width: auto;
  margin: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

@media screen and (min-width: 992px) {
  .gallery .slick-arrow {
    width: 56px;
    height: 56px;
    background-size: 24px auto; } }

.gallery .slick-arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.411 24.5a1.18 1.18 0 0 1-.82-.33 1.114 1.114 0 0 1 0-1.603L15.943 12.5 5.59 2.432a1.111 1.111 0 0 1 0-1.6 1.192 1.192 0 0 1 1.65 0l11.17 10.867a1.112 1.112 0 0 1 0 1.601L7.24 24.17c-.23.22-.525.33-.829.33z' fill='%23999'/%3E%3C/svg%3E");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: ''; }

.gallery .slick-arrow:focus {
  outline: 0; }

.gallery .slick-prev {
  left: -95px; }
  .gallery .slick-prev:before {
    transform: rotate(180deg); }

.gallery .slick-next {
  right: -95px; }
  .gallery .slick-next:before {
    transform: rotate(0); }

.gallery .slick-dots {
  font-size: 0;
  bottom: -47px; }
  .gallery .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px; }
    .gallery .slick-dots li.slick-active {
      width: auto;
      height: auto;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5); }
      .gallery .slick-dots li.slick-active button:before {
        opacity: 1; }
    .gallery .slick-dots li button {
      width: 3px;
      height: 3px;
      padding: 8px; }
      @media screen and (min-width: 992px) {
        .gallery .slick-dots li button {
          width: 4px;
          height: 4px;
          padding: 5px; } }
      .gallery .slick-dots li button:before {
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        width: 3px;
        height: 3px;
        margin: auto;
        border: 0;
        content: '';
        background-color: #999999;
        opacity: .6;
        border-radius: 50%; }
        @media screen and (min-width: 992px) {
          .gallery .slick-dots li button:before {
            width: 4px;
            height: 4px; } }

.gallery .slick-dotted.slick-slider {
  margin-bottom: 37px; }

.gallery a {
  color: inherit; }

.gallery {
  margin: 0; }
  @media screen and (min-width: 992px) {
    .gallery {
      width: 610px;
      margin: 0 auto 0; } }
  .gallery-item {
    position: relative;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .gallery-item {
        height: auto; } }
  .gallery-anchor {
    text-decoration: none;
    outline: 0; }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .gallery-anchor:hover {
        text-decoration: none; } }
    .gallery-anchor:focus {
      outline: 0; }
  .gallery-text {
    font-size: 14px;
    color: #000000;
    margin: 0; }
  .gallery-content {
    position: relative;
    height: auto !important;
    font-size: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms; }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .gallery.dynamic .gallery-item:hover .gallery-content {
        -webkit-transform: translateY(-52px);
        -moz-transform: translateY(-52px);
        -ms-transform: translateY(-52px);
        -o-transform: translateY(-52px);
        transform: translateY(-52px); } }
    .gallery-content:before {
      display: inline-block;
      width: 1px;
      height: 100%;
      margin-left: -1px;
      content: '';
      vertical-align: middle; }
  .gallery-sub {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400;
    opacity: .8; }
  .gallery-title {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.36842;
    vertical-align: middle;
    word-break: keep-all;
    word-wrap: break-word;
    color: #222222; }
  .gallery-name {
    display: block;
    position: static;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    font-size: 14px;
    color: #666666; }
  .gallery-btn {
    padding: 10px 0;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .gallery-btn {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 14px 0; } }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .gallery-btn {
        opacity: 0;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms; }
        .gallery.dynamic .gallery-item:hover .gallery-btn {
          opacity: 1; } }

.visual-wrapper {
  max-width: 396px;
  margin: auto; }
  @media screen and (min-width: 992px) {
    .visual-wrapper {
      max-width: none; } }

.pr-layout:before, .pr-layout:after {
  content: "";
  display: table; }

.pr-layout:after {
  clear: both; }

@media screen and (min-width: 1200px) {
  .pr-layout {
    width: 1090px !important;
    margin: 0 auto; } }

.pr-row {
  position: relative;
  overflow: hidden;
  background-color: #ffffff; }
  .pr-row .col-wrapper ~ .col-wrapper {
    padding-top: 0;
    margin-top: 50px; }
  @media screen and (min-width: 992px) {
    .pr-row .col-wrapper .col-item {
      padding: 0 15px; } }
  .pr-row.faculty .col-item ~ .col-item {
    margin-top: 0px; }
    @media screen and (max-width: 991px) {
      .pr-row.faculty .col-item ~ .col-item {
        margin-top: 50px; } }
  .pr-row > .content-layout {
    margin-top: 50px;
    margin-bottom: 70px; }
  .pr-row > .package-layout {
    margin-top: 70px;
    margin-bottom: 70px; }
  .pr-row.intro {
    padding-top: 33px;
    padding-bottom: 33px; }
    @media screen and (min-width: 992px) {
      .pr-row.intro {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .pr-row.content {
    padding-top: 33px;
    padding-bottom: 33px; }
    @media screen and (min-width: 992px) {
      .pr-row.content {
        padding-top: 44px;
        padding-bottom: 44px; } }
  .pr-row.video {
    padding: 16px 0; }
    @media screen and (min-width: 992px) {
      .pr-row.video {
        padding: 46px 0; } }
  .pr-row.has-slide {
    padding-top: 33px;
    padding-bottom: 26px; }

.pr-line {
  position: relative;
  overflow: hidden; }
  .pr-line-tail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    color: #FFFFFF;
    border-top: 8px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 100; }
  .pr-line-img {
    position: absolute;
    width: 100%;
    height: 100%; }
    .pr-line-img__bg {
      height: 100%; }
  .pr-line-desc {
    padding: 34px 38px; }

.pr-support {
  margin-top: 45px;
  font-size: 12px;
  line-height: 1.66667;
  color: #999999;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .pr-support {
      margin-top: 70px; } }
  .pr-support .normal {
    font-size: 12px; }
    @media screen and (min-width: 992px) {
      .pr-support .normal {
        font-size: 16px; } }

.pr-video {
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 0; }
  .pr-video-box {
    position: relative;
    padding-bottom: 56.23%; }
    .pr-video-box__top, .pr-video-box__bottom {
      position: absolute;
      display: block; }
    .pr-video-box__top {
      left: -5px;
      top: -5px;
      width: 45px;
      height: 45px; }
      @media screen and (min-width: 992px) {
        .pr-video-box__top {
          width: 84px;
          height: 84px;
          left: -8px;
          top: -8px; } }
    .pr-video-box__bottom {
      bottom: -5px;
      right: -5px;
      width: 65px;
      height: 65px; }
      @media screen and (min-width: 992px) {
        .pr-video-box__bottom {
          width: 120px;
          height: 120px;
          bottom: -8px;
          right: -8px; } }
  .pr-video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .pr-video .video-js {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.pr-event {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px; }
  .pr-event-title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.67; }
    @media screen and (min-width: 992px) {
      .pr-event-title h5 {
        font-size: 18px; } }
  .pr-event-title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.67; }
    @media screen and (min-width: 992px) {
      .pr-event-title h4 {
        font-size: 28px; } }
  .pr-event .tail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto -9px;
    color: #0f1b2f;
    border-top: 9px solid;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0;
    z-index: 100; }
    @media screen and (min-width: 992px) {
      .pr-event .tail {
        margin-bottom: -14px;
        border-top: 14px solid;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent; } }

.pr-upper {
  padding-top: 15px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .pr-upper {
      padding-top: 52px;
      padding-bottom: 55px; } }
  .pr-upper-con {
    position: relative; }
    @media screen and (min-width: 992px) {
      .pr-upper-con {
        float: left;
        display: block;
        width: 50%;
        margin-left: 0;
        font-size: 0;
        padding-left: 120px; } }
    @media screen and (min-width: 1200px) {
      .pr-upper-con {
        padding-left: 154px; } }
    .pr-upper-con ~ .pr-upper-con {
      margin-top: 45px; }
      @media screen and (min-width: 992px) {
        .pr-upper-con ~ .pr-upper-con {
          margin-top: 0; } }
  .pr-upper_profile {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 992px) {
      .pr-upper_profile {
        left: 0;
        right: auto; } }
  .pr-upper_img {
    width: 77px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 992px) {
      .pr-upper_img {
        width: 120px; } }
    @media screen and (min-width: 1200px) {
      .pr-upper_img {
        width: 154px; } }
  .pr-upper_info {
    padding-top: 15px; }
    @media screen and (min-width: 992px) {
      .pr-upper_info {
        margin-left: 20px;
        padding-top: 35px; } }
    @media screen and (min-width: 1200px) {
      .pr-upper_info {
        margin-left: 35px;
        padding-top: 48px; } }
  .pr-upper img {
    width: 100%; }

.pr-wide {
  border-top: 6px solid; }
  .pr-wide-layout {
    position: relative;
    max-width: 1920px;
    margin: auto; }
  .pr-wide img {
    display: block;
    width: 100%; }
  .pr-wide .pr-btn {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 32%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 992px) {
      .pr-wide .pr-btn {
        margin-top: 5.10417%; } }

.content-heading {
  margin-bottom: 50px;
  text-align: center; }
  .content-heading h3 {
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 700; }
    @media screen and (min-width: 992px) {
      .content-heading h3 {
        font-size: 24px; } }
  .content-heading h4 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .content-heading h4 {
        font-size: 18px; } }
  .content-heading p {
    margin: 0;
    padding: 12px 0 0;
    color: #999999;
    font-size: 14px; }

.inline-link {
  margin-top: 35px;
  font-size: 14px; }
  .inline-link a {
    text-decoration: underline; }

.line-short {
  width: 17px;
  margin: 10px auto 0;
  border-top: 2px solid; }
  @media screen and (min-width: 992px) {
    .line-short {
      width: 20px;
      margin-top: 20px; } }

/*
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn" href="[[ url ]]" target="_self" style="background-color:[[ base color ]]">
    <span class="pr-btn-bg"></span>
    <span class="txt txt-l"><em>강의 구매</em> (180일)</span>
    <span class="txt txt-r"><em>₩</em>60,000</span>
  </a>
</div>
or
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn pr-btn-border" href="[[ url ]]" target="_self">
    <span style="rgba([[ base color ]], 0.1)"><span class="pr-btn-bg"></span></span>
    <span class="txt txt-l"><em>강의 구매</em> (180일)</span>
    <span class="txt txt-r"><em>₩</em>60,000</span>
  </a>
</div>
or
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn pr-btn-border pr-btn-white" href="[[ url ]]" target="_blank">
    <span class="txt txt-normal">text</span>
  </a>
</div>
*/
.pr-btn-box ~ .pr-btn-box {
  margin-top: 18px; }

.pr-btn {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 16.5px 21px;
  width: 100%;
  text-align: center;
  border: 0;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 100px;
  display: flex;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */ }
  .pr-btn:before, .pr-btn:after {
    content: "";
    display: table; }
  .pr-btn:after {
    clear: both; }
  @media screen and (min-width: 1200px) {
    .pr-btn {
      -webkit-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
  .pr-btn:before {
    display: none; }
  @media screen and (min-width: 1200px) {
    .pr-btn-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1) !important;
      content: '';
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; } }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn:hover {
      box-shadow: none; }
      .pr-btn:hover .pr-btn-bg {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .pr-btn:hover:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; } }
  .pr-btn:hover, .pr-btn:focus {
    outline: 0;
    text-decoration: none; }

.pr-btn-border {
  padding: 14.5px 21px;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  color: inherit; }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn-border:hover .pr-btn-bg {
      background-color: inherit !important; } }

.pr-btn-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF; }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn-white:hover {
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important;
      color: inherit !important; } }

.pr-btn.pr-btn-inline {
  width: auto;
  display: inline-flex !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  display: inline-flex; }

.pr-btn-landing {
  padding: 15px 21px;
  font-size: 16px; }
  .pr-btn-landing.pr-btn-border {
    padding: 13px 20px; }

.pr-btn .txt {
  position: relative; }

.pr-btn .txt-small {
  font-size: 12px;
  font-weight: 700; }

.pr-btn .txt-normal {
  font-size: 16px;
  font-weight: 700; }

.pr-btn .txt-large {
  font-size: 20px; }

.pr-btn .txt-l {
  font-size: 14px; }
  .pr-btn .txt-l em {
    font-weight: 700;
    font-style: normal; }

.pr-btn .txt-r {
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
  text-align: right; }
  .pr-btn .txt-r em {
    font-size: 14px;
    font-style: normal; }

.pr-btn .fa {
  font-size: 1.2em;
  padding-left: 0; }

.pr-title {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  margin-bottom: 20px; }
  .pr-title:before {
    content: '';
    width: 3px;
    margin: 5px 0 2px;
    background-color: currentColor;
    -webkit-box-flex: none;
    /* Old - iOS 6-, Safari 3.1~6 */
    -moz-box-flex: none;
    -webkit-flex: none;
    /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
    -moz-flex: none;
    -ms-flex: none;
    /* IE 10 */
    flex: none;
    /* New, Spec - Firefox, Chrome, Opera */ }
  .pr-title--has-sub:before {
    margin: 2px 0; }
  .pr-title-wrap {
    padding: 0 0 0 10px; }
  .pr-title-text {
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
    word-break: keep-all;
    word-wrap: break-word;
    text-align: left;
    color: #222222; }
    .pr-title-text--sub {
      margin-bottom: 2px;
      font-size: 14px; }
    .pr-title-text--main {
      font-size: 22px;
      font-weight: bold; }

.definition ~ .definition {
  margin-top: 24px; }

.definition-wrap + .definition-wrap,
.definition__item + .definition__item {
  margin: 4px 0 0; }

.definition-group ~ .definition-group {
  margin-top: 12px; }

.definition-group-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  color: #444444; }

.definition-title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #444444; }

.definition__item {
  margin: 0;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  color: #444444; }

.definition .definition-wrap .definition-wrap {
  margin-top: 4px; }

.definition ul.definition-wrap {
  margin: 0;
  padding: 0 0 0 17px; }
  .definition ul.definition-wrap > .definition__item::marker {
    font-size: 11px;
    background-color: #444444; }
  .definition ul.definition-wrap ol.definition-wrap > .definition__item::marker {
    font-size: 12px; }

.definition ol.definition-wrap {
  margin: 0;
  padding: 0 0 0 17px; }

/* Erase after line-height is set by #3438 issue */
div, section, h1, h2, h3, h4, h5, span, table {
  line-height: 1.5; }

.title-container {
  gap: 4px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */ }

.title-basic {
  color: #222222;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.title-large {
  color: #222222;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.subtitle-basic {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0; }

.subtitle-basic--bold {
  color: #222222;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0; }

.subtitle-large {
  color: #222222;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0; }

.subtitle-large--bold {
  color: #222222;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0; }

@media screen and (min-width: 992px) {
  .pk-card-container {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */ } }

.pk-card-container * {
  line-height: 1.5; }

.pk-card {
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */ }
  @media screen and (max-width: 991px) {
    .pk-card {
      max-width: 396px;
      margin: 0 auto; } }
  .pk-card__heading {
    position: relative;
    color: #FFFFFF;
    padding: 24px 7.57576%;
    border-radius: 4px 4px 0 0;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.07); }
    @media screen and (max-width: 991px) {
      .pk-card__heading {
        padding: 24px 30px; } }
    .pk-card__heading .pk-card--no {
      font-size: 12px;
      padding-bottom: 16px; }
    .pk-card__heading h5, .pk-card__heading .pk-subtitle {
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 8px;
      margin: 0; }
    .pk-card__heading h3, .pk-card__heading .pk-title {
      font-size: 22px;
      margin: 0;
      font-weight: 400; }
  .pk-card__content {
    border: 1px solid #EEEEEE;
    border-top: none;
    padding: 0 7.57576% 36px 7.57576%;
    color: #666666;
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */ }
    .pk-card__content ul {
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
      -ms-flex-positive: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      /* Firefox 20+, Opera 12.10, IE Not supported. */ }
    .pk-card__content li {
      list-style: none;
      font-size: 16px;
      text-align: center; }
    @media screen and (max-width: 991px) {
      .pk-card__content {
        padding: 0 18px 36px 18px; } }
  .pk-card--product {
    padding: 48px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    position: relative; }
    .pk-card--product .free-installment {
      font-size: 16px;
      bottom: 48px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      position: absolute; }
    .pk-card--product__wrapper {
      height: 100%;
      display: -webkit-box;
      /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
      display: -moz-flex;
      display: flex;
      /* New, Spec - Firefox, Chrome, Opera */
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* Firefox 28+, IE11, Opera 12.10 */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      /* Chrome 21+, Safari Not supported. */
      -moz-justify-content: center;
      /* Chrome 21+, Safari Not supported. */
      justify-content: center;
      /* Firefox 20+, Opera 12.10, IE Not supported. */ }
    .pk-card--product--list {
      position: relative;
      font-size: 16px;
      display: -webkit-box;
      /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
      display: -moz-flex;
      display: flex;
      /* New, Spec - Firefox, Chrome, Opera */ }
  .pk-card__btn {
    position: relative;
    padding: 14px 21px;
    border-radius: 29px;
    max-width: 336px;
    margin: 0 auto;
    text-decoration: none !important;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: white; }
    .pk-card__btn .txt-l {
      font-size: 15px;
      line-height: 1.9;
      z-index: 10;
      float: left; }
    .pk-card__btn .txt-r {
      font-size: 17px;
      z-index: 10;
      float: right; }
    .pk-card__btn .days {
      font-weight: normal; }
    .pk-card__btn em {
      font-size: 14px;
      font-style: normal; }
    .pk-card__btn .pk__btn-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.15) !important;
      content: '';
      border-radius: 29px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .pk-card__btn:hover .pk__btn-bg {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .pk-card-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 700;
    color: #FFFFFF; }
    .pk-card-dim-content {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .pk-card-dim .message {
      font-size: 30px; }
    .pk-card-dim .spice {
      font-size: 16px; }

/*
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn" href="[[ url ]]" target="_self" style="background-color:[[ base color ]]">
    <span class="pr-btn-bg"></span>
    <span class="txt txt-l"><em>강의 구매</em> (180일)</span>
    <span class="txt txt-r"><em>₩</em>60,000</span>
  </a>
</div>
or
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn pr-btn-border" href="[[ url ]]" target="_self">
    <span style="rgba([[ base color ]], 0.1)"><span class="pr-btn-bg"></span></span>
    <span class="txt txt-l"><em>강의 구매</em> (180일)</span>
    <span class="txt txt-r"><em>₩</em>60,000</span>
  </a>
</div>
or
<div class="pr-btn-box" style="color:[[ base color ]]">
  <a class="pr-btn pr-btn-border pr-btn-white" href="[[ url ]]" target="_blank">
    <span class="txt txt-normal">text</span>
  </a>
</div>
*/
.pr-btn-box ~ .pr-btn-box {
  margin-top: 18px; }

.pr-btn {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 16.5px 21px;
  width: 100%;
  text-align: center;
  border: 0;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 100px;
  display: flex;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */ }
  .pr-btn:before, .pr-btn:after {
    content: "";
    display: table; }
  .pr-btn:after {
    clear: both; }
  @media screen and (min-width: 1200px) {
    .pr-btn {
      -webkit-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
  .pr-btn:before {
    display: none; }
  @media screen and (min-width: 1200px) {
    .pr-btn-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1) !important;
      content: '';
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; } }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn:hover {
      box-shadow: none; }
      .pr-btn:hover .pr-btn-bg {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .pr-btn:hover:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; } }
  .pr-btn:hover, .pr-btn:focus {
    outline: 0;
    text-decoration: none; }

.pr-btn-border {
  padding: 14.5px 21px;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  color: inherit; }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn-border:hover .pr-btn-bg {
      background-color: inherit !important; } }

.pr-btn-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF; }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pr-btn-white:hover {
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important;
      color: inherit !important; } }

.pr-btn.pr-btn-inline {
  width: auto;
  display: inline-flex !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  display: inline-flex; }

.pr-btn-landing {
  padding: 15px 21px;
  font-size: 16px; }
  .pr-btn-landing.pr-btn-border {
    padding: 13px 20px; }

.pr-btn .txt {
  position: relative; }

.pr-btn .txt-small {
  font-size: 12px;
  font-weight: 700; }

.pr-btn .txt-normal {
  font-size: 16px;
  font-weight: 700; }

.pr-btn .txt-large {
  font-size: 20px; }

.pr-btn .txt-l {
  font-size: 14px; }
  .pr-btn .txt-l em {
    font-weight: 700;
    font-style: normal; }

.pr-btn .txt-r {
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
  text-align: right; }
  .pr-btn .txt-r em {
    font-size: 14px;
    font-style: normal; }

.pr-btn .fa {
  font-size: 1.2em;
  padding-left: 0; }

.event-vertical .col-item {
  padding: 0 15px; }

.event-icon {
  width: 100%; }
  .event-icon img {
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .event-icon img {
        width: 100%;
        max-width: none !important; } }

.event-desc {
  word-break: keep-all;
  color: #666666;
  padding-top: 16px;
  line-height: 1.5; }
  .event-desc .num {
    margin: 0;
    line-height: 1.5;
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: inline-block;
    padding: 4px;
    margin-bottom: 12px; }
  .event-desc .main {
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #222222; }
  .event-desc .sub {
    padding-top: 12px;
    font-size: 14px;
    color: #222222; }
    .event-desc .sub--previous {
      text-decoration: line-through; }
  .event-desc .desc {
    font-size: 14px; }
  .event-desc.only-desc {
    padding-top: 50px; }
    .event-desc.only-desc .desc {
      padding-top: 0; }

.benefit-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
  color: #222222; }

.event-heading {
  margin-bottom: 50px;
  color: #222222;
  text-align: center; }

.event-title {
  margin: 0 0 4px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }

.event-sub {
  font-size: 14px;
  line-height: 1.5; }

@media screen and (min-width: 992px) {
  .pr-profile-img {
    display: table-cell;
    vertical-align: top; } }

@media screen and (min-width: 992px) {
  .pr-profile-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px; } }

.pr-profile_pic {
  width: 183px;
  height: 183px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden; }

.pr-profile_name {
  margin: 20px 0 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #222222; }
  @media screen and (min-width: 992px) {
    .pr-profile_name {
      text-align: left; } }

.pr-profile_list {
  line-height: 1.63;
  font-weight: 500; }

.pr-profile img {
  width: 100%; }

.swiper-wrapper {
  height: auto;
  margin-bottom: 37px; }

.swiper-slide {
  height: auto;
  padding: 0 10px; }
  @media screen and (min-width: 992px) {
    .swiper-slide {
      padding: 0 86px; } }
  .swiper-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.swiper-button {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: none;
  cursor: pointer;
  z-index: 1024; }
  @media screen and (min-width: 992px) {
    .swiper-button {
      display: block;
      width: 56px;
      height: 56px;
      background-size: 24px auto; } }
  .swiper-button::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.411 24.5a1.18 1.18 0 0 1-.82-.33 1.114 1.114 0 0 1 0-1.603L15.943 12.5 5.59 2.432a1.111 1.111 0 0 1 0-1.6 1.192 1.192 0 0 1 1.65 0l11.17 10.867a1.112 1.112 0 0 1 0 1.601L7.24 24.17c-.23.22-.525.33-.829.33z' fill='%23999'/%3E%3C/svg%3E");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center center;
    content: ''; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev::before {
    transform: rotate(180deg); }

.swiper-button-next {
  right: 0; }
  .swiper-button-next::before {
    transform: rotate(0); }

.swiper-pagination {
  position: relative; }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    background-color: rgba(153, 153, 153, 0.5); }
  .swiper-pagination-bullet-active {
    background-color: #999999; }
  .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 10px; }

.review-name {
  display: block;
  margin-top: 20px; }

.swiper.reviews-list .swiper-slide + .swiper-slide {
  margin-top: 40px; }

.banner-wrapper {
  padding: 0 15px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */ }
  @media screen and (min-width: 992px) {
    .banner-wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      /* Firefox 28+, IE11, Opera 12.10 */ }
      .banner-wrapper.reverse {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        /* Firefox 28+, IE11, Opera 12.10 */ } }

.banner-img-wrapper {
  height: 100%; }

.banner-img {
  height: 100%;
  object-fit: cover; }

.banner-text-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  height: 100%; }

.banner-item {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */ }

.countdown {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: bold; }

.countdown-row {
  display: flex;
  justify-content: center;
  gap: 10px; }
  @media screen and (min-width: 992px) {
    .countdown-row {
      gap: 20px; } }

.countdown-group {
  display: flex;
  gap: 4px; }
  @media screen and (min-width: 992px) {
    .countdown-group {
      gap: 8px; } }

.countdown-card {
  width: 38px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .countdown-card {
      font-size: 60px;
      width: 75px; } }

.countdonwn-divider {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 992px) {
    .countdonwn-divider {
      font-size: 20px; } }

.divide-bar {
  width: 6px;
  height: 2px;
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 992px) {
    .divide-bar {
      width: 12px;
      height: 4px; } }

.countdown-announce {
  font-size: 32px;
  font-weight: bold;
  color: #222222; }
  @media screen and (min-width: 992px) {
    .countdown-announce {
      font-size: 46px; } }

.theme-dark * {
  color: white; }

.theme-dark .definition__item {
  color: white; }

.theme-dark .title-basic,
.theme-dark .title-large,
.theme-dark .subtitle-basic,
.theme-dark .subtitle-basic--bold,
.theme-dark .subtitle-large,
.theme-dark .subtitle-large--bold {
  color: white; }

.theme-dark .countdown-card {
  background-color: rgba(255, 255, 255, 0.07); }

.theme-dark .divide-bar {
  background-color: rgba(255, 255, 255, 0.5); }

.theme-dark .countdonwn-divider {
  color: rgba(255, 255, 255, 0.5); }

.theme-dark .countdown-announce {
  color: #FFFFFF; }
