@import url('font/font.css');
:root {
  --theme: #035870;
}
html {
  color: #333;
  background: #fff;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* for html5 tag */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 Arial, sans-serif;
}
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
blockquote {
  margin: 1em 4em 1em 2em;
  padding: 0.6em 1em;
  background: #f1f1f1;
}
blockquote blockquote {
  padding: 0 0 0 1em;
  margin-left: 2em;
  border-left: 0.4em solid #ddd;
}
acronym,
abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
}
abbr {
  cursor: help;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
den,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ul,
ol {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* link color */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: var(--theme);
}
ins,
a {
  text-decoration: none;
}
small {
  font-size: 11px;
  color: #999;
}
:focus {
  outline: none;
}
/* standard color */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
html,
body {
  background: #f5f7fa;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
.wrapper {
  padding-top: 64px;
}
.wrapper * {
  box-sizing: border-box;
}
.header {
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
}
.header .header-logo {
  padding: 17px 0;
  position: absolute;
  left: 30px;
  top: 0;
}
.header .header-logo .logo-pc {
  width: 299px;
  height: 30px;
  vertical-align: top;
}
.header .header-logo .logo-m {
  width: 69px;
  height: 36px;
  display: none;
}
.header .m-header-wrap .m-header-title {
  display: none;
}
.header .header-cnt {
  display: flex;
  justify-content: center;
}
.header .header-cnt .cnt-item {
  line-height: 64px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-right: 60px;
}
.header .header-cnt .cnt-item:last-child {
  margin-right: 0;
}
.header .header-cnt .cnt-item.active {
  color: var(--theme);
}
.header .header-cnt .cnt-item.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--theme);
  bottom: 0;
  left: 0;
}
.header .header-lan {
  position: absolute;
  right: 30px;
  top: 18px;
}
.header .header-lan .header-lan-wrap {
  display: flex;
  padding: 4px 15px;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 15px;
  font-size: 12px;
  line-height: 19px;
  cursor: pointer;
}
.header .header-lan .header-lan-wrap .header-lan-txt {
  margin-right: 4px;
}
.header .header-lan .header-lan-wrap .icon-down {
  display: inline-block;
  transition: all 0.2s ease;
}
.header .header-lan .header-lan-wrap:hover {
  color: var(--theme);
  border-color: var(--theme);
}
.header .header-lan .header-lan-wrap.focus {
  background: var(--theme);
  color: #fff;
}
.header .header-lan .header-lan-wrap.focus .icon-down {
  transform: rotate(180deg);
}
.header .header-lan .header-lan-options {
  position: absolute;
  top: 34px;
  padding: 5px 0;
  z-index: 1;
  background: #fff;
  border: 1px solid #BABFC2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 120px;
  border-radius: 3px;
  display: none;
}
.header .header-lan .header-lan-options .lan-option-item {
  display: block;
  line-height: 33px;
  padding: 0 10px;
  cursor: pointer;
}
.header .header-lan .header-lan-options .lan-option-item:hover {
  background: var(--theme);
  color: #fff;
}
.header .header-trigger {
  display: none;
  background-size: 100% 100%;
  position: absolute;
  top: 18px;
  right: 20px;
  line-height: 24px;
}
.header .header-trigger .icon-category2 {
  color: var(--theme);
  font-size: 24px;
}
.header .header-trigger .icon-delete {
  display: none;
  color: var(--theme);
  font-size: 24px;
}
.footer {
  background: #333;
  line-height: 60px;
  color: #A9ADB0;
}
.footer .copy-txt {
  display: inline-block;
}
.footer .footer-links {
  display: flex;
  float: right;
}
.footer .footer-links .link-item {
  color: #A9ADB0;
  margin-left: 40px;
}
.footer .footer-links .link-item:first-child {
  margin-left: 0;
}
.footer .footer-links .link-item:hover {
  color: #fff;
}
.grid {
  max-width: 1920px;
  margin: 0 auto;
}
.cnt-grid {
  max-width: 1280px;
  margin: 0 auto;
}
.btn {
  background: var(--theme);
  border-radius: 0px 100px 100px;
  box-shadow: 0px 3px 6px 0px rgba(3, 88, 112, 0.2);
  line-height: 38px;
  color: #fff;
  padding: 0 25px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
.btn i {
  margin-left: 5px;
  vertical-align: -2px;
}
.btn:hover {
  color: #fff;
  background: #034457;
}
.btn.btn-w {
  color: var(--theme);
  background: #fff;
}
.btn.btn-w:hover {
  color: var(--theme);
}
.J-trans-block {
  transition: all 0.5s ease;
  position: relative;
  top: 200px;
  opacity: 0;
}
.J-trans-block.show {
  top: 0;
  opacity: 1;
}
.map-block {
  padding: 60px 0;
  background: #fff;
}
.map-block .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.map-block .intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 28px;
}
.map-block .intro.intro-t {
  margin-bottom: 40px;
}
.map-block .intro.intro-b {
  margin-top: 20px;
}
.map-block .icon-tip {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.map-block .icon-tip .tip-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.map-block .icon-tip .tip-item .tip-icon {
  width: 20px;
  height: 28px;
  margin-right: 10px;
  background-size: 100% 100%;
}
.map-block .icon-tip .tip-item .tip-icon.icon-1 {
  background-image: url(../images/about/map-icon-1.svg);
}
.map-block .icon-tip .tip-item .tip-icon.icon-2 {
  background-image: url(../images/about/map-icon-2.svg);
}
.map-block .icon-tip .tip-item:last-child {
  margin-right: 0;
}
.contact-block {
  padding: 60px 0;
  background: url(../images/background/contact_bg.jpg);
  background-position: center;
  background-size: auto 100%;
  font-size: 16px;
}
.contact-block .title {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.contact-block .intro {
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.contact-block .contact-form {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
}
.contact-block .contact-form .contact-form-block {
  width: calc(50% - 40px);
  margin-right: 80px;
}
.contact-block .contact-form .contact-form-block:last-child {
  margin-right: 0;
}
.contact-block .contact-form .contact-info-item {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.contact-block .contact-form .contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-block .contact-form .contact-info-item .item-icon {
  width: 21px;
  height: 21px;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}
.contact-block .contact-form .contact-info-item .item-icon.i-call {
  background-image: url(../images/common/i-call.svg);
}
.contact-block .contact-form .contact-info-item .item-icon.i-address {
  background-image: url(../images/common/i-address.svg);
}
.contact-block .contact-form .contact-info-item .item-icon.i-mail {
  background-image: url(../images/common/i-mail.svg);
}
.contact-block .contact-form .contact-info-item .item-label {
  margin-bottom: 5px;
  color: var(--theme);
}
.contact-block .contact-form .contact-info-item .mail-item {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.contact-block .contact-form .contact-info-item .mail-item::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #e1e5e8;
  position: absolute;
  right: -15px;
  top: 3px;
}
.contact-block .contact-form .contact-info-item .mail-item:last-child::before {
  display: none;
}
.contact-block .contact-form .contact-web-list {
  display: flex;
  padding: 10px 0 0 35px;
}
.contact-block .contact-form .contact-web-list .web-item {
  width: 48px;
  height: 48px;
  background: #ebeff2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contact-block .contact-form .contact-web-list .web-item .web-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}
.contact-block .contact-form .contact-web-list .web-item .web-icon.icon-facebook {
  background-image: url(../images/common/facebook.svg);
}
.contact-block .contact-form .contact-web-list .web-item .web-icon.icon-ins {
  background-image: url(../images/common/ins.svg);
}
.contact-block .contact-form .contact-web-list .web-item .web-icon.icon-youtube {
  background-image: url(../images/common/youtube.svg);
}
.contact-block .contact-form .contact-form-tip {
  color: #999;
  margin-bottom: 20px;
}
.contact-block .contact-form .form-item {
  margin-bottom: 10px;
  display: flex;
}
.contact-block .contact-form .form-item .input-text {
  flex: 1;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid #EBEFF2;
  background: #F5F7FA;
  padding: 0 10px;
}
.contact-block .contact-form .form-item .input-text::placeholder {
  color: #999;
}
.contact-block .contact-form .form-item .input-text.input-textarea {
  height: 136px;
  resize: none;
}
.contact-block .contact-form .form-item .input-text:hover {
  border-color: #BABFC2;
  background: #fff;
}
.contact-block .contact-form .form-item .input-text:focus {
  border-color: var(--theme);
  background: #fff;
}
.contact-block .contact-form .form-item .input-text.error {
  border-color: #e64545;
  background: #fff;
}
.contact-block .contact-form .form-item .select-wrap {
  position: relative;
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid #EBEFF2;
  background: #F5F7FA;
  margin-right: 10px;
  padding: 0 10px;
  cursor: pointer;
  width: 135px;
  display: flex;
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap:hover {
  border-color: #BABFC2;
  background: #fff;
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap .icon-down {
  transition: transform 0.2s ease;
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap.focus {
  border-color: var(--theme);
  background: #fff;
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap.focus .icon-down {
  transform: rotate(180deg);
}
.contact-block .contact-form .form-item .select-wrap .select-txt-wrap .select-txt {
  flex: 1;
}
.contact-block .contact-form .form-item .select-wrap .select-options {
  position: absolute;
  padding: 5px 0;
  z-index: 1;
  background: #fff;
  border: 1px solid #BABFC2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: calc(100% - 10px);
  border-radius: 3px;
  display: none;
}
.contact-block .contact-form .form-item .select-wrap .select-options .select-option-item {
  line-height: 33px;
  padding: 0 10px;
  cursor: pointer;
}
.contact-block .contact-form .form-item .select-wrap .select-options .select-option-item:hover {
  background: var(--theme);
  color: #fff;
}
.contact-block .contact-form .btn {
  margin-top: 20px;
}
.contact-block .global-tip {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.contact-block .global-tip .tip-cnt {
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 12px 20px;
}
.contact-block .global-tip .tip-cnt .hc-icon {
  font-size: 20px;
  margin-right: 10px;
}
.contact-block .global-tip.tip-error .tip-cnt {
  background: #FCE9E9;
}
.contact-block .global-tip.tip-error .icon-error2 {
  color: #E64545;
}
.contact-block .global-tip.tip-succ .tip-cnt {
  background: #E3F7E3;
}
.contact-block .global-tip.tip-succ .icon-yes2 {
  color: #13BF13;
}
.map-cnt {
  position: relative;
}
.map-cnt .map-point-wrap {
  position: absolute;
}
.map-cnt .map-point {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.map-cnt .map-point.left + .map-hover-wrap {
  left: auto;
  right: 30px;
}
.map-cnt .map-point:hover + .map-hover-wrap {
  opacity: 1;
  z-index: 1;
}
.map-cnt .map-hover-wrap {
  position: absolute;
  color: #fff;
  top: 0;
  left: 30px;
  width: 300px;
  height: 200px;
  cursor: default;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
  border-radius: 10px;
  overflow: hidden;
}
.map-cnt .map-hover-wrap img {
  width: 100%;
  height: 100%;
}
.map-cnt .map-hover-wrap .map-hover-txt {
  position: absolute;
  text-align: center;
  bottom: 0;
  padding: 12px 0;
  background-image: url(../images/map/map-bg.svg);
  background-size: 100% 100%;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .map-point {
    display: none;
  }
  .btn {
    font-size: 14px;
    line-height: 33px;
  }
  .wrapper {
    padding-top: 60px;
    min-width: 320px;
  }
  .header {
    height: 60px;
    padding: 0 20px;
  }
  .header .m-header-wrap {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    padding: 20px;
    top: -100%;
    transition: top 0.2s ease;
  }
  .header .m-header-wrap .m-header-title {
    display: block;
    color: #BFD5E5;
    font-size: 14px;
  }
  .header .m-header-wrap .m-header-title.title-gap {
    margin-top: 40px;
  }
  .header .m-header-wrap .header-cnt {
    display: block;
  }
  .header .m-header-wrap .header-cnt a {
    display: block;
    margin-right: 0;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #EBEFF2;
  }
  .header .m-header-wrap .header-lan {
    position: static;
  }
  .header .m-header-wrap .header-lan .header-lan-wrap {
    display: none;
  }
  .header .m-header-wrap .header-lan .header-lan-options {
    display: block !important;
    position: static;
    border: 0;
    box-shadow: none;
    width: auto;
  }
  .header .m-header-wrap .header-lan .header-lan-options .lan-option-item {
    font-style: 14px;
    line-height: 50px;
    padding: 0;
    border-bottom: solid 1px #EBEFF2;
  }
  .header .m-header-wrap .header-lan .header-lan-options .lan-option-item.active {
    color: var(--theme);
    font-weight: 700;
    position: relative;
  }
  .header .m-header-wrap .header-lan .header-lan-options .lan-option-item.active::before {
    content: "\e93e";
    position: absolute;
    font-family: 'HC' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    right: 17px;
    font-size: 16px;
  }
  .header .m-header-wrap .header-lan .header-lan-options .lan-option-item:hover {
    background: transparent;
    color: #333;
  }
  .header .header-logo {
    left: 20px;
    padding: 12px 0;
    z-index: 2;
  }
  .header .header-logo .logo-pc {
    display: none;
  }
  .header .header-logo .logo-m {
    display: block;
  }
  .header .header-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
  }
  .header .header-trigger {
    display: block;
    z-index: 2;
  }
  .header.show .m-header-wrap {
    top: 60px;
  }
  .header.show .header-trigger {
    right: 18px;
    top: 16px;
  }
  .header.show .header-trigger .icon-category2 {
    display: none;
  }
  .header.show .header-trigger .icon-delete {
    display: block;
    font-size: 32px;
  }
  a:hover {
    color: #333;
  }
  .map-block {
    padding: 40px 0;
  }
  .map-block .title {
    font-size: 20px;
  }
  .map-block .intro {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .map-block .icon-tip {
    font-size: 12px;
  }
  .map-block .icon-tip .tip-item .tip-icon {
    width: 13px;
    height: 18px;
  }
  .map-block .map-cnt {
    padding: 0 10px;
  }
  .map-block .map-cnt .map-point-wrap {
    display: none;
  }
  .contact-block {
    padding: 40px 0;
    background: #fff;
    font-size: 14px;
  }
  .contact-block .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
  }
  .contact-block .intro {
    margin-bottom: 0;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
  }
  .contact-block .contact-form {
    display: block;
    padding: 20px;
    padding-bottom: 0;
  }
  .contact-block .contact-form .contact-form-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-block .contact-form .contact-form-block:last-child {
    margin-bottom: 0;
  }
  .contact-block .contact-form .mail-item {
    display: block !important;
    margin-bottom: 10px;
  }
  .contact-block .contact-form .mail-item::before {
    display: none;
  }
  .contact-block .contact-form .mail-item:last-child {
    margin-bottom: 0;
  }
  .contact-block .contact-form .contact-web-list {
    padding-top: 0;
  }
  .contact-block .contact-form .form-item .select-wrap .select-txt-wrap {
    font-size: 14px;
  }
  .contact-block .contact-form .form-item .input-text {
    width: 100%;
    font-size: 14px;
  }
  .contact-block .contact-form .form-item .input-text.col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-block .contact-form .form-item .input-text.col-3:last-child {
    margin-bottom: 0;
  }
  .contact-block .contact-form .btn {
    margin-top: 10px;
  }
  .footer {
    padding: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .footer .footer-links {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .contact-block .global-tip.tip-error .tip-cnt {
    white-space: break-spaces;
    max-width: 90vw;
    align-items: start;
  }
}
