@charset "UTF-8";
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

@-moz-viewport , @-ms-viewport, @-o-viewport, @-webkit-viewport, @viewport {
  width: device-width;
}
:root {
  font-size: 16px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  text-align: center;
}

body {
  background: #fff;
  color: #222;
  font-family: "Raleway", 微軟正黑體, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  letter-spacing: 0.01em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #E6E7DF;
}

abbr[title] {
  border-bottom: 1px dotted #E6E7DF;
  cursor: help;
  text-decoration: none;
}

b, strong, .b, .strong {
  font-weight: bold;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fffFD7;
  color: #000;
  padding: 0.2em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
}

figure {
  margin: 1em 40px;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

button, [role=button], [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  background: none;
  cursor: pointer;
  border: none;
}
button:focus, [role=button]:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(156, 220, 136, 0.35);
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #1e8777;
  text-decoration: none;
  -webkit-transition: color 0.35s, background 0.3s;
  transition: color 0.35s, background 0.3s;
}
a:hover, a:active {
  color: #175361;
  outline: 0;
}

h1 {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 27px;
  font-size: 1.69rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 18px;
  font-size: 1.13rem;
}

h6 {
  font-size: 17px;
  font-size: 1.06rem;
}

p {
  margin: 0;
}
p + p {
  margin-top: 0.5em;
}

.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}

