.gutter pre {
  color: #999;
}
pre {
  color: #525252;
}
pre .function .keyword,
pre .constant {
  color: #0092db;
}
pre .keyword,
pre .attribute {
  color: #e96900;
}
pre .number,
pre .literal {
  color: #ae81ff;
}
pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7;
}
pre .class .title {
  color: #fff;
}
pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #00d398;
}
pre .title {
  color: #a6e22e;
}
pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #00d398;
}
pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}
@font-face {
  font-family: 'NanumBarunGothic';
  src: url("https://static-whale.pstatic.net/font/NanumBarunGothic.eot");
  src: local('※'), url("https://static-whale.pstatic.net/font/NanumBarunGothic.eot?#iefix") format('embedded-opentype'), url("https://static-whale.pstatic.net/font/NanumBarunGothic.woff") format('woff'), url("https://static-whale.pstatic.net/font/NanumBarunGothic.ttf") format('truetype');
  font-weight: 'normal';
  font-style: normal;
}
@font-face {
  font-family: 'NanumBarunGothic';
  src: url("https://static-whale.pstatic.net/font/NanumBarunGothicLight.eot");
  src: local('※'), url("https://static-whale.pstatic.net/font/NanumBarunGothicLight.eot?#iefix") format('embedded-opentype'), url("https://static-whale.pstatic.net/font/NanumBarunGothicLight.woff") format('woff'), url("https://static-whale.pstatic.net/font/NanumBarunGothicLight.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Avenir, "Helvetica Neue", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", NanumBarunGothic, "나눔바른고딕", "Malgun Gothic", "맑은 고딕", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #00142c;
  padding: 20px 0 130px 0;
  margin: 0;
  min-height: 100%;
  letter-spacing: -0.01rem;
}
body.docs {
  padding-top: 80px;
  padding-bottom: 0;
}
a {
  color: #00142c;
  text-decoration: none;
}
img {
  border: none;
}
img.bdr {
  border: 1px #d3d3d3 solid;
  border-radius: 3px;
}
img.bdr6 {
  border: 1px #d3d3d3 solid;
  border-radius: 6px;
}
img.w640 {
  width: 640px !important;
  max-width: 640px !important;
}
img.w480 {
  width: 480px !important;
  max-width: 480px !important;
}
img.w320 {
  width: 320px !important;
  max-width: 320px !important;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
}
code,
pre {
  font-family: Monaco, 'Lucida Console', courier, monospace;
  font-size: 0.8em;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #e96900;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
}
pre.hexo-markd-table {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Avenir, "Helvetica Neue", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", NanumBarunGothic, "나눔바른고딕", "Malgun Gothic", "맑은 고딕", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: initial;
  white-space: normal;
}
em {
  color: #7f8c8d;
}
p {
  word-spacing: 0.05em;
}
a.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #00eba9;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #00eba9;
}
a.button.has-icon {
  position: relative;
  text-indent: 1.4em;
}
a.button.has-icon > svg {
  position: absolute;
  left: 0.4em;
  top: 0.4em;
  width: 2em;
}
a.button.white {
  background-color: #fff;
  color: #00d398;
}
a.button.gray {
  background-color: #f6f6f6;
  color: #7f8c8d;
  border-color: #f6f6f6;
}
.highlight {
  overflow-x: auto;
  background-color: #f8f8f8;
  padding: 0.4em 0 0;
  line-height: 1.1em;
  border-radius: 2px;
  position: relative;
}
.highlight table,
.highlight tr,
.highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.highlight .gutter {
  width: 1.5em;
}
.highlight .code pre {
  padding: 1.2em 1.4em;
  line-height: 1.5em;
  margin: 0;
}
.highlight .code .line {
  min-height: 1.5em;
}
.highlight.html .code:before,
.highlight.js .code:before,
.highlight.bash .code:before,
.highlight.css .code:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
.highlight.html .code:before {
  content: 'HTML';
}
.highlight.js .code:before {
  content: 'JS';
}
.highlight.bash .code:before {
  content: 'Shell';
}
.highlight.css .code:before {
  content: 'CSS';
}
#main {
  position: relative;
  padding: 0 60px 0;
  margin: 0 0 30px;
}
.nav {
  vertical-align: top;
}
.nav .nav-link {
  cursor: pointer;
  font-size: 1.066666666666667rem;
  font-weight: 600;
}
.nav .nav-link.sites {
  display: inline-block;
  padding: 15px 15px 3px;
}
.nav .nav-dropdown-container .nav-link:hover:not(.current) {
  border-bottom: none;
}
.nav .nav-dropdown-container:hover .nav-dropdown {
  display: block;
}
.nav .nav-dropdown-container .arrow {
  pointer-events: none;
  margin-left: -0.5em;
}
.nav .nav-dropdown {
  display: none;
  box-sizing: border-box;
  max-height: calc(100vh - 85px);
  position: absolute;
  top: 100%;
  right: 23px;
  background-color: #fff;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  text-align: left;
  border-radius: 3px;
  white-space: nowrap;
}
.nav .nav-dropdown:before {
  position: absolute;
  top: -7px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 11;
  content: '';
}
.nav .nav-dropdown:after {
  position: absolute;
  top: -8px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #ddd;
  z-index: 10;
  content: '';
}
.nav .nav-dropdown li {
  line-height: 1.8em;
  margin: 0;
  display: block;
}
.nav .nav-dropdown li > ul {
  padding-left: 0;
}
.nav .nav-dropdown li:first-child h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.nav .nav-dropdown a,
.nav .nav-dropdown h4 {
  padding: 0 24px 0 20px;
}
.nav .nav-dropdown h4 {
  margin: 0.45em 0 0;
  padding-top: 0.45em;
  border-top: 1px solid #eee;
}
.nav .nav-dropdown a {
  color: #3a5169;
  font-size: 0.9em;
  display: block;
}
.nav .nav-dropdown a:hover {
  color: #006ee7;
}
.nav .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ccc;
}
sup.beta.beta {
  font-size: 0.6em;
  margin-left: 0.7em;
  text-transform: uppercase;
  opacity: 0.6;
}
hr {
  border-style: dashed;
  border-color: #ddd;
  border-bottom: none;
}
.pre-line {
  white-space: pre-line;
}
.viewport {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.container {
  display: block;
  margin: 0 auto;
  padding: 0 102px;
}
.gray {
  background: #f3f5f9;
}
.main-title {
  margin-top: 0.2em;
  letter-spacing: -0.5pt;
  font-size: 2.133333333333333rem;
  word-break: keep-all;
  line-height: 1;
  border: 0 !important;
  padding-bottom: 0 !important;
}
.sub-title {
  color: #657f93;
  font-size: 0.933333333333333rem;
  line-height: 1.4rem;
}
.sub-title:after {
  content: '';
  display: block;
  width: 3.333333333333333rem;
  border-bottom: 1px solid #1a6ee4;
  margin: 3rem 0 3.133333333333333rem;
}
.btn-more-link {
  display: inline-block;
  color: #006ee7 !important;
  border: 1px solid #006ee7;
  font-size: 14px;
  font-weight: normal !important;
  padding: 7px 17px;
  text-align: center;
}
.license-wrap {
  position: absolute;
  top: 50%;
  margin: -0.666666666666667rem 0 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 180%;
}
.license-wrap a {
  color: #314284;
  font-weight: 600;
}
.license-wrap .license {
  text-transform: uppercase;
}
.mobile {
  display: none;
}
.wka {
  word-break: keep-all;
}
@media screen and (max-width: 900px) {
  html,
  pre.hexo-markd-table {
    font-size: 13px;
  }
  .mobile {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  #header {
    display: none;
  }
  .footer-slogan {
    width: 100%;
    height: auto !important;
    padding: 20px;
    background-image: none !important;
  }
  .footer-slogan .license-wrap {
    position: relative;
    word-break: keep-all;
    margin: 0;
    text-align: center;
  }
  .footer-wrap {
    padding: 0;
  }
  .links-wrap .links {
    left: 0;
    text-align: center;
  }
  .links-wrap .links li {
    float: unset !important;
    display: inline-block;
  }
  .links-wrap .links li.e {
    display: none;
  }
  .links-wrap .m {
    display: block;
  }
}
.nn {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  color: #166de5;
  border: 2px solid #166de5;
  box-shadow: 0 0 10px rgba(45,103,228,0.2);
  margin: -2px 3px 0;
}
.required {
  color: #da6153;
}
.optional {
  color: #58c2b3;
}
rt {
  color: #888;
}
#header {
  position: relative;
  height: 85px;
  line-height: 85px;
  z-index: 20;
}
body.docs #header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
  line-height: 45px;
  padding: 15px 0 0;
  box-shadow: 0 0 5px rgba(100,100,100,0.1);
  border-bottom: 1px solid rgba(100,100,100,0.1);
  background: #fff;
}
body.docs #nav {
  position: absolute;
  display: inline-block;
  font-size: 15px;
  margin-left: 84px;
  margin-top: 6px;
}
body.docs .nav {
  height: 39px;
  line-height: 39px;
}
body.docs .nav.controls {
  margin-top: 4px;
}
body.docs .nav.controls .nav-dropdown {
  margin-top: 0;
}
body.index #nav {
  display: none;
}
.nav {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 85px;
  line-height: 85px;
}
.nav .break {
  display: none;
}
.nav li {
  display: inline-block;
  position: relative;
  margin: 0 0.6em;
  color: #979797;
}
.nav .nav-dropdown {
  margin-top: -20px;
}
.nav .nav-dropdown .nav-link:hover,
.nav .nav-dropdown .nav-link.current {
  border-bottom: none;
}
.nav .nav-dropdown .nav-link.current::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid #00d398;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
}
.nav.controls {
  display: inline-flex;
  align-items: center;
  float: right;
  top: unset;
}
.nav.controls .col {
  flex: 1;
}
.nav-link {
  padding-bottom: 3px;
  white-space: nowrap;
  margin: 0 0.5em;
}
.nav-link:hover,
.nav-link.current {
  color: #006ee7;
  border-bottom: 3px solid #006ee7;
}
.new-label {
  position: absolute;
  top: 3px;
  left: 110%;
  background-color: #00d398;
  color: #fff;
  line-height: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: bold;
  font-family: Monaco, 'Lucida Console', courier, monospace;
  padding: 1px 4px 0 6px;
  border-radius: 4px;
}
.search-query {
  font-size: 14px;
  min-width: 200px;
  box-sizing: border-box;
  padding: 15px 35px 15px 5px;
  border: 1px solid transparent;
  outline: none;
  margin-right: 10px;
  transition: all 0.2s ease;
  background: rgba(255,255,255,0.1) url("../img/ico-search.png") no-repeat;
  background-position: top 50% right 12px;
  background-size: 16px 18px;
  vertical-align: middle !important;
}
.search-query:focus {
  border-bottom: 1px solid #dedede;
}
#logo {
  display: inline-block;
  width: 230px;
  height: 36px;
  background: url("../img/logo.png") no-repeat;
  background-size: cover;
  background-position: left bottom;
  font-size: 0;
  vertical-align: middle;
  margin-left: 60px;
}
#mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  display: none;
  line-height: 0;
  box-shadow: 0 0 10px rgba(100,100,100,0.1);
  text-align: center;
}
#mobile-bar .menu-button {
  position: absolute;
  width: 21px;
  height: 16px;
  top: 20px;
  left: 20px;
  background: url("../img/ico-menu.png") center center no-repeat;
  background-size: 21px;
  cursor: pointer;
}
#mobile-bar .logo {
  display: inline-block;
  width: 150px;
  height: 19px;
  background: url("../img/logo-compact.png") center center no-repeat;
  background-size: 150px;
  margin: 19px auto 17px;
}
.ico-sites {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/ico-sites.png") no-repeat;
  background-size: 20px;
}
@media (max-width: 960px) {
  .search-query {
    min-width: 0;
    width: 110px;
  }
}
@media (max-width: 1030px) {
  .search-query {
    min-width: 100px;
  }
}
.footer-slogan {
  height: 65px;
  line-height: 65px;
  background: url("../img/txt-slogan.png") right/172px no-repeat, url("../img/img-footer.png") right 185px bottom/260px no-repeat;
  max-width: 1080px;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20;
}
#footer .links {
  padding: 0;
  margin: 0;
  text-align: left;
}
#footer .links li {
  display: inline-block;
  padding: 0 10px;
}
#footer .links li a {
  color: #111;
  font-size: 12px;
  font-weight: 300;
}
#footer .links li a:hover {
  color: #a7a7a7;
}
#footer .links li:first-of-type {
  padding-left: 0;
}
#footer .links li.c {
  font-size: 12px;
  margin-right: 20px;
  color: #111;
}
#footer .links li.c a {
  color: #111;
}
#footer .social-icon {
  margin: 0 5px;
  opacity: 0.7;
}
#footer .social-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
body.docs .footer-slogan {
  height: 55px;
}
body.index {
  padding-bottom: 0;
}
body.index #footer {
  position: relative;
}
@media screen and (max-width: 900px) {
  body {
    padding-bottom: 0;
  }
  #footer,
  .footer {
    position: relative;
  }
  #footer .links,
  .footer .links {
    margin: 20px auto !important;
    text-align: center;
    line-height: 1.8em;
  }
  #footer .links li,
  .footer .links li {
    padding-left: 0;
  }
  #footer .links li.c,
  .footer .links li.c {
    display: block;
    margin: 0;
  }
}
.sidebar {
  position: fixed;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-height: calc(100% - 65px);
}
.sidebar .sidebar-inner {
  margin: 50px 0 0 0;
  width: 256px;
}
.sidebar .menu-root {
  padding-left: 0;
  font-size: 1.333333333333333rem;
  list-style: none;
}
.sidebar .toc {
  margin: 0;
  padding: 0 1em;
  list-style-type: none;
}
.sidebar .toc-item {
  margin: 0.75em 0;
}
.sidebar .toc-item.depth-2 {
  font-weight: bold;
}
.sidebar .toc-item > .toc {
  margin: 0.3em 0 0;
}
.sidebar .toc-level-1 {
  font-size: 1.333333333333333rem;
  margin-bottom: 0.85em;
}
.sidebar .toc-level-2 {
  font-size: 1.066666666666667rem;
  font-weight: 300;
}
.sidebar .toc-link.current,
.sidebar .toc-link.active {
  font-weight: 600;
  color: #006ee7;
}
.sidebar .toc-link.new:after {
  content: 'NEW';
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #006ee7;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .toc-link:hover {
  color: #006ee7;
  border-bottom: 2px solid #006ee7;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
.sidebar .btn-close {
  display: none;
}
.tutorials.section .sidebar .toc,
.review_guides.section .sidebar .toc {
  padding: 0;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed !important;
    z-index: 910;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform: translate(-266px, 0);
    transform: translate(-266px, 0);
    max-height: unset;
  }
  .sidebar .sidebar-inner {
    padding: 10px;
    margin-left: 5px;
    box-sizing: border-box;
  }
  .sidebar .search-query {
    width: 200px;
    margin-bottom: 10px;
  }
  .sidebar .main-menu {
    display: block;
  }
  .sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .sidebar #nav_mobile {
    text-align: left;
    line-height: 3em;
  }
  .sidebar #nav_mobile li {
    display: block;
  }
  .sidebar #nav_mobile li .nav-link {
    margin-left: 0;
    font-size: 1.333333333333333rem;
  }
  .sidebar #nav_mobile_sidebar {
    width: 95%;
    height: auto;
    line-height: 2em;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 15px;
    margin: 0 0 10px;
  }
  .sidebar #nav_mobile_sidebar li {
    display: block;
    margin: 0;
  }
  .sidebar #nav_mobile_sidebar .nav-link {
    font-size: 1.333333333333333rem;
  }
  .sidebar #nav_mobile_sidebar .nav-link.current {
    display: none;
  }
  .sidebar .main-title {
    font-size: 1.6rem;
  }
  .sidebar .sub-title {
    display: none;
  }
  .sidebar .btn-close {
    position: absolute;
    display: inline-block;
    top: 12px;
    left: 13px;
    border: 0;
    width: 34px;
    height: 32px;
    background: url("../img/ico-close.png") no-repeat;
    background-size: 17px;
    background-position: 50%;
  }
  .sidebar .menu-root {
    padding-left: 10px;
  }
}
.bg-index {
  background: url("../img/mid-waveB-fs8.png") repeat-x, url("../img/mid-waveA-fs8.png") repeat-x;
  background-size: 1280px;
  background-position: 0 100%;
  animation: wave 240s infinite linear;
}
.hero {
  margin-top: 50px;
  min-height: 371px;
  background: url("../img/img-main.png") no-repeat right top;
  background-size: 729px 371px;
  color: #5d6c7d;
  font-size: 1.2rem;
  padding-left: calc(((100% - 729px - 260px) / 2));
}
.hero .title {
  color: #00142c;
  font-size: 2.533333333333333rem;
}
.hero .text {
  margin: 1.6rem 0 1.466666666666667rem;
  line-height: 1.866666666666667rem;
}
.hero .btn-more {
  display: inline-block;
  background: #0f2aa3;
  color: #fff;
  padding: 0.933333333333333rem 4.866666666666666rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 3px;
}
.hero .btn-more:hover {
  background: #102eb2;
}
.points {
  padding-bottom: 20px;
}
.point {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 15px 3.33% 30px 0;
}
.point:last-of-type {
  margin-right: 0;
}
.point h2 {
  color: #00142d;
  font-size: 1.466666666666667rem;
}
.point p {
  color: #657f93;
  font-size: 1rem;
  line-height: 1.466666666666667rem;
  min-height: 70px;
  word-break: keep-all;
}
.point .btn-more {
  display: inline-block;
  color: #006ee7;
  border: 1px solid #006ee7;
  border-radius: 3px;
  font-size: 14px;
  padding: 7px 17px;
  text-align: center;
}
.point .btn-more:hover {
  color: #1283ff;
  border-color: #1283ff;
}
.comm-wrap {
  padding: 30px 102px 40px;
  text-align: center;
}
.comm-wrap .comm-cont {
  display: inline-block;
  text-align: left;
  width: 60%;
  margin-right: 6%;
}
.comm-wrap .comm-cont .comm-cont-block.cc {
  background: url("../img/img-community.png") no-repeat 0 100%;
  background-size: 179px 140px;
  padding-left: 220px;
}
.comm-wrap .comm-cont .comm-cont-block.ws {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.comm-wrap .comm-cont .comm-cont-block.ws p {
  width: 100%;
  height: 66px;
}
.comm-wrap .comm-cont .comm-cont-block.ws p a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 13px;
  font-size: 0;
  line-height: 0;
  background: url("../img/img-store.png") no-repeat 0% 40%;
  background-size: 525px;
  margin: 0 auto;
}
.comm-wrap h2 {
  color: #00142d;
  font-size: 1.466666666666667rem;
}
.comm-wrap p {
  color: #657f93;
  font-size: 1rem;
  line-height: 1.466666666666667rem;
  word-break: keep-all;
}
.comm-wrap .btn-more {
  display: inline-block;
  color: #006ee7;
  border: 1px solid #006ee7;
  border-radius: 3px;
  font-size: 14px;
  padding: 7px 24px;
  text-align: center;
}
.comm-wrap .btn-more:hover {
  color: #1283ff;
  border-color: #1283ff;
}
.sidebar {
  display: none;
}
.ad {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 10px 0 0 0;
}
.ad img {
  border: 1px solid #eee;
  box-sizing: content-box;
}
@media screen and (max-width: 1150px) {
  .hero {
    background-size: 550px;
    min-height: 280px;
  }
  .point .e {
    display: none;
  }
  .comm-wrap .e {
    display: none;
  }
  .comm-wrap .comm-cont .comm-cont-block.ws p a {
    background-size: contain;
  }
}
@media screen and (max-width: 960px) {
  .hero {
    background-size: 480px;
    min-height: 245px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 0;
    padding: 42px 0 0 0;
    -webkit-text-size-adjust: none;
  }
  .sidebar {
    display: block;
  }
  .hero {
    min-height: unset;
    background-size: 40%;
    background-position: right bottom;
    padding-bottom: 70px;
  }
  .hero .title {
    font-size: 1.466666666666667rem;
  }
  .hero .text {
    font-size: 1rem;
    max-width: 60%;
    word-break: keep-all;
  }
  .hero .text br {
    display: none;
  }
  .hero .btn-more {
    font-size: 1rem;
    padding: 0.666666666666667rem 2rem;
    line-height: 1;
  }
  .bg-index + .gray {
    padding-top: 1.333333333333333rem;
    padding-bottom: 0.066666666666667rem;
  }
  .bg-index,
  .points {
    padding: 0 30px;
  }
  .point {
    position: relative;
    display: block;
    width: 100%;
  }
  .point p {
    min-height: 0;
    max-width: 90%;
  }
  .point .btn-more {
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 29px;
    font-size: 0;
    border: 0;
  }
  .point .btn-more:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    border: 6px solid transparent;
    border-left: 6px solid #006ee7;
  }
  .comm-wrap {
    text-align: left;
    padding: 15px 30px;
  }
  .comm-wrap .comm-cont {
    position: relative;
    display: block;
    width: 100%;
  }
  .comm-wrap .comm-cont .comm-cont-block.cc {
    background: none;
    padding: 0;
  }
  .comm-wrap .comm-cont .comm-cont-block.ws {
    display: none;
  }
  .comm-wrap .btn-more {
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 29px;
    font-size: 0;
    border: 0;
  }
  .comm-wrap .btn-more:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    border: 6px solid transparent;
    border-left: 6px solid #006ee7;
  }
  .ad {
    width: 100%;
  }
  #mobile-bar {
    display: block;
  }
  .ad {
    display: block;
    text-align: center;
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 585px) {
  .hero {
    background-size: 65% !important;
  }
  .hero .text {
    max-width: unset !important;
    word-break: unset !important;
  }
  .comm-cont br {
    display: none;
  }
}
@-moz-keyframes wave {
  0% {
    background-position: 0 100%, 0 100%;
  }
  33% {
    background-position: -2000px 100%, -4000px 100%;
  }
  66% {
    background-position: 2000px 100%, 4000px 100%;
  }
  100% {
    background-position: 0 100%, 0 100%;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 0 100%, 0 100%;
  }
  33% {
    background-position: -2000px 100%, -4000px 100%;
  }
  66% {
    background-position: 2000px 100%, 4000px 100%;
  }
  100% {
    background-position: 0 100%, 0 100%;
  }
}
@-o-keyframes wave {
  0% {
    background-position: 0 100%, 0 100%;
  }
  33% {
    background-position: -2000px 100%, -4000px 100%;
  }
  66% {
    background-position: 2000px 100%, 4000px 100%;
  }
  100% {
    background-position: 0 100%, 0 100%;
  }
}
@keyframes wave {
  0% {
    background-position: 0 100%, 0 100%;
  }
  33% {
    background-position: -2000px 100%, -4000px 100%;
  }
  66% {
    background-position: 2000px 100%, 4000px 100%;
  }
  100% {
    background-position: 0 100%, 0 100%;
  }
}
