@charset "utf-8";
/* Hyundai font-head */
@font-face {
  font-family: 'HyundaiSansHead-Bold';
  src: url("../fonts/HyundaiSansHead-Bold.eot");
  src: url("../fonts/HyundaiSansHead-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansHead-Bold.woff") format("woff"), url("../fonts/HyundaiSansHead-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-Medium';
  src: url("../fonts/HyundaiSansHead-Medium.eot");
  src: url("../fonts/HyundaiSansHead-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansHead-Medium.woff") format("woff"), url("../fonts/HyundaiSansHead-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-Regular';
  src: url("../fonts/HyundaiSansHead-Regular.eot");
  src: url("../fonts/HyundaiSansHead-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansHead-Regular.woff") format("woff"), url("../fonts/HyundaiSansHead-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-Light';
  src: url("../fonts/HyundaiSansHead-Light.eot");
  src: url("../fonts/HyundaiSansHead-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansHead-Light.woff") format("woff"), url("../fonts/HyundaiSansHead-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Hyundai font-text */
@font-face {
  font-family: 'HyundaiSansText-Bold';
  src: url("../fonts/HyundaiSansText-Bold.eot");
  src: url("../fonts/HyundaiSansText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansText-Bold.woff") format("woff"), url("../fonts/HyundaiSansText-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansText-Medium';
  src: url("../fonts/HyundaiSansText-Medium.eot");
  src: url("../fonts/HyundaiSansText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansText-Medium.woff") format("woff"), url("../fonts/HyundaiSansText-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansText-Regular';
  src: url("../fonts/HyundaiSansText-Regular.eot");
  src: url("../fonts/HyundaiSansText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HyundaiSansText-Regular.woff") format("woff"), url("../fonts/HyundaiSansText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('../fonts/MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  margin-top: -2px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-18 {
  font-size: 1.8rem;
}
.material-icons.md-24 {
  font-size: 2.4rem;
}
.material-icons.md-36 {
  font-size: 3.6rem;
}
.material-icons.md-48 {
  font-size: 4.8rem;
}
/* variables */
body {
  font-family: "HyundaiSansText-Regular", 'Malgun Gothic', Dotum, '돋움', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', '굴림', arial, sans-serif;
  font-size: 1.4rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #464646;
}
h1,
h2 {
  font-family: "HyundaiSansHead-Medium", sans-serif;
  color: #000;
}
h3,
h4,
h5,
h6 {
  font-family: "HyundaiSansText-Medium", sans-serif;
  color: #000;
  font-weight: normal;
}
.hd-blue {
  color: #002c5f;
}
.hd-sand {
  color: #e4dcd3;
}
.hd-lightsand {
  color: #f6f3f2;
}
.app-docs {
  background-color: #f6f3f2;
  height: 100%;
}
.app-docs h1 {
  font-size: 2.8rem;
  color: #002c5f;
}
.app-docs-header {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.app-docs-container {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.app-docs-panel {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
}
.app-docs-panel h2 {
  font-size: 2.4rem;
}
.app-docs-panel h3 {
  margin-top: 3.0rem;
  font-family: "HyundaiSansText-Regular";
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  text-align: center;
}
.app-docs-panel h3 i {
  margin-left: -12px;
}
.app-docs-article .article-title {
  margin-top: 2.0rem;
  color: #464646;
  text-align: start;
}
.app-docs-article h4 {
  font-family: "HyundaiSansText-Regular";
  font-size: 1.6rem;
  color: #464646;
}
.app-docs .ssc-logo img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 22px;
}
.app-button-group {
  margin: 3rem -5px;
  display: block;
}
.app-btn {
  margin: 0 5px;
  font-family: "HyundaiSansHead-Regular";
  font-size: 1.6rem;
  border-radius: 30px;
  display: block;
  margin: 1.5rem 1.0rem;
}
.app-btn-default {
  margin: 0 30px;
  background-color: #EDEDED;
  color: #002c5f;
}
.app-btn-default:hover {
  background-color: #e0e0e0;
}
.app-btn.ap-down {
  color: #fff;
  background-color: #689F38;
}
.app-btn.ap-down:hover {
  background-color: #5c8c31;
}
.app-btn.ip-down {
  color: #fff;
  background-color: #0070C9;
}
.app-btn.ip-down:hover {
  background-color: #0062b0;
}
.app-btn:nth-child(1),
.app-btn.android {
  color: #fff;
  background-color: #689F38;
}
.app-btn:nth-child(1):hover,
.app-btn.android:hover {
  background-color: #5c8c31;
}
.app-btn:nth-child(2),
.app-btn.ios {
  color: #fff;
  background-color: #0070C9;
}
.app-btn:nth-child(2):hover,
.app-btn.ios:hover {
  background-color: #0062b0;
}
.app-btn:nth-child(3),
.app-btn.windows {
  color: #fff;
  background-color: #00BCD4;
}
.app-btn:nth-child(3):hover,
.app-btn.windows:hover {
  background-color: #00a5bb;
}
.app-btn:nth-child(4) {
  color: #fff;
  background-color: #5e5cdc;
}
.app-btn:nth-child(4):hover {
  background-color: #4947d7;
}
.app-btn:nth-child(5) {
  color: #fff;
  background-color: #673ab7;
}
.app-btn:nth-child(5):hover {
  background-color: #5c34a4;
}
.app-btn.ap-pdf {
  color: #689F38;
  background-color: #E9EDEF;
}
.app-btn.ap-pdf:hover {
  background-color: #dae1e4;
}
.app-btn.ip-pdf {
  color: #0070C9;
  background-color: #E9EDEF;
}
.app-btn.ip-pdf:hover {
  background-color: #dae1e4;
}
.toolbar-background {
  position: fixed;
  width: 100%;
  height: 360px;
  background: url('../images/main-bg.jpg') no-repeat center top;
  background-size: cover;
}
.toolbar-background:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-image: -webkit-linear-gradient(top, rgba(246, 243, 242, 0) 0, #f6f3f2 100%);
  background-image: -o-linear-gradient(top, rgba(246, 243, 242, 0) 0, #f6f3f2 100%);
  background-image: linear-gradient(to bottom, rgba(246, 243, 242, 0) 0, #f6f3f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f3f200', endColorstr='#f6f3f2', GradientType=0);
}
.content-list {
  padding-left: 20px;
}
.content-list li {
  margin: 10px 0;
  color: #666;
}
.content-list li p {
  margin-bottom: 0;
}
.content-list .strong {
  font-family: 'HyundaiSansText-Medium';
}
.content-list .android {
  color: #689F38;
}
.content-list .ios {
  color: #0070C9;
}
.content-list .windows {
  color: #00BCD4;
}
@media (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
  }
  .h4,
  .h5,
  .h6,
  h4,
  h5,
  h6 {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
  }
  .app-docs-header,
  .app-docs-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .app-docs-panel {
    margin-bottom: 2.0rem;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 1.2rem;
    max-width: 992px;
  }
  .app-docs-panel h2 {
    margin-top: 2.0rem;
  }
  .app-button-group {
    margin: 3.0rem 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .app-btn {
    margin: 1.5rem 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .app-btn-default {
    margin: 0 3.0rem;
  }
  .content-list {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .app-docs-panel {
    box-shadow: none;
    background-color: transparent;
  }
  .app-docs-panel h3 {
    margin-top: 4rem;
  }
  .app-btn {
    font-size: 1.8rem;
    line-height: 1.33333;
    padding: 10px 16px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  }
  .app-btn-default-lg {
    display: inline-block;
    font-size: 1.6rem;
    background-color: transparent;
    text-align: start;
    flex: none;
    box-shadow: none;
  }
  .app-btn-default-lg:hover {
    text-decoration: underline;
    color: #00aad2;
    background-color: transparent;
  }
  .app-button-group {
    margin-bottom: 5rem;
  }
  .content-list {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }
  .release {
    margin-left: 15px;
  }
}