/*      table
-----------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border-bottom: 1px solid #E6E7DF;
}

thead {
  border-bottom: 2px solid #E6E7DF;
}

tbody + tbody {
  border-top: 2px solid #E6E7DF;
}

th, td {
  text-align: center;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  border-top: 1px solid #E6E7DF;
}

.table-fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

.table-bordered, .table-bordered th, .table-bordered td {
  border: 1px solid #E6E7DF;
}

.table-striped :not(thead) tr:nth-child(even) {
  background-color: #f9f9f7;
}

.table-striped-rowspan tbody:nth-child(even) {
  background-color: #f9f9f7;
}

.table-hover tr, .table-hover th, .table-hover td {
  transition: 350ms;
}
.table-hover tbody:hover > tr > [rowspan],
.table-hover tbody tr:hover {
  background-color: #e3f6cc;
}

.table-rwd {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-rwd table {
  max-width: 100%;
}
@media (max-width: 63.9375em) {
  .table-rwd {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-rwd table {
    margin-bottom: 0;
  }
  .table-rwd table th, .table-rwd table td {
    white-space: nowrap;
  }
}

.form-element {
  display: block;
  width: 100%;
  padding: 0 0.7em;
  line-height: 38px;
  min-height: 38px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #fff;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-element:disabled, [disabled].form-element, [readonly].form-element {
  background-color: #eee;
  opacity: 1;
}
.form-element:focus {
  outline: none;
  border-color: #9cdc88;
  box-shadow: 0 0 0 2px rgba(156, 220, 136, 0.35);
}
.form-element:focus:invalid {
  border-color: #FF5F73;
  box-shadow: 0 0 0 3px rgba(255, 95, 115, 0.45);
}
.form-inline .form-element, .inline.form-element {
  display: inline;
  width: auto;
}
.form-inline .form-element:not(:last-child), .inline.form-element:not(:last-child) {
  margin-right: 0.3rem;
}
.form-element::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

input[type=number] {
  padding-right: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.form-label {
  font-weight: normal;
  line-height: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
}

legend {
  width: 100%;
}

legend,
.form-label.block {
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
  min-width: 0;
  margin: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

textarea {
  resize: vertical;
  min-height: 6.5rem;
}
textarea.form-element {
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}

output {
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 38px;
    height: 40px;
  }
}
.logo-gp, .logo-idb, .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.pager:after, .wrap:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.rest {
  overflow: hidden;
}

.block {
  display: block;
}

.inline-block, .logo-gp, .logo-idb {
  display: inline-block;
}

.inline {
  display: inline;
}

.img-center {
  display: block;
  margin: auto;
}

.center, .wrap {
  margin-right: auto;
  margin-left: auto;
}

[hidden], .hidden {
  display: none;
}

.circle {
  border-radius: 50%;
}

.full {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

[disabled], .disabled {
  cursor: not-allowed;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mx-4, .pager input, .logo img {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-8 {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8, .pager span {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mr-12, .logo-idb {
  margin-right: 0.75rem;
}

.mb-12, .inner-icon {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16, .logo-gp, .logo-idb {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mx-16 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.mt-32, .submit-bar {
  margin-top: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.mx-32 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-48 {
  margin: 3rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.ml-48 {
  margin-left: 3rem;
}

.mx-48 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-64 {
  margin: 4rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mx-64 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-4 {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-4, .alert {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-8 {
  padding: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-8, .goTop {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16, .goTop {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.px-32 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-48 {
  padding: 3rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pl-48 {
  padding-left: 3rem;
}

.px-48 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-64 {
  padding: 4rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pl-64 {
  padding-left: 4rem;
}

.px-64 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-left, .tab-main, #footer, .Index .logo {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .pager input, .tab-nav {
  text-align: center;
}

.text-nowrap {
  white-space: nowrap;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-normal {
  font-style: normal;
}

.font-sp {
  font-family: "Raleway";
}

.text-white, .ex a, .ex a:hover, .ex.link:hover, .ex.link, .alert, .tab-nav, .inner-icon:before, .goTop:hover, .goTop:active, .goTop, #footer, .Index .logo {
  color: #fff;
}

.text-black {
  color: #000;
}

.bg-white, .tab-main {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.text-primary {
  color: #25BB8D;
}

.bg-primary, .register option {
  background-color: #25BB8D;
}

.hover-primary {
  color: #25BB8D;
}
.hover-primary:hover, .hover-primary:active {
  color: #187b5d;
}

.text-secondary {
  color: #175361;
}

.bg-secondary {
  background-color: #175361;
}

.hover-secondary {
  color: #175361;
}
.hover-secondary:hover, .hover-secondary:active {
  color: #081e23;
}

.text-muted {
  color: #E6E7DF;
}

.bg-muted {
  background-color: #E6E7DF;
}

.hover-muted {
  color: #E6E7DF;
}
.hover-muted:hover, .hover-muted:active {
  color: #c4c6b3;
}

.text-success {
  color: #7BD160;
}

.bg-success {
  background-color: #7BD160;
}

.hover-success {
  color: #7BD160;
}
.hover-success:hover, .hover-success:active {
  color: #51b133;
}

.text-info, .tab-main h2, .tab-main h3 {
  color: #007BA1;
}

.bg-info {
  background-color: #007BA1;
}

.hover-info {
  color: #007BA1;
}
.hover-info:hover, .hover-info:active {
  color: #004155;
}

.text-warning, #footer dt {
  color: #C7EC99;
}

.bg-warning, ::selection {
  background-color: #C7EC99;
}

.hover-warning {
  color: #C7EC99;
}
.hover-warning:hover, .hover-warning:active {
  color: #a4e059;
}

.text-danger, .help {
  color: #FF5F73;
}

.bg-danger, .alert {
  background-color: #FF5F73;
}

.hover-danger {
  color: #FF5F73;
}
.hover-danger:hover, .hover-danger:active {
  color: #ff1330;
}

[class*=text-].disabled, [class*=text-][disabled],
[class*=hover-].disabled,
[class*=hover-][disabled] {
  color: #E6E7DF;
}

/*      layout
-----------------------------------------------------------------------*/
.wrap {
  max-width: 1400px;
}
@media (max-width: 87.4375em) {
  .wrap {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

#wrapper {
  min-height: 100%;
  padding-bottom: 260px;
}

.Flow {
  background: url(../images/bg.jpg) center 0 no-repeat fixed;
}
.Flow #wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px 360px;
}

.demo {
  background: #fff url(../images/demo.png) 0 0 repeat fixed;
}
.demo.Flow {
  background: url(../images/demo.png) 0 0 repeat fixed, url(../images/bg.jpg) center 0 no-repeat fixed;
}
.demo #header {
  background: url(../images/demo.png) 0 0 repeat fixed, url(../images/index/sky.jpg) center/cover no-repeat;
}

#header {
  background: url(../images/index/sky.jpg) center/cover no-repeat;
  background-size: cover;
  overflow: hidden;
}
#header .wrap {
  padding-top: 120px;
  min-height: 694px;
  position: relative;
}

