/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: #0F1D2D; }
ul {
  list-style-type: none; }
a {
  color: #176DE5;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
a:hover {
    text-decoration: underline; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.33em / 2);
  font-weight: 700;
  line-height: 1.38; }
.h1,
h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.35; }
.h2,
h2 {
  font-size: 24px; }
.h3,
h3 {
  font-size: 16px; }
.h4,
h4 {
  font-size: 15px; }
.h5,
h5 {
  font-size: 14px; }
.h6,
h6 {
  font-size: 13px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.33em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Underline  */
.underline {
  position: relative;
  padding-bottom: 28px; }
.underline:after {
    position: absolute;
    display: block;
    content: '';
    margin-top: 24px;
    height: 3px;
    width: 120px;
    background-color: #5FCC29;
    border-radius: 60px; }
/*  Underline Blue  */
.underline--blue:after {
  background-color: #0080FF; }
/*  Underline Pink  */
.underline--pink:after {
  background-color: #E617A1; }
/*  Underline Orange  */
.underline--orange:after {
  background-color: #FF9900; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Box-error
\* ------------------------------------------------------------ */
.box-error {
  background: #E62E4D;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 13px 13px 13px 48px;
  position: relative;
  margin-bottom: 14px;
  display: block; }
.box-error p {
    font-size: 16px;
    line-height: 22px;
    color: #fff; }
.box-error .box__close {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/*  Btn orange  */
.btn--orange {
  background: -o-linear-gradient(90.62deg, #FF6A00 0.48%, #FF9500 99.41%);
  background: linear-gradient(359.38deg, #FF6A00 0.48%, #FF9500 99.41%);
  -webkit-box-shadow: 0px 2px 10px rgba(255, 106, 0, 0.6);
          box-shadow: 0px 2px 10px rgba(255, 106, 0, 0.6);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, -webkit-box-shadow .3s;
  -o-transition: color .3s, background .3s, box-shadow .3s;
  transition: color .3s, background .3s, box-shadow .3s;
  transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
  padding: 10px 24px;
  min-width: 100px; }
.btn--orange:hover {
    -webkit-box-shadow: 0 0 0 rgba(255, 106, 0, 0.6);
            box-shadow: 0 0 0 rgba(255, 106, 0, 0.6);
    text-decoration: none; }
/*  Btn large  */
.btn--large {
  font-size: 20px;
  padding: 19px 40px; }
/*  Btn Grey  */
.btn--grey {
  color: #636880;
  background: -webkit-gradient(linear, right top, left top, from(#EBEFF7), color-stop(99.48%, #E6EAF2));
  background: -o-linear-gradient(right, #EBEFF7 0%, #E6EAF2 99.48%);
  background: linear-gradient(270deg, #EBEFF7 0%, #E6EAF2 99.48%);
  border-radius: 4px;
  padding: 11px 24px;
  -webkit-transition: background-color .3s, background .3s, color .2s;
  -o-transition: background-color .3s, background .3s, color .2s;
  transition: background-color .3s, background .3s, color .2s; }
.btn--grey:hover {
    color: #E6EAF2;
    background: -webkit-gradient(linear, right top, left top, from(#636880), color-stop(99.48%, #636880));
    background: -o-linear-gradient(right, #636880 0%, #636880 99.48%);
    background: linear-gradient(270deg, #636880 0%, #636880 99.48%);
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  padding-top: 3px; }
.checkbox input {
    width: 16px;
    height: 16px;
    opacity: 0; }
.checkbox input:checked ~ label:before {
      background-color: #176DE5; }
.checkbox input:checked ~ label:after {
      border-color: #fff; }
.checkbox label {
    font-size: 14px;
    line-height: 1.36;
    position: relative;
    padding-left: 5px;
    white-space: nowrap; }
.checkbox label:before {
      display: block;
      content: '';
      position: absolute;
      left: -19px;
      top: 2px;
      width: 16px;
      height: 16px;
      border: 1px solid #B8BECC;
      border-radius: 2px;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s; }
.checkbox label:after {
      display: block;
      content: '';
      position: absolute;
      left: -14px;
      top: 4px;
      width: 6px;
      height: 10px;
      border: solid transparent;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border-color .2s;
      -o-transition: border-color .2s;
      transition: border-color .2s; }
.checkbox a:hover {
    color: #FF9500;
    text-decoration: none; }
/* ------------------------------------------------------------ *\
  Copyright
\* ------------------------------------------------------------ */
.copyright p {
  font-size: 14px;
  line-height: 1.36;
  color: #7A8599; }
/* ------------------------------------------------------------ *\
  Details
\* ------------------------------------------------------------ */
.details {
  background-color: #fff;
  padding: 34px 43px 59px 34px;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%; }
.details h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.38;
    margin-bottom: 8px; }
.details p {
    font-size: 16px;
    line-height: 1.5; }
.details p + p {
    margin-top: 24px; }
.details .details__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px; }
.details .details__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px; }
.details .details__image img {
    width: 100%; }
.details .details__position {
    font-size: 18px;
    line-height: 25px;
    color: #636880;
    margin: 0; }
/* ------------------------------------------------------------ *\
  Error-message
\* ------------------------------------------------------------ */
.error-message {
  display: block;
  font-size: 13px;
  line-height: 1.38;
  color: #791E1F;
  margin-top: 5px; }
/* ------------------------------------------------------------ *\
  Error
\* ------------------------------------------------------------ */
.error {
  background: #FFF2F4 !important;
  border: 1px solid #D22A36 !important; }
/* ------------------------------------------------------------ *\
  Event
\* ------------------------------------------------------------ */
.event {
  padding: 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff; }
.event h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 16px; }
.event .event__image {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.event .event__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-left: 24px; }
.event .event__actions {
    margin-top: 13px; }
/* ------------------------------------------------------------ *\
  Events
\* ------------------------------------------------------------ */
.events .events__item {
  margin-top: 40px; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  border: 1px solid #B8BECC;
  border-radius: 4px;
  padding: 13px 30px 12px 15px;
  width: 100%;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s; }
.field:focus {
    border-color: #176DE5; }
.field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7A8599;
  opacity: 1;
  /* Firefox */ }
.field::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7A8599;
  opacity: 1;
  /* Firefox */ }
.field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7A8599;
  opacity: 1;
  /* Firefox */ }
.field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7A8599;
  opacity: 1;
  /* Firefox */ }
.field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7A8599;
  opacity: 1;
  /* Firefox */ }
.field::-ms-input-placeholder,
.field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7A8599; }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #F5F7FA;
  padding: 31px 0; }
.footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.footer .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer .footer__nav li {
    letter-spacing: -0.03em; }
.footer .footer__nav li + li {
    margin-left: 24px; }
.footer .footer__nav a:hover {
    color: #FF9500;
    text-decoration: none; }
/* ------------------------------------------------------------ *\
  From-orange
\* ------------------------------------------------------------ */
.form-orange {
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  padding: 22px 24px 23px;
  background-color: #fff; }
.form-orange h1 {
    margin-bottom: 40px; }
.form-orange h2 {
    font-weight: 900;
    font-size: 33px;
    line-height: 45px; }
.form-orange h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.8; }
.form-orange a:hover {
    text-decoration: none;
    color: #FF9500; }
.form-orange .form__head {
    margin-bottom: 25px; }
.form-orange .form__body {
    margin-bottom: 26px; }
.form-orange .form__row + .form__row {
    margin-top: 23px; }
.form-orange .form__row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px 8px 2px; }
.form-orange .form__label {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.36;
    display: block;
    margin-bottom: 5px; }
.form-orange .form__btn {
    background: -o-linear-gradient(90.62deg, #FF6A00 0.48%, #FF9500 99.41%);
    background: linear-gradient(359.38deg, #FF6A00 0.48%, #FF9500 99.41%);
    -webkit-box-shadow: 0px 2px 10px rgba(255, 106, 0, 0.6);
            box-shadow: 0px 2px 10px rgba(255, 106, 0, 0.6);
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    padding: 19px 25px;
    min-width: 100px;
    width: 100%;
    border: none; }
.form-orange .form__btn:hover {
      -webkit-box-shadow: 0 0 0 rgba(255, 106, 0, 0.6);
              box-shadow: 0 0 0 rgba(255, 106, 0, 0.6); }
/*  Form Orange Contact  */
.form-orange--contact {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  padding: 0 24px 8px 1px; }
.form-orange--contact .form__field {
    max-width: 400px; }
.form-orange--contact .form__textarea {
    max-width: 600px;
    min-height: 240px;
    resize: none; }
.form-orange--contact .form__row + .form__row {
    margin-top: 16px; }
.form-orange--contact .form__label {
    margin-bottom: 4px; }
.form-orange--contact .form__body {
    margin-bottom: 21px; }
.form-orange--contact .form__btn {
    width: auto;
    padding: 19px 41px; }
/*  Form Orange Apply  */
.form-orange--apply {
  margin: auto; }
.form-orange--apply .form__row + .form__row {
    margin-top: 13px; }
.form-orange--apply .form__body {
    margin-bottom: 24px; }
/* ------------------------------------------------------------ *\
  General
\* ------------------------------------------------------------ */
.general {
  padding-bottom: 28px; }
.general h1 {
    margin-bottom: 39px; }
.general h2 + p {
    margin-top: 17px; }
.general p {
    font-size: 15px;
    line-height: 1.34; }
.general p + p {
    margin-top: 10px; }
.general p + h2 {
    margin-top: 30px; }
.general h3 + p {
    margin-top: 17px; }
.general p + h3 {
    margin-top: -4px; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  padding: 20px 0 20px;
  z-index: 50;
  -webkit-transition: color .3s, background-color .3s, top .4s;
  -o-transition: color .3s, background-color .3s, top .4s;
  transition: color .3s, background-color .3s, top .4s; }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 990px;
    width: 100%;
    margin: auto;
    padding: 0 15px; }
.header .header__logo {
    max-width: 173px; }
.header.is-active {
  top: 0;
  background-color: #fff; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Info
\* ------------------------------------------------------------ */
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.info ul {
    min-width: 245px; }
.info ul + ul {
    margin-left: 35px; }
.info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; }
.info li + li {
    margin-top: 16px; }
.info span {
    margin-right: 8px; }
.info p {
    font-size: 16px;
    line-height: 22px; }
/* ------------------------------------------------------------ *\
  List-brands
\* ------------------------------------------------------------ */
.list-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.list-brands li {
    margin-bottom: 56px;
    padding: 0 24px; }
/*  List Brands Small  */
.list-brands--small {
  padding: 22px 0 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
.list-brands--small li {
    margin-bottom: 40px;
    padding: 0 16px; }
/* ------------------------------------------------------------ *\
  List-check
\* ------------------------------------------------------------ */
.list-check li {
  font-size: 16px;
  line-height: 1.5;
  color: #636880;
  margin-left: 41px;
  position: relative; }
.list-check li:after {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/svg/check.svg");
    position: absolute;
    left: -37px;
    top: 9px;
    content: ''; }
.list-check li + li {
  margin-top: 12px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo a {
  display: inline-block; }
.logo img {
  width: 100%; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding: 120px 0 87px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BFEAFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #BFEAFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #BFEAFF 0%, rgba(255, 255, 255, 0) 100%); }
.main:before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#00AAFF), color-stop(99.48%, #4C00E6));
    background: -o-linear-gradient(right, #00AAFF 0%, #4C00E6 99.48%);
    background: linear-gradient(270deg, #00AAFF 0%, #4C00E6 99.48%); }
.main .main__content {
    max-width: 960px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 32px 32px 23px;
    margin: auto;
    background-color: #fff; }
.main .main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.main .main__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.4%;
            flex: 0 0 22.4%;
    max-width: 22.4%;
    margin-right: 31px; }
.main .main__aside li {
    padding: 13px 12px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 4px; }
.main .main__aside li:hover {
      background-color: #E5EDFF; }
.main .main__aside li:hover a {
      color: #176DE5;
      text-decoration: none; }
.main .main__aside li + li {
    margin-top: 8px; }
.main .main__aside li.is-current {
    background-color: #E5EDFF; }
.main .main__aside li.is-current a {
    color: #176DE5; }
.main .main__aside a {
    color: #636880;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.38; }
/* ------------------------------------------------------------ *\
  Members
\* ------------------------------------------------------------ */
.members h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.38;
  margin-bottom: 34px; }
.members h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.39;
  margin-bottom: 10px; }
.members em {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.36;
  color: #636880;
  margin-bottom: 1px;
  display: block;
  font-style: normal; }
.members ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.members li {
  text-align: center; }
.members li span {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 15px; }
.members li + li {
  margin-left: 40px; }
.members a {
  color: #0F1D2D; }
.members a:hover {
    text-decoration: none;
    color: #FF9500; }
.members .members__line {
  position: relative;
  padding-top: 12px; }
.members .members__line:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50%;
    content: '';
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#00AAFF), color-stop(99.48%, #4C00E6));
    background: -o-linear-gradient(right, #00AAFF 0%, #4C00E6 99.48%);
    background: linear-gradient(270deg, #00AAFF 0%, #4C00E6 99.48%); }
/* ------------------------------------------------------------ *\
  Membership
\* ------------------------------------------------------------ */
.membership {
  padding: 56px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
.membership:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.1); }
.membership h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.38;
    margin-bottom: 0; }
.membership p {
    font-size: 18px;
    line-height: 1.39; }
.membership .membership__image {
    max-width: 96px;
    width: 100%; }
.membership .membership__image img {
    width: 100%; }
.membership .membership__content {
    margin-left: 40px; }
.membership .membership__entry {
    margin-bottom: 31px; }
.membership .membership__actions {
    margin-top: 34px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px 0 0; }
.nav li {
  font-size: 16px;
  font-weight: 500; }
.nav li + li {
  margin-left: 25px; }
.nav a:not(.btn) {
  color: #0F1D2D; }
.nav a:not(.btn):hover {
    color: #FF9500;
    text-decoration: none; }
/* ------------------------------------------------------------ *\
  Offer
\* ------------------------------------------------------------ */
.offer {
  padding: 24px;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.offer h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.36;
    margin-bottom: 4px; }
.offer .offer__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.offer .offer__target {
    font-size: 18px;
    line-height: 1.39;
    margin-bottom: 22px;
    color: #636880; }
.offer .offer__entry {
    font-size: 16px;
    line-height: 1.5;
    color: #636880;
    margin-bottom: 25px; }
/* ------------------------------------------------------------ *\
  Offers
\* ------------------------------------------------------------ */
.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.offers .offers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    min-height: 358px;
    margin-bottom: 34px; }
/* ------------------------------------------------------------ *\
  Popup
\* ------------------------------------------------------------ */
.popup {
  position: relative; }
/*  Popup Plugin  */
.popup-bg.mfp-bg {
  opacity: .82; }
.popup-bg .mfp-content {
  vertical-align: top;
  margin-top: 7%;
  padding-bottom: 4%;
  position: static; }
.popup-bg .popup--apply {
  max-width: 400px;
  margin: auto; }
.popup-bg .popup--details {
  max-width: 748px;
  margin: auto; }
.popup-bg .mfp-close {
  color: #7A8599;
  font-size: 22px;
  font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
  top: 12px;
  right: 15px; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Section-events
\* ------------------------------------------------------------ */
.section-events {
  padding: 74px 0 60px;
  position: relative; }
.section-events:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -5;
    width: 100%;
    height: 685px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.34%, #F0F7FF), color-stop(128.03%, rgba(245, 248, 255, 0)));
    background: -o-linear-gradient(top, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    background: linear-gradient(180deg, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    -webkit-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
            transform: skewY(5deg);
    left: 0;
    top: -91px; }
.section-events h2 {
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 26px;
    font-weight: 900; }
.section-events .section__head {
    margin-bottom: 82px;
    text-align: center; }
.section-events .section__entry {
    max-width: 800px;
    margin: 0 auto 0;
    font-size: 22px;
    line-height: 1.8; }
/* ------------------------------------------------------------ *\
  Section-info
\* ------------------------------------------------------------ */
.section-info {
  padding: 200px 0 98px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BFEAFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #BFEAFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #BFEAFF 0%, rgba(255, 255, 255, 0) 100%); }
.section-info:before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#00AAFF), color-stop(99.48%, #4C00E6));
    background: -o-linear-gradient(right, #00AAFF 0%, #4C00E6 99.48%);
    background: linear-gradient(270deg, #00AAFF 0%, #4C00E6 99.48%); }
.section-info h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 1.3;
    margin-bottom: 28px; }
.section-info .section__content {
    text-align: center; }
.section-info .section__entry {
    font-size: 22px;
    line-height: 1.8;
    max-width: 856px;
    margin: 0 auto 59px;
    letter-spacing: 0.005em; }
/* ------------------------------------------------------------ *\
  Section-members
\* ------------------------------------------------------------ */
.section-members {
  padding: 237px 0 67px;
  text-align: center;
  position: relative; }
.section-members:after {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: 685px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.34%, #F0F7FF), color-stop(128.03%, rgba(245, 248, 255, 0)));
    background: -o-linear-gradient(top, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    background: linear-gradient(180deg, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
    left: 0;
    top: 83px; }
.section-members h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 26px; }
.section-members .section__entry {
    font-size: 22px;
    line-height: 1.8;
    max-width: 881px;
    margin: 0 auto 70px; }
/* ------------------------------------------------------------ *\
  Section-membership
\* ------------------------------------------------------------ */
.section-membership {
  padding-bottom: 60px; }
.section-membership h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 26px; }
.section-membership .section__inner {
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 16px 48px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 63px 0 12px;
    background-color: #fff; }
.section-membership .section__head {
    text-align: center; }
.section-membership .section__body {
    padding: 0  48px; }
.section-membership .section__entry {
    max-width: 750px;
    margin: 0 auto 10px;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 59px; }
/* ------------------------------------------------------------ *\
  Section-offers
\* ------------------------------------------------------------ */
.section-offers {
  padding: 83px 0 53px; }
.section-offers h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 26px; }
.section-offers .section__head {
    margin-bottom: 78px; }
.section-offers .section__entry {
    max-width: 800px;
    margin: 0 auto 0;
    font-size: 22px;
    line-height: 1.8;
    text-align: center; }
/* ------------------------------------------------------------ *\
  Section-sign-up
\* ------------------------------------------------------------ */
.section-sign-up {
  padding: 169px 0 92px;
  position: relative; }
.section-sign-up:after {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: 685px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.34%, #F0F7FF), color-stop(128.03%, rgba(245, 248, 255, 0)));
    background: -o-linear-gradient(top, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    background: linear-gradient(180deg, #F0F7FF 9.34%, rgba(245, 248, 255, 0) 128.03%);
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
    left: 0;
    top: 83px; }
.section-sign-up .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.section-sign-up .section__companies {
    margin-bottom: 70px; }
.section-sign-up .section__content {
    max-width: 482px;
    padding-top: 21px;
    margin-left: 35px; }
.section-sign-up .section__small {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
    color: #636880;
    margin-bottom: 10px; }
.section-sign-up .section__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 18px; }
.section-sign-up .section__title-secondary {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.8;
    color: #0F1D2D;
    margin-bottom: 41px; }
.section-sign-up .section__entry {
    font-size: 20px;
    line-height: 1.8;
    max-width: 960px;
    margin: auto; }
.section-sign-up .section__head {
    text-align: center;
    margin-bottom: 91px; }
/* ------------------------------------------------------------ *\
  Section-team
\* ------------------------------------------------------------ */
.section-team {
  padding: 36px 0 16px; }
.section-team h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 1.36;
    margin-bottom: 26px; }
.section-team .section__head {
    text-align: center;
    margin-bottom: 81px; }
.section-team .section__entry {
    max-width: 800px;
    margin: 0 auto 10px;
    font-size: 22px;
    line-height: 1.8; }
.section-team .section__item + .section__item {
    margin-top: 77px; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 960px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */
.slider-testimonials .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  padding-right: 32px; }
.slider-testimonials .slick-dots button {
  opacity: 0; }
.slider-testimonials .slick-dots li {
  position: relative; }
.slider-testimonials .slick-dots li:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DCDFE6;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    display: block; }
.slider-testimonials .slick-dots li.slick-active:after {
  background-color: #176DE5; }
.slider-testimonials .slick-dots li + li {
  margin-left: 11px; }
/* ------------------------------------------------------------ *\
  Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.testimonial .testimonial__image {
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    max-width: 64px;
    border-radius: 50%;
    overflow: hidden; }
.testimonial .testimonial__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.testimonial .testimonial__content {
    margin-left: 22px; }
.testimonial .testimonial__entry {
    margin-bottom: 15px; }
.testimonial .testimonial__entry p {
    font-style: italic;
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: -0.02em; }
.testimonial .testimonial__author {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 4px; }
.testimonial .testimonial__position {
    font-size: 14px;
    line-height: 1.36;
    color: #7A8599; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