.logo {
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.Index .logo {
  font-size: 4em;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.75);
  margin-top: 30px;
}
.Flow .logo {
  color: #175361;
  margin-top: 50px;
}
@media (max-width: 87.4375em) {
  .logo {
    width: 58.33%;
  }
}
.logo small {
  letter-spacing: 0.16em;
  font-size: 86%;
  display: block;
}
.logo img {
  margin-top: -12px;
}

#footer {
  color: #fff;
  min-height: 260px;
  margin-top: -260px;
  position: relative;
  z-index: 2;
  background: #63d8ad;
  background: -moz-linear-gradient(left, #63d8ad 1%, #009b84 100%);
  background: -webkit-linear-gradient(left, #63d8ad 1%, #009b84 100%);
  background: linear-gradient(to right, #63d8ad 1%, #009b84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63d8ad", endColorstr="#009b84",GradientType=1 );
  padding-top: 36px;
}
#footer a {
  color: #fff;
}
#footer dt {
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.07em;
}
#footer dd {
  letter-spacing: 0.05em;
  line-height: 1.65;
}
#footer img {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  height: 100%;
}

.copyright {
  float: left;
  border-right: 1px solid #fff;
  width: 37%;
  margin-right: 4.66%;
}
.logo-idb {
  background: url(../images/index/foot-logo.gif) no-repeat 0 center/contain;
  width: 184px;
  height: 42px;
}

.logo-gp {
  background: url(../images/index/foot-logo2.gif) no-repeat 0 0;
  width: 236px;
  height: 42px;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  white-space: nowrap;
  transition: 300ms;
  -webkit-appearance: none;
  background: #7BD160;
  border-radius: 3px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0.1em;
  padding: 0.12em 1em;
  transition: 0.35s, color 0.5s;
}
.btn:focus {
  outline: 0;
}
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  background: #999999;
}
.btn:hover, .btn:active {
  background: #25BB8D;
  color: #fff;
}
.btn.secondary {
  background: #2e6471;
}
.btn.secondary:hover, .btn.secondary:active {
  background: #2a5c68;
}
.btn.warning {
  background: #C7EC99;
  color: #636363;
}
.btn.warning:hover, .btn.warning:active {
  background: #b7d98d;
}
.btn.muted {
  background: #c1c2bb;
}
.btn.muted:hover, .btn.muted:active {
  background: #afb0a9;
}
.btn.lg {
  font-size: 1.5em;
  letter-spacing: 0.2em;
  padding: 0.3em 0.9em;
}

.modal {
  display: none;
  z-index: 999;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 35.4375em) {
  .modal {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.modal-close {
  background: none;
  color: #007BA1;
  font-size: 3.13em;
  line-height: 1;
  z-index: 1000;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.modal-close:hover, .modal-close:focus {
  color: #FF5F73;
  cursor: pointer;
}
.modal > .modal-close {
  position: fixed;
  top: 1%;
  right: 1.5%;
}
.modal-content .modal-close {
  position: absolute;
  top: 0px;
  right: 20px;
}

.modal-content {
  margin: auto;
  position: relative;
  background-color: #fff;
  max-width: 700px;
  padding: 32px 50px;
  border-radius: 10px;
}

.animate-top {
  position: relative;
  -webkit-animation: slide-down 0.4s;
  animation: slide-down 0.4s;
}
@-webkit-keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.animate-zoom {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fade-in {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.font-tiny, .copyright dd {
  font-size: 0.75em;
}

.font-sm {
  font-size: 0.81em;
}

.font-md {
  font-size: 0.94em;
}

.font-lg, .ex.link, .help, .goTop {
  font-size: 1.06em;
}

.font-xl {
  font-size: 1.5em;
}

.font-xxl {
  font-size: 2.25em;
}

.font-xxxl {
  font-size: 3em;
}

.font-jumbo {
  font-size: 4em;
}

.font-normal {
  font-style: normal;
}

.goTop {
  z-index: 99;
  opacity: 0;
  border-radius: 0.25rem border-radius 0 0;
  background: rgba(37, 187, 141, 0.35);
  position: fixed;
  bottom: 0;
  right: 1.6%;
  transition: 0.4s;
}
.goTop:hover, .goTop:active {
  background: #25BB8D;
}

.fade-in {
  -webkit-animation: fadeIn 1s 1 forwards;
  animation: fadeIn 1s 1 forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-out {
  -webkit-animation: fadeOut 1s 1 forwards;
  animation: fadeOut 1s 1 forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.help {
  cursor: help;
}

.hover-underline {
  position: relative;
}
.hover-underline:after {
  border-bottom: 1px solid;
  width: 0;
  transition: 0.35s;
  position: absolute;
  left: 50%;
  bottom: -2px;
}
.hover-underline:after {
  content: "";
  display: block;
}

.hover-underline:hover:after, .hover-underline:active:after {
  width: 100%;
  left: 0;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.loading .loader, .loading p {
  position: absolute;
}
.loading .loader {
  width: 40px;
  height: 40px;
  border-width: 3px;
  border-color: #8FC160 #8FC160 #8FC160 #c3dea9;
  left: 50%;
  top: 40%;
  margin-left: -20px;
  margin-top: -20px;
}
.loading p {
  padding: 0.8rem 0 0 0.5rem;
  font-size: 1.25em;
  font-weight: bold;
  left: 50%;
  top: calc(40% + 20px);
  transform: translateX(-50%);
}

body {
  overflow-x: hidden;
}

.line {
  position: relative;
  top: 100px;
  width: 1920px;
}
@media (min-width: 120em) {
  .line {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.line .inLine {
  position: absolute;
  border-bottom: 3px solid #fff;
}
.line .inCir {
  position: absolute;
  height: 60px;
  width: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: content-box;
}
.line .cir01 {
  top: -30px;
  left: 600px;
}
.line .in01 {
  left: -700px;
  width: 1300px;
}
.line .in02 {
  left: 660px;
  width: 200px;
}
.line .in03 {
  left: 860px;
  width: 150px;
  height: 150px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: none;
  border-radius: 0 100% 0 0;
}
.line .in04 {
  top: 150px;
  left: 860px;
  width: 150px;
  height: 150px;
  border-right: 3px solid #fff;
  border-radius: 0 0 100% 0;
}
.line .in05 {
  top: 297px;
  left: 810px;
  width: 50px;
}
.line .cir02 {
  top: 267px;
  left: 750px;
}
.line .in06 {
  top: 297px;
  left: 50px;
  width: 700px;
}
.line .in07 {
  top: 297px;
  left: -100px;
  width: 160px;
  height: 160px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: none;
  border-radius: 100% 0 0 0;
}
.line .in08 {
  top: 457px;
  left: -100px;
  width: 160px;
  height: 160px;
  border-left: 3px solid #fff;
  border-radius: 0 0 0 100%;
}
.line .in09 {
  top: 614px;
  left: 50px;
  width: 2600px;
}
.line .in10 {
  top: 730px;
  left: -700px;
  width: 1600px;
}
.line .cir03 {
  top: 700px;
  left: 900px;
}
.line .in11 {
  top: 730px;
  left: 960px;
  width: 1700px;
}

#leaf {
  position: absolute;
  right: -90px;
  top: 300px;
}
@media (max-width: 87.4375em) {
  #leaf {
    right: -30px;
  }
}
@media (max-width: 63.9375em) {
  #leaf {
    display: none;
  }
}

#chimney {
  position: absolute;
  bottom: 0px;
  left: 30px;
}

.submit-bar .half {
  float: left;
  width: 49%;
}
.submit-bar .half:first-child {
  margin-right: 1%;
}

.inner-icon {
  display: block;
  position: relative;
}
.inner-icon:before {
  position: absolute !important;
  right: 0;
  top: 50% !important;
  width: 36px;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.register .form-element, .login .form-element {
  background-color: #00BB82;
  background: -webkit-linear-gradient(to right, #00BB82, #80DA64);
  background: linear-gradient(to right, #00BB82, #80DA64);
}
.inner-icon .form-element {
  padding-right: 36px;
}

.tab-main {
  box-shadow: 1px 2px 12px 3px rgba(23, 83, 97, 0.5);
  border-radius: 35px 0 35px;
  padding: 16px 42px 64px;
  margin-top: -36px;
  margin-bottom: 100px;
}
@media (max-width: 87.4375em) {
  .tab-main {
    left: 2%;
  }
}
@media (max-width: 63.9375em) {
  .tab-main {
    left: auto;
  }
}
.tab-main h2, .tab-main h3 {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.tab-main h2 {
  font-size: 56px;
  font-size: 3.5rem;
}
.tab-pane {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-pane.in {
  display: block;
  -webkit-animation: slide-right 1s 1 forwards;
  animation: slide-right 1s 1 forwards;
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tab-nav {
  width: 64px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  z-index: 1;
}
.tab-nav.active {
  color: #0f3740;
}
.tab-nav.active:first-child ~ .switch-indicator {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tab-nav.active:nth-child(2) ~ .switch-indicator {
  -ms-transform: translateX(64px);
  -webkit-transform: translateX(64px);
  transform: translateX(64px);
}

.switch {
  position: relative;
  width: 128px;
  line-height: 34px;
  border-radius: 34px;
  background: #7FA7B4;
  float: right;
}
.switch-indicator {
  width: 66px;
  height: 36px;
  background: #7BD160;
  border-radius: 34px;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.45);
  position: absolute;
  top: -1px;
  left: -2px;
  -webkit-transition: transform 0.6s cubic-bezier(0.02, 0.94, 0.09, 0.97);
  transition: transform 0.6s cubic-bezier(0.02, 0.94, 0.09, 0.97);
}

.download {
  color: #007BA1;
}
.download:before {
  color: #1e8777;
  right: unset;
  height: 100%;
}
.download-link {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E6E7DF;
}
.download-link:before {
  padding-right: 4px;
}

.carousel img {
  height: 64px;
}

.swiper-slide {
  text-align: center;
  width: auto !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.alert {
  position: absolute;
  top: 0;
  width: 100%;
}

.ex {
  position: absolute;
  left: 265px;
}
.ex.link {
  top: 260px;
}
.ex.link + .ex.ip {
  top: 330px;
}
.ex.info {
  top: 240px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: 2px 0 5px rgba(0, 0, 0, 0.7);
}
.ex.info + .ex.ip {
  top: 310px;
}
.ex.ip {
  line-height: 1.4;
}
[class*=label-] {
  border-radius: 2px;
  margin: 0 2px;
  padding: 1px 3px;
  display: inline-block;
  vertical-align: middle;
}

.label-muted {
  background: #E6E7DF;
  color: #737470;
}

.label-success {
  background: #abe299;
  color: #4a7d3a;
}

.searchbox {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #E6E7DF;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.searchtile {
  color: #56818c;
  line-height: 1.5;
  margin-top: 0;
}
.searchtile.oi {
  padding-left: 1.3em;
  position: relative;
}
.searchtile.oi::before {
  position: absolute;
  left: 0;
}

.field {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.field-label {
  flex: 1 0 7em;
  text-align: right;
}
.field .form-element {
  border: 1px solid #7BD160;
  color: #686864;
  margin-left: 5px;
}
.field .form-element::placeholder {
  color: #adada7;
}
.field option {
  background: #f9f9f7;
}
.field option:checked {
  background: #7BD160;
}

.search {
  flex: 1;
  padding: 15px 20px;
}
.search .btn {
  margin-left: 7.3em;
}

.result {
  background: #f9f9f7;
  padding: 15px 30px;
  width: 50%;
}
.result .btn {
  margin: 5px;
}

.resultlist {
  background: #fff;
  width: 100%;
}
.resultlist caption {
  background: #E6E7DF;
  padding: 15px 5px 5px;
}
.resultlist caption .btn {
  margin-top: -8px;
}
.resultlist thead {
  color: #fff;
  background-color: #00BB82;
  background: -webkit-linear-gradient(to right, #00BB82, #80DA64);
  background: linear-gradient(to right, #00BB82, #80DA64);
}
.resultlist tbody td {
  padding: 8px 4px;
}

.table-foot {
  padding: 6px;
  background: #eff0eb;
}

.pager {
  font-size: 0.88em;
  text-align: center;
}
.pager input, .pager button {
  line-height: 24px;
}
.pager button {
  background: #26889f;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  transition: 300ms;
  width: 26px;
}
.pager button[disabled] {
  background: #fff;
  color: #dbdcd0;
}
.pager button:not([disabled]):hover, .pager button:not([disabled]):active {
  background: #25BB8D;
}
.pager input {
  color: #222;
  display: inline;
  min-height: 24px;
  width: 80px;
  padding: 0;
}
