@charset "UTF-8";
/* 用法範例
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Noto Sans TC", sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.75;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*強制瀏覽器不要縮放文字*/
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

/*控制文字選取時的顏色*/
::-moz-selection {
  background: #b3e27b;
  color: #000;
}
::selection {
  background: #b3e27b;
  color: #000;
}

a {
  text-decoration: none;
}

img {
  outline: none;
  border: none;
}

p {
  margin: 15px 0px;
}

ul,
ol {
  margin: 15px 0px;
  padding-left: 20px;
}
ul li,
ol li {
  padding-bottom: 3px;
}
ul li:last-of-type,
ol li:last-of-type {
  padding-bottom: 0px;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: 3px 0px 0px;
}

.checkbox,
.radio {
  margin-right: 15px;
  padding: 5px 0;
}
.checkbox-area,
.radio-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
  display: none;
}
.checkbox input[type=checkbox]:checked + .fake,
.checkbox input[type=radio]:checked + .fake,
.radio input[type=checkbox]:checked + .fake,
.radio input[type=radio]:checked + .fake {
  background: #fae103;
  border-color: #d3be01;
}
.checkbox input[type=checkbox]:checked + .fake i,
.checkbox input[type=radio]:checked + .fake i,
.radio input[type=checkbox]:checked + .fake i,
.radio input[type=radio]:checked + .fake i {
  color: #000;
}
.checkbox label,
.radio label {
  display: flex;
  justify-content: flex-start;
  align-items: top;
}
.checkbox .fake,
.radio .fake {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px #a4a4a4;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s ease all;
  position: relative;
  top: 4px;
}
.checkbox .fake i,
.radio .fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  transition: 0.3s ease all;
}
.checkbox-text,
.radio-text {
  font-size: 17px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .checkbox-text,
  .radio-text {
    font-size: 16px;
  }
}

.checkbox .fake {
  border-radius: 4px;
}

label {
  cursor: pointer;
}

button {
  border: none;
  color: #fff;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
}
button i {
  margin-left: 5px;
}

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

input,
button,
select {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

.inputStyle, input[type=text], input[type=password], input[type=tel], input[type=search], input[type=number], input[type=email] {
  border-radius: 8px;
  border: solid 1px #c7c7c7;
  background: #fff;
  font-size: 17px;
  box-sizing: border-box;
  padding: 14px 10px;
  width: 100%;
}

select {
  box-sizing: border-box;
  padding: 0 24px 0 10px;
  font-size: 17px;
  line-height: 48px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/icon-dropdown.png) right center no-repeat;
  background-size: 18px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
}
select::-ms-expand {
  display: none;
}

input[type=range] {
  width: 100%;
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .container {
    margin: 0px 65px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0px 25px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0px 15px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none !important;
}

.mobileShow {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important;
  }
  .mobileShow {
    display: initial !important;
  }
}
.fontAwesomeIcon, .target-contentArea-stock-item ul li:before, .slick-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}

.animated {
  animation-fill-mode: backwards;
}

.dividingLine {
  margin: 40px 0px;
  border-bottom: dashed 1px #bbb;
  clear: both;
}

.youtube {
  width: 100%;
  max-width: 600px;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.youtube img {
  width: 100%;
  position: relative;
  display: block;
}
.youtube-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .youtube {
    max-width: 600px;
  }
}

.slick-slider {
  padding-bottom: 25px;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none;
}
.slick-slide img {
  max-width: 100%;
}
.slick-dots {
  list-style: none;
  font-size: 0px;
  text-align: center;
  margin: 0px;
  padding-left: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.slick-dots li {
  padding: 0px 7px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  font-size: 0px;
  padding: 0px;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  background: #a5a5a5;
}
.slick-dots li.slick-active button {
  background: #005598;
  width: 25px;
}
.slick-arrow {
  font-size: 0px;
  position: absolute;
  top: -3px;
  padding: 0px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #505050;
  transition: 0.3s ease all;
  z-index: 1;
  background: none;
}
.slick-arrow:before {
  font-size: 36px;
  line-height: 1;
}
.slick-arrow:hover {
  color: #007eff;
}
.slick-prev {
  left: -35px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: -35px;
}
.slick-next:before {
  content: "\f105";
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    top: -48px;
  }
  .slick-arrow:before {
    font-size: 26px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}

#content {
  transition: 1s ease-in-out opacity;
  animation: contentAinmt ease-in-out 0.2s;
}
[v-cloak] {
  opacity: 0;
}

@keyframes contentAinmt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
}
body.fixedBody {
  overflow-y: hidden;
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 42px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .yourClassName {
    /*css*/
  }
}
@media screen and (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background-color: #004790;
    background-color: #ccc;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #539011;
    background-color: #00367b;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-button {
    background-color: #000;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-corner {
    background-color: black;
  }
}
.header {
  padding: 20px 20px;
  background: #fff;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 2;
}
.header-logo {
  width: 180px;
  float: left;
}
.header-logo img {
  display: block;
  max-width: 100%;
}
.header .navBar {
  float: right;
}
.header .navBar ul {
  list-style: none;
  font-size: 0px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.header .navBar ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 5px;
  position: relative;
}
.header .navBar ul li a {
  transition: 0.3s ease all;
  font-size: 17px;
  color: #333;
  display: block;
  padding: 5px 15px;
}
.header .navBar ul li a.type2 {
  color: #f15d21;
  border: solid 1px;
  border-radius: 100px;
}
.header .navBar ul li a.type2:hover {
  color: #fff;
  background: #00367b;
}
.header .navBar ul li.active a {
  color: #00367b;
}
.header .navBar ul li a:hover {
  color: #00367b;
}
.header .navBar ul li:last-of-type {
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .header .navBar ul li {
    padding: 0px 9px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 25px;
  }
  .header .navBar {
    float: none;
    position: fixed;
    right: -100%;
    top: 60px;
    transition: 0.6s ease all;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 11px 0px;
  }
  .header .navBar.show {
    right: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  .header .navBar.show ul li {
    animation: mobileNav 0.4s ease-out alternate backwards;
  }
  .header .navBar.show ul li:nth-of-type(1) {
    animation-delay: 0.08s;
  }
  .header .navBar.show ul li:nth-of-type(2) {
    animation-delay: 0.16s;
  }
  .header .navBar.show ul li:nth-of-type(3) {
    animation-delay: 0.24s;
  }
  .header .navBar.show ul li:nth-of-type(4) {
    animation-delay: 0.32s;
  }
  .header .navBar ul {
    text-align: center;
  }
  .header .navBar ul li {
    padding: 0px 10px;
    display: block;
  }
  .header .navBar ul li:before {
    display: none;
  }
  .header .navBar ul li:last-of-type {
    padding: 0px 10px;
  }
  .header .navBar ul li a {
    border-bottom: none;
    border-radius: 40px;
    padding: 10px 15px;
    border: none;
    color: #333;
  }
  .header .navBar ul li.active a,
  .header .navBar ul li a:hover {
    color: #fff;
    background: #0d4588;
  }
  .header .navBar ul li.active a {
    background: #0d4588;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 10px;
  }
  .header-logo {
    width: 130px;
  }
  .header .navBar.show {
    right: 10px;
  }
  .header .navBar ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .header .navBar.show {
    right: 5px;
  }
}

@keyframes mobileNav {
  0% {
    opacity: 0;
    right: -100%;
  }
}
.menuBtn {
  display: none;
  position: fixed;
  width: 23px;
  top: 29px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 5;
  background: #114790;
  padding: 7px 12px;
  border-radius: 4px;
}
.menuBtn span {
  display: block;
  background: #fff;
  height: 2px;
  margin: 4px 0px;
  transition: 0.3s ease all;
  border-radius: 3px;
}
.menuBtn span:nth-of-type(1), .menuBtn span:nth-of-type(2) {
  position: absolute;
  width: 23px;
  top: 13px;
}
.menuBtn.active span {
  opacity: 0;
}
.menuBtn.active span:nth-of-type(1), .menuBtn.active span:nth-of-type(2) {
  opacity: 1;
  transform-origin: center center;
}
.menuBtn.active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menuBtn.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .menuBtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menuBtn {
    right: 10px;
    top: 13px;
  }
}
@media screen and (max-width: 359px) {
  .menuBtn {
    right: 5px;
  }
}

.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  transition: 0.5s ease transform, 0.3s ease opacity;
  opacity: 0;
}
.topBtn a {
  display: block;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
}
.topBtn a span {
  position: relative;
}
.topBtn a i {
  display: block;
  margin: 0 auto;
}
.topBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .topBtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 70px;
  }
  .topBtn a {
    width: 40px;
    height: 40px;
    font-size: 0px;
  }
  .topBtn a i {
    font-size: 20px;
  }
}

.item {
  padding: 70px 0px;
  position: relative;
}
.item .container {
  position: relative;
}
.item.lightBlueBg {
  background: #edf7ff;
}
.item.blue {
  color: #fff;
  background: #00367b;
}
.item.blue .tit-type1 {
  color: #fcd2cc;
}
.item.blue .tit-type1-content {
  background: none;
  border-color: #fcd2cc;
}
.item.blue .linkText {
  color: #fcd2cc;
}
.item.lozenge {
  background: #e8e8e8 url(../images/bgTattoo.jpg) top left repeat;
}
.item.pinkBg {
  background: #f7efec;
}
.item.pinkBg2 {
  background: #ffe4e3;
}
@media screen and (max-width: 767px) {
  .item {
    padding: 40px 0px;
  }
  .item.gift {
    padding-bottom: 40px;
  }
}

.tit-type1 {
  margin: 15px 0;
  font-size: 46px;
  line-height: 1.2;
  color: #00367b;
  text-align: center;
  font-weight: 900;
}
.tit-type1 .sTit {
  font-size: 22px;
  line-height: 1.6;
  color: #444;
  font-weight: normal;
}
.tit-type1 .content {
  display: inline-block;
  border-radius: 15px;
  color: #333;
  background: #f6c35a;
  padding: 3px 20px;
}
.tit-type1-content {
  background: #fff;
  display: inline-block;
  border: solid 2px #7f9abf;
  padding: 5px 30px;
}
.tit-type1 .hasTag {
  position: relative;
  margin-top: 42px;
  display: inline-block;
}
.tit-type1 .hasTag .tag {
  position: absolute;
  top: -42px;
  left: 0;
  color: #fff;
  background: #00367b;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 11px;
}
.tit-type1 .hasTag .tag:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 13px;
  border-top: solid 5px #00367b;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.tit-type2 {
  margin: 15px 0px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  position: relative;
}
.tit-type2-tag {
  display: inline-block;
  color: #fff;
  background: #00367b;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px 0px;
}
.tit-type2 .content {
  display: inline-block;
  border-radius: 15px;
  background: #7e5847;
  color: #fff;
  padding: 5px 15px;
}
.tit-type3 {
  margin: 15px 0px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tit-type1 {
    font-size: 25px;
  }
  .tit-type1 .sTit {
    font-size: 17px;
  }
  .tit-type1 .hasTag {
    margin-top: 36px;
  }
  .tit-type1 .hasTag .tag {
    top: -35px;
    font-size: 18px;
  }
  .tit-type1-content {
    padding: 5px 10px;
  }
  .tit-type1 .content {
    padding: 3px 15px;
  }
  .tit-type2 {
    font-size: 18px;
  }
  .tit-type2-tag {
    font-size: 20px;
  }
}

.text {
  margin-bottom: 15px;
  font-size: 18px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-red {
  color: #f00 !important;
}
.text-blue {
  color: #00367b;
}
.text-green {
  color: #519e2f;
}
.text-black {
  color: #333;
}
.text-orange {
  color: #f15d21;
}
@media screen and (max-width: 991px) {
  .text {
    font-size: 16px;
  }
}

.remark {
  font-size: 14px;
}

.focus {
  border-bottom: solid 1px;
}

.linkText {
  color: #00367b;
  border-bottom: solid 1px;
  transition: 0.3s ease all;
  border-bottom-color: #00367b;
}
.linkText strong {
  color: #333;
  font-weight: 700;
}
.linkText:hover {
  border-bottom-color: transparent;
}

code {
  background: #f2f2f2;
  padding: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: monospace, "Noto Sans TC";
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
}
.btnArea {
  text-align: center;
  font-size: 0px;
  margin: 10px 0px;
}
.btnArea.twoBtn .btn, .btnArea.threeBtn .btn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
}
.btnArea.threeBtn .btn {
  max-width: 33.3333333333%;
}
.btn a,
.btn button {
  font-size: 20px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.3s ease all;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 42px;
  background: #00367b;
  overflow: hidden;
  position: relative;
}
.btn a:before,
.btn button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 0px;
  height: 0px;
  transition: 0.6s ease-in-out all;
}
.btn a:hover,
.btn button:hover {
  box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
.btn a:hover:before,
.btn button:hover:before {
  width: 800px;
  height: 800px;
}
.btn.twoLines a,
.btn.twoLines button {
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn.type2 a,
.btn.type2 button {
  background: #519e2f;
}
.btn.type3 a,
.btn.type3 button {
  background: #00a3e0;
}
.btn.red a,
.btn.red button {
  background: #ff0000;
  text-shadow: none !important;
}
.btn.yellow a,
.btn.yellow button {
  background: #ffff02;
  color: #000;
  text-shadow: none !important;
}
.btn.disable a,
.btn.disable button {
  background: #fff;
  color: rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  cursor: auto;
}
.btn.disable a:hover,
.btn.disable button:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}
.btn.fixedWidth {
  width: 250px;
}
.btn-remark {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.btn.white a,
.btn.white button {
  background: none;
  color: #fff;
  border: solid 1px;
}
.btn.purple a,
.btn.purple button {
  background: #560083;
}
.btn.brown a,
.btn.brown button {
  background: #945c24;
}
.btn.orange a,
.btn.orange button {
  background: #f15d21;
}
.btn.borderType a,
.btn.borderType button {
  color: #00367b;
  border: solid 2px;
  background: none;
}
.btn.borderType a:hover,
.btn.borderType button:hover {
  text-shadow: none;
}
.btn.borderType.whiteStyle a,
.btn.borderType.whiteStyle button {
  color: #fff;
}
.btn.borderType.redStyle a,
.btn.borderType.redStyle button {
  color: #d10031;
}
.btn.borderType.orange a,
.btn.borderType.orange button {
  color: #f15d21;
  background: #fff;
}
.btn.textBtn a,
.btn.textBtn button {
  color: #00367b;
  background: none;
}
.btn.textBtn a:before,
.btn.textBtn button:before {
  background: rgba(0, 0, 0, 0.05);
}
.btn.textBtn a:hover,
.btn.textBtn button:hover {
  text-shadow: none;
  box-shadow: none;
}
.btn.textBtn.whiteStyle a,
.btn.textBtn.whiteStyle button {
  color: #fff;
}
.btn.linkBtn a {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  background: none;
}
.btn.linkBtn a:hover {
  box-shadow: none;
  text-shadow: none;
  color: #00367b;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .btnArea.twoBtn .btn, .btnArea.threeBtn .btn {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn a,
  .btn button {
    font-size: 17px;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
  }
  .btn-remark {
    padding: 5px 0px 10px;
  }
}

.normal a,
.normal button {
  font-size: 24px;
  line-height: 55px;
  padding: 0px 25px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .normal a,
  .normal button {
    font-size: 17px;
    line-height: 45px;
    padding: 0px 10px;
  }
}

.sBtn a,
.sBtn button {
  font-size: 18px;
  line-height: 38px;
  padding: 0px 25px;
}
@media screen and (max-width: 767px) {
  .sBtn a,
  .sBtn button {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 12px;
  }
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  width: 700px;
  box-sizing: border-box;
}
.modal-container .closeBtn {
  z-index: 2;
}
.modal-container-infoArea {
  background: white;
  border-radius: 8px;
  padding: 15px 30px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.54);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  box-sizing: border-box;
}
.modal-container-text {
  font-size: 17px;
  line-height: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.modal-container-text .focusText {
  color: #ab3533;
  font-size: 20px;
}
.modal-container-btnArea {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
}
.modal-container-btn {
  display: inline-block;
  padding: 0px 24px;
}
.modal-container.fixedHeight {
  top: 10vh;
  transform: translateX(-50%);
}
.modal-container.fixedHeight > div {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  box-sizing: border-box;
}
.modal-youtube {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
}
.modal-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal.show {
  display: block;
}
.modal-enter-active, .modal-leave-active {
  transition: opacity 0.5s;
}
.modal-enter, .modal-leave-to {
  opacity: 0;
}
.modal.md .modal-container {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .modal-container {
    width: 90%;
  }
  .modal-container-infoArea {
    box-sizing: border-box;
    padding: 30px 15px;
  }
  .modal-container .tit:before, .modal-container .tit:after {
    display: none;
  }
  .modal-container .tit > strong {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-container-infoArea {
    border-width: 4px;
  }
  .modal-container-btn {
    margin-bottom: 15px;
  }
}

.openModal {
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
  color: #fff;
  background: #00367b;
  transition: 0.3s ease all;
  cursor: pointer;
  box-shadow: 0px 0px 0px 4px rgba(0, 54, 123, 0.3);
  transform: translate3d(0, 0, 0);
}
.closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all;
  border-radius: 100%;
}
.closeBtn i {
  position: relative;
}
.closeBtn:hover:before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .closeBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.mobileHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
  box-sizing: border-box;
  padding: 15px 0px;
  display: none;
}
.mobileHeader-logo {
  width: 130px;
  float: left;
}
.mobileHeader-logo img {
  width: 100%;
}
.mobileHeader-shareLink {
  display: inline-block;
  vertical-align: middle;
}
.mobileHeader-shareLink-area {
  float: right;
  font-size: 0px;
  text-align: right;
  padding-top: 2px;
}
.mobileHeader-shareLink a {
  font-size: 22px;
  color: #333;
  padding: 0px 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mobileHeader {
    display: block;
  }
}

.Modal04 {
  color: #00367b;
  font-size: 1rem;
  text-align: center;
}

.Modal04 table {
  border-collapse: collapse;
  width: 80%;
  margin: 20px auto;
  font-family: Arial,sans-serif
}

.Modal04 td,.Modal04 th {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left
}

.Modal04 th {
  background-color: #f2f2f2;
  font-weight: bold
}

.Modal04 tr:nth-child(2n) {
  background-color: #f9f9f9
}

.Modal04 tr:hover {
  background-color: #f5f5f5
}

.chart {
  margin: 15px 0px;
}
.chart-area {
  font-size: 0px;
  text-align: center;
  margin: 15px -30px;
}
.chart-area .chart {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  padding: 0px 30px;
  margin: 0px;
}
.chart-area.threeChart .chart {
  width: 33.3333333333%;
}
.chart-tit {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px;
}
.chart-tit.type2 {
  font-size: 24px;
}
.chart-tit.type2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #005598;
  width: 8px;
  height: 26px;
  border-radius: 4px;
  position: relative;
  top: -3px;
}
.chart-tit-bg {
  background: #ececec;
  background: #00367b;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 18px;
  color: #fff;
}
.chart-tit-bg .focusText {
  color: #ffcc00;
}
.chart-img {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}
.chart-table {
  margin: 10px 0px;
  overflow-x: auto;
}
.chart-table table {
  width: 100%;
  border-spacing: 1px;
  font-size: 17px;
  background: #d5e0e8;
}
.chart-table table tr {
  background: #fff;
}
.chart-table table tr th {
  background: #00367b;
  color: #fff;
  font-weight: bold;
}
.chart-table table tr td {
  text-align: center;
  color: #353535;
  padding: 12px 5px;
}
.chart-table table tr td.text-left {
  text-align: left;
}
.chart-table table tr:nth-of-type(2n+0) {
  background: #f2f2f2;
}
.chart-table table tr.focusTr {
  background: #fff8e8;
}
.chart-remark {
  font-size: 14px;
  margin: 10px 0px;
  color: #666;
}
.chart-remark b,
.chart-remark strong {
  color: #333;
}
.chart-chartAndText {
  font-size: 0px;
}
.chart-chartAndText .chart,
.chart-chartAndText .chartText {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
}
.chart-chartAndText .chart-img {
  margin-top: 0px;
}
.chart-chartAndText .chartText {
  padding-left: 12px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .chart-area {
    margin: 15px 0px;
  }
  .chart-area .chart {
    display: block;
    padding: 0px;
    width: auto;
    margin: 15px 0px;
  }
  .chart-area .chart + .chart {
    margin-top: 25px;
  }
  .chart-area.threeChart .chart {
    width: auto;
  }
  .chart-tit {
    font-size: 17px;
  }
  .chart-tit.type2 {
    font-size: 17px;
  }
  .chart-tit.type2:before {
    width: 6px;
    height: 17px;
    top: -1px;
  }
  .chart-table table {
    font-size: 14px;
  }
  .chart-remark {
    font-size: 12px;
  }
  .chart-chartAndText .chart,
  .chart-chartAndText .chartText {
    display: block;
    width: auto;
  }
  .chart-chartAndText .chartText {
    padding-left: 0px;
    font-size: 16px;
  }
}



#tab-content-table, #tab-content-table th, #tab-content-table td{
      padding: 10px;
}
#tab-content-table th{
	background-color: #b7d9ed;
	text-align: center;

}
#tab-content-table td{
	background-color: #e6f6ff;

}
@media screen and (max-width: 767px) {
#tab-content-table{    
	width: 128%;
    margin-left: -25%;}
}


.row {
  margin: 5px -12px;
  font-size: 0px;
  text-align: center;
}

[class*=col-] {
  box-sizing: border-box;
  padding: 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  [class*=col-] {
    font-size: 16px;
  }
}

.col-1 {
  width: 4.1666666667%;
}
.col-2 {
  width: 8.3333333333%;
}
.col-3 {
  width: 12.5%;
}
.col-4 {
  width: 16.6666666667%;
}
.col-5 {
  width: 20.8333333333%;
}
.col-6 {
  width: 25%;
}
.col-7 {
  width: 29.1666666667%;
}
.col-8 {
  width: 33.3333333333%;
}
.col-9 {
  width: 37.5%;
}
.col-10 {
  width: 41.6666666667%;
}
.col-11 {
  width: 45.8333333333%;
}
.col-12 {
  width: 50%;
}
.col-13 {
  width: 54.1666666667%;
}
.col-14 {
  width: 58.3333333333%;
}
.col-15 {
  width: 62.5%;
}
.col-16 {
  width: 66.6666666667%;
}
.col-17 {
  width: 70.8333333333%;
}
.col-18 {
  width: 75%;
}
.col-19 {
  width: 79.1666666667%;
}
.col-20 {
  width: 83.3333333333%;
}
.col-21 {
  width: 87.5%;
}
.col-22 {
  width: 91.6666666667%;
}
.col-23 {
  width: 95.8333333333%;
}
.col-24 {
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .col-xl-1 {
    width: 4.1666666667%;
  }
  .col-xl-2 {
    width: 8.3333333333%;
  }
  .col-xl-3 {
    width: 12.5%;
  }
  .col-xl-4 {
    width: 16.6666666667%;
  }
  .col-xl-5 {
    width: 20.8333333333%;
  }
  .col-xl-6 {
    width: 25%;
  }
  .col-xl-7 {
    width: 29.1666666667%;
  }
  .col-xl-8 {
    width: 33.3333333333%;
  }
  .col-xl-9 {
    width: 37.5%;
  }
  .col-xl-10 {
    width: 41.6666666667%;
  }
  .col-xl-11 {
    width: 45.8333333333%;
  }
  .col-xl-12 {
    width: 50%;
  }
  .col-xl-13 {
    width: 54.1666666667%;
  }
  .col-xl-14 {
    width: 58.3333333333%;
  }
  .col-xl-15 {
    width: 62.5%;
  }
  .col-xl-16 {
    width: 66.6666666667%;
  }
  .col-xl-17 {
    width: 70.8333333333%;
  }
  .col-xl-18 {
    width: 75%;
  }
  .col-xl-19 {
    width: 79.1666666667%;
  }
  .col-xl-20 {
    width: 83.3333333333%;
  }
  .col-xl-21 {
    width: 87.5%;
  }
  .col-xl-22 {
    width: 91.6666666667%;
  }
  .col-xl-23 {
    width: 95.8333333333%;
  }
  .col-xl-24 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .col-xs-1 {
    width: 4.1666666667%;
  }
  .col-xs-2 {
    width: 8.3333333333%;
  }
  .col-xs-3 {
    width: 12.5%;
  }
  .col-xs-4 {
    width: 16.6666666667%;
  }
  .col-xs-5 {
    width: 20.8333333333%;
  }
  .col-xs-6 {
    width: 25%;
  }
  .col-xs-7 {
    width: 29.1666666667%;
  }
  .col-xs-8 {
    width: 33.3333333333%;
  }
  .col-xs-9 {
    width: 37.5%;
  }
  .col-xs-10 {
    width: 41.6666666667%;
  }
  .col-xs-11 {
    width: 45.8333333333%;
  }
  .col-xs-12 {
    width: 50%;
  }
  .col-xs-13 {
    width: 54.1666666667%;
  }
  .col-xs-14 {
    width: 58.3333333333%;
  }
  .col-xs-15 {
    width: 62.5%;
  }
  .col-xs-16 {
    width: 66.6666666667%;
  }
  .col-xs-17 {
    width: 70.8333333333%;
  }
  .col-xs-18 {
    width: 75%;
  }
  .col-xs-19 {
    width: 79.1666666667%;
  }
  .col-xs-20 {
    width: 83.3333333333%;
  }
  .col-xs-21 {
    width: 87.5%;
  }
  .col-xs-22 {
    width: 91.6666666667%;
  }
  .col-xs-23 {
    width: 95.8333333333%;
  }
  .col-xs-24 {
    width: 100%;
  }
}

.margin-top-0 {
  margin-top: 0px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .margin-top-xxl-0 {
    margin-top: 0px;
  }
  .margin-top-xxl-5 {
    margin-top: 5px;
  }
  .margin-top-xxl-10 {
    margin-top: 10px;
  }
  .margin-top-xxl-15 {
    margin-top: 15px;
  }
  .margin-top-xxl-20 {
    margin-top: 20px;
  }
  .margin-top-xxl-25 {
    margin-top: 25px;
  }
  .margin-top-xxl-30 {
    margin-top: 30px;
  }
  .margin-top-xxl-35 {
    margin-top: 35px;
  }
  .margin-top-xxl-40 {
    margin-top: 40px;
  }
  .margin-top-xxl-45 {
    margin-top: 45px;
  }
  .margin-top-xxl-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .margin-top-xl-0 {
    margin-top: 0px;
  }
  .margin-top-xl-5 {
    margin-top: 5px;
  }
  .margin-top-xl-10 {
    margin-top: 10px;
  }
  .margin-top-xl-15 {
    margin-top: 15px;
  }
  .margin-top-xl-20 {
    margin-top: 20px;
  }
  .margin-top-xl-25 {
    margin-top: 25px;
  }
  .margin-top-xl-30 {
    margin-top: 30px;
  }
  .margin-top-xl-35 {
    margin-top: 35px;
  }
  .margin-top-xl-40 {
    margin-top: 40px;
  }
  .margin-top-xl-45 {
    margin-top: 45px;
  }
  .margin-top-xl-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .margin-top-lg-0 {
    margin-top: 0px;
  }
  .margin-top-lg-5 {
    margin-top: 5px;
  }
  .margin-top-lg-10 {
    margin-top: 10px;
  }
  .margin-top-lg-15 {
    margin-top: 15px;
  }
  .margin-top-lg-20 {
    margin-top: 20px;
  }
  .margin-top-lg-25 {
    margin-top: 25px;
  }
  .margin-top-lg-30 {
    margin-top: 30px;
  }
  .margin-top-lg-35 {
    margin-top: 35px;
  }
  .margin-top-lg-40 {
    margin-top: 40px;
  }
  .margin-top-lg-45 {
    margin-top: 45px;
  }
  .margin-top-lg-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-top-md-0 {
    margin-top: 0px;
  }
  .margin-top-md-5 {
    margin-top: 5px;
  }
  .margin-top-md-10 {
    margin-top: 10px;
  }
  .margin-top-md-15 {
    margin-top: 15px;
  }
  .margin-top-md-20 {
    margin-top: 20px;
  }
  .margin-top-md-25 {
    margin-top: 25px;
  }
  .margin-top-md-30 {
    margin-top: 30px;
  }
  .margin-top-md-35 {
    margin-top: 35px;
  }
  .margin-top-md-40 {
    margin-top: 40px;
  }
  .margin-top-md-45 {
    margin-top: 45px;
  }
  .margin-top-md-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0px;
  }
  .margin-top-sm-5 {
    margin-top: 5px;
  }
  .margin-top-sm-10 {
    margin-top: 10px;
  }
  .margin-top-sm-15 {
    margin-top: 15px;
  }
  .margin-top-sm-20 {
    margin-top: 20px;
  }
  .margin-top-sm-25 {
    margin-top: 25px;
  }
  .margin-top-sm-30 {
    margin-top: 30px;
  }
  .margin-top-sm-35 {
    margin-top: 35px;
  }
  .margin-top-sm-40 {
    margin-top: 40px;
  }
  .margin-top-sm-45 {
    margin-top: 45px;
  }
  .margin-top-sm-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 359px) {
  .margin-top-xs-0 {
    margin-top: 0px;
  }
  .margin-top-xs-5 {
    margin-top: 5px;
  }
  .margin-top-xs-10 {
    margin-top: 10px;
  }
  .margin-top-xs-15 {
    margin-top: 15px;
  }
  .margin-top-xs-20 {
    margin-top: 20px;
  }
  .margin-top-xs-25 {
    margin-top: 25px;
  }
  .margin-top-xs-30 {
    margin-top: 30px;
  }
  .margin-top-xs-35 {
    margin-top: 35px;
  }
  .margin-top-xs-40 {
    margin-top: 40px;
  }
  .margin-top-xs-45 {
    margin-top: 45px;
  }
  .margin-top-xs-50 {
    margin-top: 50px;
  }
}
.margin-right-0 {
  margin-right: 0px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-35 {
  margin-right: 35px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-45 {
  margin-right: 45px;
}
.margin-right-50 {
  margin-right: 50px;
}
@media screen and (max-width: 1600px) {
  .margin-right-xxl-0 {
    margin-right: 0px;
  }
  .margin-right-xxl-5 {
    margin-right: 5px;
  }
  .margin-right-xxl-10 {
    margin-right: 10px;
  }
  .margin-right-xxl-15 {
    margin-right: 15px;
  }
  .margin-right-xxl-20 {
    margin-right: 20px;
  }
  .margin-right-xxl-25 {
    margin-right: 25px;
  }
  .margin-right-xxl-30 {
    margin-right: 30px;
  }
  .margin-right-xxl-35 {
    margin-right: 35px;
  }
  .margin-right-xxl-40 {
    margin-right: 40px;
  }
  .margin-right-xxl-45 {
    margin-right: 45px;
  }
  .margin-right-xxl-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .margin-right-xl-0 {
    margin-right: 0px;
  }
  .margin-right-xl-5 {
    margin-right: 5px;
  }
  .margin-right-xl-10 {
    margin-right: 10px;
  }
  .margin-right-xl-15 {
    margin-right: 15px;
  }
  .margin-right-xl-20 {
    margin-right: 20px;
  }
  .margin-right-xl-25 {
    margin-right: 25px;
  }
  .margin-right-xl-30 {
    margin-right: 30px;
  }
  .margin-right-xl-35 {
    margin-right: 35px;
  }
  .margin-right-xl-40 {
    margin-right: 40px;
  }
  .margin-right-xl-45 {
    margin-right: 45px;
  }
  .margin-right-xl-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .margin-right-lg-0 {
    margin-right: 0px;
  }
  .margin-right-lg-5 {
    margin-right: 5px;
  }
  .margin-right-lg-10 {
    margin-right: 10px;
  }
  .margin-right-lg-15 {
    margin-right: 15px;
  }
  .margin-right-lg-20 {
    margin-right: 20px;
  }
  .margin-right-lg-25 {
    margin-right: 25px;
  }
  .margin-right-lg-30 {
    margin-right: 30px;
  }
  .margin-right-lg-35 {
    margin-right: 35px;
  }
  .margin-right-lg-40 {
    margin-right: 40px;
  }
  .margin-right-lg-45 {
    margin-right: 45px;
  }
  .margin-right-lg-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-right-md-0 {
    margin-right: 0px;
  }
  .margin-right-md-5 {
    margin-right: 5px;
  }
  .margin-right-md-10 {
    margin-right: 10px;
  }
  .margin-right-md-15 {
    margin-right: 15px;
  }
  .margin-right-md-20 {
    margin-right: 20px;
  }
  .margin-right-md-25 {
    margin-right: 25px;
  }
  .margin-right-md-30 {
    margin-right: 30px;
  }
  .margin-right-md-35 {
    margin-right: 35px;
  }
  .margin-right-md-40 {
    margin-right: 40px;
  }
  .margin-right-md-45 {
    margin-right: 45px;
  }
  .margin-right-md-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0px;
  }
  .margin-right-sm-5 {
    margin-right: 5px;
  }
  .margin-right-sm-10 {
    margin-right: 10px;
  }
  .margin-right-sm-15 {
    margin-right: 15px;
  }
  .margin-right-sm-20 {
    margin-right: 20px;
  }
  .margin-right-sm-25 {
    margin-right: 25px;
  }
  .margin-right-sm-30 {
    margin-right: 30px;
  }
  .margin-right-sm-35 {
    margin-right: 35px;
  }
  .margin-right-sm-40 {
    margin-right: 40px;
  }
  .margin-right-sm-45 {
    margin-right: 45px;
  }
  .margin-right-sm-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 359px) {
  .margin-right-xs-0 {
    margin-right: 0px;
  }
  .margin-right-xs-5 {
    margin-right: 5px;
  }
  .margin-right-xs-10 {
    margin-right: 10px;
  }
  .margin-right-xs-15 {
    margin-right: 15px;
  }
  .margin-right-xs-20 {
    margin-right: 20px;
  }
  .margin-right-xs-25 {
    margin-right: 25px;
  }
  .margin-right-xs-30 {
    margin-right: 30px;
  }
  .margin-right-xs-35 {
    margin-right: 35px;
  }
  .margin-right-xs-40 {
    margin-right: 40px;
  }
  .margin-right-xs-45 {
    margin-right: 45px;
  }
  .margin-right-xs-50 {
    margin-right: 50px;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .margin-bottom-xxl-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-xxl-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-xxl-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-xxl-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-xxl-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-xxl-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-xxl-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-xxl-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-xxl-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-xxl-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-xxl-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-xl-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-xl-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-xl-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-xl-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-xl-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-xl-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-xl-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-xl-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-xl-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-lg-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-lg-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-lg-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-lg-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-lg-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-lg-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-lg-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-lg-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-lg-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-bottom-md-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-md-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-md-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-md-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-md-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-md-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-md-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-md-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-md-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-md-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-md-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-sm-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-sm-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-sm-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-sm-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-sm-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-sm-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-sm-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-sm-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-sm-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-sm-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 359px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0px;
  }
  .margin-bottom-xs-5 {
    margin-bottom: 5px;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-xs-15 {
    margin-bottom: 15px;
  }
  .margin-bottom-xs-20 {
    margin-bottom: 20px;
  }
  .margin-bottom-xs-25 {
    margin-bottom: 25px;
  }
  .margin-bottom-xs-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-xs-35 {
    margin-bottom: 35px;
  }
  .margin-bottom-xs-40 {
    margin-bottom: 40px;
  }
  .margin-bottom-xs-45 {
    margin-bottom: 45px;
  }
  .margin-bottom-xs-50 {
    margin-bottom: 50px;
  }
}
.margin-left-0 {
  margin-left: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-45 {
  margin-left: 45px;
}
.margin-left-50 {
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  .margin-left-xxl-0 {
    margin-left: 0px;
  }
  .margin-left-xxl-5 {
    margin-left: 5px;
  }
  .margin-left-xxl-10 {
    margin-left: 10px;
  }
  .margin-left-xxl-15 {
    margin-left: 15px;
  }
  .margin-left-xxl-20 {
    margin-left: 20px;
  }
  .margin-left-xxl-25 {
    margin-left: 25px;
  }
  .margin-left-xxl-30 {
    margin-left: 30px;
  }
  .margin-left-xxl-35 {
    margin-left: 35px;
  }
  .margin-left-xxl-40 {
    margin-left: 40px;
  }
  .margin-left-xxl-45 {
    margin-left: 45px;
  }
  .margin-left-xxl-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .margin-left-xl-0 {
    margin-left: 0px;
  }
  .margin-left-xl-5 {
    margin-left: 5px;
  }
  .margin-left-xl-10 {
    margin-left: 10px;
  }
  .margin-left-xl-15 {
    margin-left: 15px;
  }
  .margin-left-xl-20 {
    margin-left: 20px;
  }
  .margin-left-xl-25 {
    margin-left: 25px;
  }
  .margin-left-xl-30 {
    margin-left: 30px;
  }
  .margin-left-xl-35 {
    margin-left: 35px;
  }
  .margin-left-xl-40 {
    margin-left: 40px;
  }
  .margin-left-xl-45 {
    margin-left: 45px;
  }
  .margin-left-xl-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .margin-left-lg-0 {
    margin-left: 0px;
  }
  .margin-left-lg-5 {
    margin-left: 5px;
  }
  .margin-left-lg-10 {
    margin-left: 10px;
  }
  .margin-left-lg-15 {
    margin-left: 15px;
  }
  .margin-left-lg-20 {
    margin-left: 20px;
  }
  .margin-left-lg-25 {
    margin-left: 25px;
  }
  .margin-left-lg-30 {
    margin-left: 30px;
  }
  .margin-left-lg-35 {
    margin-left: 35px;
  }
  .margin-left-lg-40 {
    margin-left: 40px;
  }
  .margin-left-lg-45 {
    margin-left: 45px;
  }
  .margin-left-lg-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-left-md-0 {
    margin-left: 0px;
  }
  .margin-left-md-5 {
    margin-left: 5px;
  }
  .margin-left-md-10 {
    margin-left: 10px;
  }
  .margin-left-md-15 {
    margin-left: 15px;
  }
  .margin-left-md-20 {
    margin-left: 20px;
  }
  .margin-left-md-25 {
    margin-left: 25px;
  }
  .margin-left-md-30 {
    margin-left: 30px;
  }
  .margin-left-md-35 {
    margin-left: 35px;
  }
  .margin-left-md-40 {
    margin-left: 40px;
  }
  .margin-left-md-45 {
    margin-left: 45px;
  }
  .margin-left-md-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0px;
  }
  .margin-left-sm-5 {
    margin-left: 5px;
  }
  .margin-left-sm-10 {
    margin-left: 10px;
  }
  .margin-left-sm-15 {
    margin-left: 15px;
  }
  .margin-left-sm-20 {
    margin-left: 20px;
  }
  .margin-left-sm-25 {
    margin-left: 25px;
  }
  .margin-left-sm-30 {
    margin-left: 30px;
  }
  .margin-left-sm-35 {
    margin-left: 35px;
  }
  .margin-left-sm-40 {
    margin-left: 40px;
  }
  .margin-left-sm-45 {
    margin-left: 45px;
  }
  .margin-left-sm-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 359px) {
  .margin-left-xs-0 {
    margin-left: 0px;
  }
  .margin-left-xs-5 {
    margin-left: 5px;
  }
  .margin-left-xs-10 {
    margin-left: 10px;
  }
  .margin-left-xs-15 {
    margin-left: 15px;
  }
  .margin-left-xs-20 {
    margin-left: 20px;
  }
  .margin-left-xs-25 {
    margin-left: 25px;
  }
  .margin-left-xs-30 {
    margin-left: 30px;
  }
  .margin-left-xs-35 {
    margin-left: 35px;
  }
  .margin-left-xs-40 {
    margin-left: 40px;
  }
  .margin-left-xs-45 {
    margin-left: 45px;
  }
  .margin-left-xs-50 {
    margin-left: 50px;
  }
}

/* 編譯說明
    ``` scss例
    .margin {
        &-top {
            &-sm {
                @media screen and (max-width: 767px) {
                    &-10 {
                        margin-top: 10px;
                    }
                }
            }
        }
    }
    ```
    編譯出來的css 例：
    ``` css
    @media screen and (max-width: 767px) {
        .margin-top-sm-10 {
            margin-top: 10px;
        }
    }
    ```
*/
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.shareLink {
  position: sticky;
  z-index: 1;
  top: 50px;
  left: 0px;
}
.shareLink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50px;
  text-align: center;
  font-size: 16px;
}
.shareLink-list li {
  padding-bottom: 15px;
}
.shareLink-list li a {
  color: #333;
  position: relative;
  display: block;
}
.shareLink-list li a:before {
  content: attr(title);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #333;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
}
.shareLink-list li a:hover {
  color: #00367b;
}
.shareLink-list li a:hover:before {
  display: block;
}
.shareLink-list li i {
  font-size: 30px;
}
.shareLink-list li i.fa-link {
  transform: scale(0.85);
}
@media screen and (max-width: 1399px) {
  .shareLink-list {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .shareLink {
    padding: 0 25px;
    position: relative;
    top: auto;
  }
  .shareLink-list {
    position: relative;
    left: auto;
    display: flex;
  }
  .shareLink-list li {
    padding: 0;
    padding-right: 20px;
  }
  .shareLink-list li a:before {
    display: none !important;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  background: url(../images/kv-Bg.jpg) no-repeat center top/100% auto;
}
@media screen and (max-width: 1399px) {
  .banner {
    background-size: 1600px auto;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    background-image: url(../images/kvBg-mobile.jpg);
    overflow: visible;
  }
}
.banner .container {
  position: relative;
}
.banner-kv {
  position: absolute;
  width: 559px;
  top: 10px;
  left: 0%;
  padding-top:30px;  
}
.banner-kv-man {
  width: 100%;
  max-width: 423px;
  margin-top: 150px;
  position: relative;
  animation: kvMan 1s ease-out infinite alternate;
}
.banner-content {
  padding: 380px 0 140px;
  position: relative;
  transition: 0.1s ease-in-out all;
  text-align: center;
  margin-left: 460px;
  margin-right: 0;
}
.banner-content .twoBtn {
  display: flex;
}
.banner-content .twoBtn > a {
  width: 329px;
}
@media (min-width: 992px) {
  .banner-content .twoBtn > a {
    transition: transform 0.2s;
  }
  .banner-content .twoBtn > a:hover {
    transform: scale(1.06);
  }
}
.banner-content .twoBtn > a:nth-child(2) {
  margin-top: 15px;
  margin-left: -5px;
}
.banner-content .twoBtn > a img {
  width: 100%;
}
@media screen and (max-width: 1699px) {
	.banner-kv img{       
		width: 170%;
		padding: 0 90px;}
	.banner-content{    padding: 290px 0 140px;}
}
@media screen and (max-width: 1399px) {
	.banner-kv img{       
		width: 180%;
        padding: 0px 90px;}	
  .banner-content {
    margin-left: 41%;
    padding: 320px 0 100px;
  }
  .banner-content .twoBtn > a {
    width: 40%;
  }
  .banner-kv-man {
    max-width: 353px;
    margin-top: 130px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1199px) {
	.banner-kv img{
		width: 180%;
        padding: 0px 115px;}	
  .banner-content {
    margin-left: 42%;
    padding: 22% 0 5%;
  }
  .banner-content .twoBtn > a {
    width: 35%;
  }
  .banner-content .twoBtn > a:nth-child(2) {
    margin-top: 10px;
  }
  .banner-kv {
    width: 40%;
  }
  .banner-kv-man {
    max-width: 50%;
    margin-top: 25%;
    margin-left: 40%;
  }
}
@media screen and (max-width: 991px) {

  .banner-kv {
    position: relative;
    margin: 0 auto;
    width: 60%;
	  display: none;
  }
  .banner-kv-man {
    display: none;
  }
  .banner-content {
    margin-left: 0;
    padding: 110% 0 50px;
    position: relative;
  }
  .banner-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 50px;
    background-color: #fff;
  }
  .banner-content .twoBtn {
    margin: 0 0 -50px;
    flex-direction: column;
    align-items: center;
  }
  .banner-content .twoBtn > a {
    width: 65%;
    max-width: 476px;
  }
  .banner-content .twoBtn > a:nth-child(2) {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {

  .banner-kv {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding-top: 20px;
    width: 75%;
	   display: none;
  }
  .banner-content {
    padding: 110% 0 5%;
  }
  .banner-content::before {
    height: 5%;
  }
  .banner-content .twoBtn {
    margin-bottom: -5%;
  }
}


@keyframes kvMan {
  100% {
    transform: translateY(-10px);
  }
}
@keyframes bannerDrive {
  100% {
    transform: translateY(-10px);
  }
}
.fixedBtn {
  background: #fff;
  border-radius: 12px 0 0 12px;
  padding: 6px 12px;
  position: fixed;
  top: 73%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.fixedBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixedBtn ul li {
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
}
.fixedBtn ul li:last-of-type {
  border-bottom-width: 0;
}
.fixedBtn ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 12px 0;
}
.fixedBtn ul li a img {
  width: 36px;
  display: block;
  margin: 0 auto 5px;
  transition: 0.3s ease all;
  border-radius: 100%;
}
.fixedBtn ul li a:hover img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .fixedBtn {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    border-radius: 0;
    padding: 8px 0;
  }
  .fixedBtn ul {
    display: flex;
  }
  .fixedBtn ul li {
    flex: 1;
    border-bottom-width: 0;
    border-right: solid 1px #b7b7b7;
  }
  .fixedBtn ul li:last-of-type {
    border-right-width: 0;
  }
  .fixedBtn ul li a {
    font-size: 14px;
    padding: 0;
  }
  .fixedBtn ul li a img {
    width: 24px;
    margin: -2px auto 0;
    vertical-align: middle;
    display: inline-block;
  }
}

.heartDharma {
  position: relative;
  overflow: hidden;
}
.heartDharma-decorate div {
  position: absolute;
  border-radius: 100%;
  transition: 0.1s ease all;
}
.heartDharma-decorate div:nth-of-type(1) {
  width: 238px;
  height: 238px;
  background: #f15d21;
  left: -160px;
  bottom: 50px;
}
.heartDharma-decorate div:nth-of-type(2) {
  width: 71px;
  height: 71px;
  background: #00367b;
  bottom: 0px;
  left: 300px;
}
.heartDharma-decorate div:nth-of-type(3) {
  width: 240px;
  height: 240px;
  background: #00367b;
  top: 41px;
  right: 530px;
}
.heartDharma-decorate div:nth-of-type(4) {
  width: 20px;
  height: 20px;
  background: #f15d21;
  box-shadow: 0 0 44px 54px #f15d21;
  right: -30px;
  bottom: 120px;
}
.heartDharma .container {
  position: relative;
}
.heartDharma .container .slick-arrow {
  color: #bbb;
  top: 99px;
}
.heartDharma .container .slick-arrow:before {
  font-size: 44px;
}
.heartDharma .container .slick-prev {
  left: 5px;
}
.heartDharma .container .slick-next {
  right: 5px;
}
.heartDharma-item {
  position: relative;
  border: solid 4px #002f7b;
  border-radius: 10px;
  padding: 25px 48px 15px;
  padding-left: 292px;
  box-sizing: border-box;
  background: #fff;
  min-height: 234px;
}
.heartDharma-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  top: 13px;
  left: 48px;
}
.heartDharma-no {
  font-size: 24px;
  line-height: 1;
  color: #7d7d7d;
}
.heartDharma-tit {
  margin: 10px 0;
  font-size: 32px;
  line-height: 1.2;
}
.heartDharma-tit .focus {
  border-bottom: none;
  color: #ff662e;
}
.heartDharma-text {
  text-align: justify;
}
.heartDharma-text p {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .heartDharma-decorate {
    opacity: 0;
  }
  .heartDharma-item {
    padding: 15px 10px 10px;
    min-height: 0;
  }
  .heartDharma-img {
    position: relative;
    top: auto;
    left: auto;
    width: 180px;
  }
  .heartDharma-no {
    font-size: 14px;
    padding-top: 10px;
  }
  .heartDharma-tit {
    font-size: 20px;
  }
}

.feature {
  position: relative;
  background: #e6f6ff;
  padding-top: 100px;
}
.feature-content {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0px -18px;
  display: flex;
  justify-content: center;
}
.feature-list li {
  box-sizing: border-box;
  width: 25%;
  margin: 18px;
  background: #fff;
  box-shadow: 12px 12px 0 0 #c8dbe6;
  border-radius: 30px;
  padding: 30px 30px 20px !important;
}
.feature-item {
  text-align: center;
}
.feature-item-icon {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
.feature-item-tag {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
}
.feature-item-tag div {
  background: #00367b;
  border-radius: 0 30px 0 30px;
  display: inline-block;
  padding: 5px 20px;
}
.feature-item-tit {
  font-size: 25px;
  line-height: 1.2;
  margin: 15px 0;
  color: #00367b;
}
.feature .note {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 1600px) {
  .feature-item-tag {
    font-size: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .feature-item-tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .feature-list {
    margin: 0px -8px;
    flex-wrap: wrap;
  }
  .feature-list li {
    padding: 30px 10px 20px !important;
    margin: 8px;
    width: calc(50% - 36px);
  }
  .feature-item-icon {
    width: 120px;
  }
  .feature-item-tag {
    font-size: 18px;
  }
  .feature-item-tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .feature-content {
    padding: 0 10px;
  }
  .feature-list {
    display: block;
    margin: 0 auto;
  }
  .feature-list li {
    width: auto;
    margin: 15px 0;
  }
}

.everyDayBuckle-content {
  padding: 0 15px;
}

.irregularBg {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.irregularBg-top {
  top: 0;
}
.irregularBg-bottom {
  bottom: 0;
}

.target-content {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.target-btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.target-btnArea li {
  padding: 2px !important;
}
.target-btnArea.sType {
  margin: 15px 0;
}
.target-btnArea.sType .target-btn {
  font-size: 18px;
}
.target-btn {
  color: #333;
  background: #ccc;
  font-size: 24px;
  padding: 5px 27px;
  transition: 0.3s ease all;
  cursor: pointer;
  border-radius: 26px;
}
.target-btn.active {
  color: #fff;
  background: #00367b;
}
.target-hint {
  width: 176px;
  margin: -25px auto 30px;
  display: none;
}
.target-contentArea-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.target-contentArea-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.target-contentArea-img:before {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../images/targetImg-shadow.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.target-contentArea-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  position: relative;
}
.target-contentArea-img-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.target-contentArea-img-btn img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
  animation: targetContentAreaImgBtn 0.5s ease-out infinite alternate;
}
.target-contentArea-img-link a {
  display: block;
  position: absolute;
  width: 21%;
  height: 11%;
}
.target-contentArea-stock {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 45%;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 20px;
}
.target-contentArea-stock-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 14px;
}
.target-contentArea-stock-item ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.target-contentArea-stock-item ul li {
  background: #d9daff;
  border-radius: 28px;
  padding-right: 30px;
  position: relative;
}
.target-contentArea-stock-item ul li:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  animation: arrowRightMove 0.5s ease-out infinite alternate;
}
.target-contentArea-stock-item ul li > a {
  padding: 10px 18px;
  display: block;
  transition: 0.3s ease all;
  color: #000;
}
.target-contentArea-stock-item ul li > a:hover {
  opacity: 0.7;
}
.target-contentArea-stock-item ul li:first-of-type {
  color: #fff;
  background: #8b8dc6;
  font-weight: bold;
  padding: 10px 18px;
}
.target-contentArea-stock-item ul li:first-of-type:before {
  display: none;
}
.target-contentArea-stock-item ul li:nth-of-type(2n+0) {
  background: #fff;
}
.target-contentArea-stock-item ul li .btnArea {
  border-top: none;
  margin-top: 0;
}
.target-contentArea-stock-item ul li .btnArea .btn.sBtn {
  padding-top: 0;
}
.target-contentArea-stock-item:nth-of-type(2) ul li {
  background: #dfe7f2;
}
.target-contentArea-stock-item:nth-of-type(2) ul li:first-of-type {
  background: #6f99bd;
}
.target-contentArea-stock-item:nth-of-type(2) ul li:nth-of-type(2n+0) {
  background: #fff;
}
.target-contentArea-stock-item .btnArea {
  border-top: dashed 2px #ccc;
}
.target-contentArea-content1 .target-contentArea-img-link a:nth-of-type(1) {
  top: 12%;
  left: 14%;
}
.target-contentArea-content1 .target-contentArea-img-link a:nth-of-type(2) {
  top: 37%;
  left: 70%;
}
.target-contentArea-content1 .target-contentArea-img-link a:nth-of-type(3) {
  bottom: 14%;
  left: 73%;
}
.target-contentArea-content2 .target-contentArea-img-link a:nth-of-type(1) {
  bottom: 33%;
  left: 3%;
}
.target-contentArea-content2 .target-contentArea-img-link a:nth-of-type(2) {
  top: 34%;
  right: 4%;
}
.target-contentArea-content2 .target-contentArea-img-link a:nth-of-type(3) {
  bottom: 44%;
  right: 4%;
}
.target-contentArea-content3 .target-contentArea-img-link a:nth-of-type(1) {
  top: 10%;
  left: 15%;
}
.target-contentArea-content3 .target-contentArea-img-link a:nth-of-type(2) {
  bottom: 19%;
  left: 7%;
  width: 17%;
}
.target-contentArea-content3 .target-contentArea-img-link a:nth-of-type(3) {
  top: 37%;
  right: 6.6%;
}
.target-contentArea-content3 .target-contentArea-img-link a:nth-of-type(4) {
  bottom: 14%;
  left: 25%;
}
.target-contentArea-content4 .target-contentArea-stock {
  display: block;
}
.target-contentArea-content4 .target-contentArea-stock-item {
  width: auto;
}
.target-contentArea-content4 .target-contentArea-img-link a:nth-of-type(1) {
  bottom: 37%;
  right: 70%;
}
.target-contentArea-content4 .target-contentArea-img-link a:nth-of-type(2) {
  bottom: 69%;
  right: 39%;
}
.target-contentArea-content4 .target-contentArea-img-link a:nth-of-type(3) {
  top: 48%;
  left: 45.4%;
}
.target-contentArea-content6 .target-contentArea-stock-item {
  width: auto;
}
.target-contentArea-content6 .target-contentArea-stock-item ul li {
  padding-right: 0;
}
.target-contentArea-content6 .target-contentArea-stock-item ul li:before {
  display: none;
}
.target-contentArea-content6 .target-contentArea-img-link a:nth-of-type(1) {
  bottom: 21%;
  left: 3%;
  transform: skewY(-32deg);
  width: 19%;
  height: 20%;
}
.target-contentArea-content6 .target-contentArea-img-link a:nth-of-type(2) {
  top: 6%;
  left: 25%;
  transform: skewY(-32deg);
  width: 19%;
  height: 20%;
}
.target-contentArea-content6 .target-contentArea-img-link a:nth-of-type(3) {
  top: 11%;
  right: 25%;
  transform: skewY(-32deg);
  width: 19%;
  height: 20%;
}
.target-contentArea-content7 .target-contentArea-img-link a:nth-of-type(1) {
  top: 55%;
  left: 35%;
  width: 24%;
}
.target-contentArea-content7 .target-contentArea-img-link a:nth-of-type(2) {
  top: 23%;
  left: 1.6%;
}
.target-contentArea-content7 .target-contentArea-img-link a:nth-of-type(3) {
  top: 32%;
  right: 9px;
  width: 29%;
}
.target-contentArea-content7 .target-contentArea-img-link a:nth-of-type(4) {
  bottom: 44.2%;
  right: 5.6%;
  width: 16%;
}
.target-contentArea-content8 .target-contentArea-stock {
  display: block;
}
.target-contentArea-content8 .target-contentArea-stock-item {
  width: auto;
}
.target-contentArea-content8 .target-contentArea-stock-item select {
  background-color: transparent;
  background-image: url(../images/icon-dropdown2.png);
  border: none;
  line-height: 1.6;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.target-contentArea-content8 .target-contentArea-img-link a:nth-of-type(1) {
  bottom: 25.6%;
  left: 9.3%;
}
.target-contentArea-content8 .target-contentArea-img-link a:nth-of-type(2) {
  top: 11.3%;
  left: 16.6%;
  width: 19%;
}
.target-contentArea-content8 .target-contentArea-img-link a:nth-of-type(3) {
  top: 9.2%;
  right: 38%;
}
@media screen and (max-width: 1199px) {
  .target-contentArea-content {
    display: block;
  }
  .target-contentArea-img {
    width: auto;
  }
  .target-contentArea-stock {
    width: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .target-btnArea {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: start;
  }
  .target-btnArea.type2 {
    justify-content: center;
  }
  .target-btnArea.type3 {
    justify-content: center;
  }
  .target-btn {
    white-space: nowrap;
    font-size: 18px;
  }
  .target-hint {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .target-btnArea.type3 {
    justify-content: start;
  }
  .target-content {
    padding: 0 10px;
  }
  .target-contentArea-stock {
    display: block;
    font-size: 16px;
    padding-top: 0;
  }
  .target-contentArea-stock-item {
    width: auto;
    padding-top: 30px;
  }
  .target-contentArea-stock-item .btnArea {
    border-top: none;
  }
  .target-contentArea-stock-item:nth-of-type(2) {
    border-top: dashed 2px #ccc;
  }
}

@keyframes targetContentAreaImgBtn {
  100% {
    top: -5px;
  }
}
@keyframes arrowRightMove {
  100% {
    transform: translateX(-5px) translateY(-50%);
  }
}
.qa {
  background: #eee;
}
.qa-list {
  background: #fff;
  padding: 20px 36px;
  border-radius: 20px;
  margin: 16px 0;
}
.qa-list-tit {
  font-size: 20px;
  color: #00367b;
  position: relative;
  margin: 10px 0;
  font-weight: normal;
  cursor: pointer;
  padding-right: 30px;
}
.qa-list-tit i {
  position: absolute;
  top: 4px;
  right: 0;
  transition: 0.3s ease all;
  color: #666;
  font-size: 26px;
}
.qa-list-content {
  color: #707c8b;
  padding: 1px 0;
}
.qa-list-content p {
  margin: 10px 0;
}
.qa-list.active .qa-list-tit {
  color: #000;
}
.qa-list.active .qa-list-tit i {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .qa-list {
    border-radius: 10px;
    padding: 6px 15px;
  }
  .qa-list-tit {
    font-size: 18px;
  }
}

.footer {
  background: #00367b;
  color: #fff;
  padding: 19px 0;
}
.footer .container {
  position: relative;
}
.footer-logo {
  position: absolute;
  left: 0;
  top: 7px;
  width: 50px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #fff;
}
.footer-content {
  text-align: center;
}
.footer-content a {
  color: #fff;
}
.footer-content-block {
  display: inline-block;
  vertical-align: middle;
}
.footer-content .linkText {
  color: #ffde45;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
  .footer-content {
    padding-left: 0;
    text-align: left;
    font-size: 15px;
  }
}

.steps {
  overflow: hidden;
}
.steps-decorate div {
  position: absolute;
  border-radius: 100%;
  background: #00367b;
}
.steps-decorate div:nth-of-type(1) {
  background: #f15d21;
  box-shadow: 0 0 44px 54px #f15d21;
  width: 47px;
  height: 47px;
  left: 256px;
  top: 239px;
}
.steps-decorate div:nth-of-type(2) {
  background: #f15d21;
  width: 238px;
  height: 238px;
  left: 68px;
  top: 500px;
}
.steps-decorate div:nth-of-type(3) {
  width: 71px;
  height: 71px;
  left: -30px;
  bottom: 522px;
}
.steps-decorate div:nth-of-type(4) {
  background: #f15d21;
  box-shadow: 0 0 44px 54px #f15d21;
  width: 71px;
  height: 74px;
  right: 440px;
  top: 488px;
  opacity: 0.55;
}
.steps-decorate div:nth-of-type(5) {
  width: 240px;
  height: 240px;
  right: 0;
  bottom: 246px;
}
.steps-decorate div:nth-of-type(6) {
  width: 506px;
  height: 506px;
  border-radius: 50px;
  transform: rotate(45deg);
  top: 0;
  right: -390px;
}
.steps .container {
  position: relative;
}
.steps-step {
  margin: 50px auto 60px;
  max-width: 650px;
}
.steps-step-no {
  font-size: 22px;
  color: #4d4d4d;
  text-align: center;
}
.steps-step-dot {
  border: solid 10px #8d8d8d;
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 1;
}
.steps-step-dot:before {
  content: "";
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #00367b;
  opacity: 0;
}
.steps-step .slick-slider {
  padding-bottom: 0;
}
.steps-step .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.steps-step .slick-current .steps-step-dot {
  border-color: #00367b;
}
.steps-step .slick-current .steps-step-dot:before {
  opacity: 1;
}
.steps-step .slick-slide {
  position: relative;
  cursor: pointer;
}
.steps-step .slick-slide:before, .steps-step .slick-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 31px;
  border-bottom: dashed 2px #8d8d8d;
}
.steps-step .slick-slide:after {
  left: 50%;
  right: 0;
}
.steps-step .slick-slide:first-of-type:before {
  display: none;
}
.steps-step .slick-slide:last-of-type::after {
  display: none;
}
.steps-content-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps-content-left, .steps-content-right {
  box-sizing: border-box;
}
.steps-content-left {
  font-size: 24px;
  text-align: center;
  width: 50%;
}
.steps-content-right {
  width: 32%;
}
.steps-content-right img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.steps-content-no {
  margin-bottom: 10px;
  color: #6a6a6a;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .steps-content-no {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .steps-content-no {
    font-size: 26px;
  }
}
.steps-content-text a {
  color: #f15d21;
}
.steps-content .slick-arrow {
  top: 307px;
}
.steps-content .slick-arrow:before {
  font-size: 82px;
}
@media screen and (max-width: 1600px) {
  .steps-decorate {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .steps-content .slick-arrow {
    top: 247px;
  }
}
@media screen and (max-width: 767px) {
  .steps-step {
    margin: 30px auto;
  }
  .steps-step-no {
    font-size: 16px;
  }
  .steps-step-dot {
    width: 30px;
    height: 30px;
    border-width: 5px;
  }
  .steps-step-dot:before {
    width: 10px;
    height: 10px;
  }
  .steps-step .slick-slide:before, .steps-step .slick-slide:after {
    bottom: 14px;
  }
  .steps-content-info {
    display: block;
  }
  .steps-content-left, .steps-content-right {
    width: auto;
  }
  .steps-content-left {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .steps-content-right {
    width: 80%;
    margin: 0 auto;
  }
  .steps-content .slick-slide {
    padding: 0 6px;
  }
  .steps-content .slick-arrow {
    top: -3px;
  }
  .steps-content .slick-arrow:before {
    font-size: 30px;
  }
}

.trialCalculation {
  overflow: hidden;
}
.trialCalculation .container {
  max-width: 930px;
}
.trialCalculation-content {
  position: relative;
}
.trialCalculation-content:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 5%;
  left: -30%;
  right: -30%;
  background: #e6f6ff;
  border-radius: 100px;
}
.trialCalculation-content > div {
  position: relative;
}
.trialCalculation-info {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.trialCalculation-left, .trialCalculation-right {
  flex: 1;
  margin: 0 20px;
}
.trialCalculation-right img {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
  display: block;
}
.trialCalculation-focusNum {
  font-size: 38px;
  line-height: 1;
  color: #ff0000;
}
.trialCalculation-dividingLine {
  margin: 20px 0;
  height: 1px;
  background: #cecece;
}
.trialCalculation-hotTag {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #f00;
  font-size: 12px;
  position: relative;
  top: -2px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .trialCalculation-content:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 10px;
  }
  .trialCalculation-info {
    display: block;
  }
  .trialCalculation-right img {
    max-width: 200px;
  }
}

.formItem {
  margin: 30px 0;
}
.formItem-input {
  position: relative;
}
.formItem-input.hasUnit {
  padding-right: 30px;
}
.formItem-input.hasUnit .inputUnit {
  position: absolute;
  right: 0;
  top: 12px;
}
.formItem-input.rangeType {
  padding-bottom: 6px;
}
.formItem-input.rangeType .rangeNum {
  position: relative;
  font-size: 12px;
  pointer-events: none;
}
.formItem-input.rangeType .rangeNum div {
  position: absolute;
  top: -10px;
}
.formItem-input.rangeType .rangeNum div:nth-of-type(1) {
  left: 0;
}
.formItem-input.rangeType .rangeNum div:nth-of-type(2) {
  right: 0;
}
.formItem-calendar {
  display: flex;
  flex-wrap: wrap;
}
.formItem-calendar-day {
  width: 14.2857142857%;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
}
.formItem-calendar-day input[type=checkbox] {
  display: none;
}
.formItem-calendar-day input[type=checkbox]:checked + div {
  color: #fff;
}
.formItem-calendar-day input[type=checkbox]:checked + div:before {
  background: #00367b;
}
.formItem-calendar-day div:before {
  content: "";
  border-radius: 100%;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 33px;
  width: 33px;
}
.formItem-calendar-day div span {
  display: block;
  text-align: center;
  position: relative;
}
.formItem-calendar-day div span:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #000;
}
.formItem-calendar-day div:hover:before {
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .formItem-calendar-day {
    margin: 3px 0;
  }
}

.historicalRateOfReturn {
  list-style: none;
  display: flex;
  margin: 20px 0;
  padding-left: 0;
}
.historicalRateOfReturn li {
  flex: 1;
  text-align: center;
  position: relative;
}
.historicalRateOfReturn li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
.historicalRateOfReturn li:last-of-type:before {
  display: none;
}
.historicalRateOfReturn-price {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #f00;
}
.historicalRateOfReturn-num .num {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #00367b;
}
.historicalRateOfReturn-remark {
  font-size: 12px;
}

.fundList-list {
  border-bottom: solid 1px #e0e4e9;
  transition: 0.3s ease all;
  font-size: 16px;
}
.fundList-list:nth-of-type(2n+0) {
  background: #f3f3f3;
}
.fundList-list:hover {
  background: #f2f8ff;
}
.fundList-list.tit {
  font-size: 14px;
  font-weight: bold;
}
.fundList-list.tit label {
  cursor: auto;
}
.fundList-list.tit:hover {
  background: none;
}
.fundList-list label {
  display: flex;
  padding: 15px 10px;
  position: relative;
}
.fundList-list-item {
  position: relative;
  flex: 1;
  text-align: right;
}
.fundList-list-item.no {
  text-align: center;
  flex: none;
  width: 50px;
}
.fundList-list-item.no div {
  display: inline-block;
  color: #999;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  min-width: 26px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  border: solid 1px;
}
.fundList-list-item.fundName {
  padding-left: 30px;
  flex: 2;
  text-align: left;
}
.fundList-list-item.fundName .checkbox-area {
  position: absolute;
  left: 0;
  top: -5px;
}
.fundList-list-item .text-red:before, .fundList-list-item .text-green:before {
  content: "";
  display: inline-block;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.fundList-list-item .text-red:before {
  border-bottom: solid 10px;
}
.fundList-list-item .text-green:before {
  border-top: solid 10px;
}
.fundList-list:nth-of-type(2) .fundList-list-item.no div, .fundList-list:nth-of-type(3) .fundList-list-item.no div, .fundList-list:nth-of-type(4) .fundList-list-item.no div {
  background: #00367b;
  border-color: #00367b;
  color: #fff;
}
.fundList-modal .modal-container-infoArea {
  padding-bottom: 80px;
}
.fundList-modal-btn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fundList-list {
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 15px 0;
  }
  .fundList-list:nth-of-type(2n+0) {
    background: #fff;
  }
  .fundList-list.tit {
    display: none;
  }
  .fundList-list label {
    padding-bottom: 0;
    padding-top: 0;
    flex-wrap: wrap;
  }
  .fundList-list-item {
    flex: none;
    width: 50%;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .fundList-list-item:before {
    content: attr(data-itemTit);
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
  }
  .fundList-list-item.no {
    position: absolute;
    top: -23px;
    left: -22px;
  }
  .fundList-list-item.no div {
    font-size: 12px;
    min-width: 20px;
    line-height: 18px;
  }
  .fundList-list-item.fundName {
    width: 100%;
    flex: none;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fundList-list-item.fundName .checkbox-area {
    top: 3px;
  }
  .fundList-modal-btn {
    left: 15px;
    right: 15px;
    transform: translateX(0);
    width: auto;
  }
}

.notice2 {
  font-size: 14px;
  background: #f4f4f4;
  padding: 10px;
  margin: 20px 0;
}
.notice2 ol ol {
  list-style: decimal-leading-zero;
}
.notice2 ol ol ol {
  list-style: lower-alpha;
}

.rotateArrow {
  transition: 0.3s ease all;
}
.rotateArrow.active {
  transform: rotate(180deg);
}

.characteristic-tab {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.characteristic-tab li {
  box-sizing: border-box;
  padding: 10px 20px !important;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  background: #e1e1e1;
  transition: 0.3s ease all;
}
.characteristic-tab li .focus {
  border-bottom: none;
  border-radius: 100%;
  width: 20px;
  line-height: 20px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
}
.characteristic-tab li.active, .characteristic-tab li:hover {
  color: #fff;
  background: #f15d21;
}
.characteristic-tab li.active .focus, .characteristic-tab li:hover .focus {
  color: #f15d21;
}
.characteristic-tabContent {
  margin: 30px auto;
  max-width: 900px;
}
.characteristic-tabContent-content {
  display: flex;
  align-items: center;
}
.characteristic-tabContent-content-img {
  flex: 1;
}
.characteristic-tabContent-content-info {
  flex: 1;
  padding-left: 20px;
}
.characteristic-tabContent-content-info .tit-type2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .characteristic-tab {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: start;
  }
  .characteristic-tab li {
    margin: 0 5px;
  }
  .characteristic-tabContent-content {
    display: block;
  }
  .characteristic-tabContent-content-img {
    margin: 0 auto;
    max-width: 250px;
  }
  .characteristic-tabContent-content-info {
    padding-left: 0;
  }
  .characteristic-tabContent-content-info .tit-type2 {
    text-align: center;
  }
}

.discount-content {
  max-width: 800px;
  margin: 0 auto;
}

.anchorPoint {
  position: relative;
}
@media screen and (max-width: 991px) {
  .anchorPoint {
    top: -20px;
  }
}

.text-type2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .text-type2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .citieSocial {
    overflow: hidden;
  }
}
.citieSocial .container {
  text-align: center;
}
@media (min-width: 1601px) {
  .citieSocial .container {
    width: 1400px;
  }
}
.citieSocial .citieSocial-slider {
  position: relative;
}
.citieSocial .citieSocial-slider__container {
  width: 280px;
  padding: 0 0 50px;
  height: 470px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: transform 0.2s;
}
@media screen and (max-width: 1600px) {
  .citieSocial .citieSocial-slider__container {
    width: 240px;
    height: 440px;
  }
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider__container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-slider__container {
    width: 160px;
    height: 300px;
  }
}
.citieSocial .citieSocial-slider__container img {
  width: 250px;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1600px) {
  .citieSocial .citieSocial-slider__container img {
    width: 210px;
  }
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider__container img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-slider__container img {
    width: 130px;
  }
}
.citieSocial .citieSocial-slider .show1 .citieSocial-slider__container {
  transform: translateX(-30px);
}
.citieSocial .citieSocial-slider .show2 .citieSocial-slider__container {
  transform: scale(1.54) translate(-0.5%, -8%);
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-slider .show2 .citieSocial-slider__container {
    transform: scale(2) translate(-1%, -12%);
  }
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider .show2 .citieSocial-slider__container img {
    opacity: 1;
  }
}
.citieSocial .citieSocial-slider .show3 .citieSocial-slider__container {
  transform: translateX(30px);
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider .slick-list {
    overflow: visible;
  }
}
.citieSocial .citieSocial-slider .slick-arrow {
  top: 0;
  height: 100%;
  border-radius: 0;
  width: 500px;
}
@media screen and (max-width: 1600px) {
  .citieSocial .citieSocial-slider .slick-arrow {
    width: 420px;
  }
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider .slick-arrow {
    width: calc((100vw - 360px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-slider .slick-arrow {
    width: calc((100vw - 250px) / 2);
  }
}
.citieSocial .citieSocial-slider .slick-arrow::before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider .slick-prev {
    left: -65px;
  }
}
@media screen and (max-width: 991px) {
  .citieSocial .citieSocial-slider .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-slider .slick-next {
    right: -65px;
  }
}
@media screen and (max-width: 991px) {
  .citieSocial .citieSocial-slider .slick-next {
    right: -25px;
  }
}
.citieSocial .citieSocial-gift {
  max-width: 1150px;
  margin: 20px auto 0;
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  color: #333;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .citieSocial .citieSocial-gift {
    margin-top: 0;
    flex-direction: column;
    font-size: 15px;
  }
}
.citieSocial .citieSocial-gift > li {
  position: relative;
  padding: 30px 52px;
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-gift > li {
    padding: 20px 0;
  }
}
.citieSocial .citieSocial-gift > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background: url(../images/citieSocialGiftBg.png) no-repeat left center/auto 100%;
}
@media screen and (max-width: 991px) {
  .citieSocial .citieSocial-gift > li:not(:first-child)::before {
    display: none;
  }
}
.citieSocial .citieSocial-gift__title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .citieSocial .citieSocial-gift__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .citieSocial .citieSocial-gift__title {
    font-size: 20px;
  }
}
.citieSocial .citieSocial-gift__qty {
  font-size: 28px;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-gift__qty {
    font-size: 20px;
    line-height: 20px;
  }
}
.citieSocial .citieSocial-gift__qty strong {
  font-size: 46px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-gift__qty strong {
    font-size: 36px;
  }
}
.citieSocial .citieSocial-gift__qty span {
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .citieSocial .citieSocial-gift__qty span {
    font-size: 15px;
    line-height: 22px;
  }
}
.citieSocial .citieSocial-gift__qty.text-orange span {
  background-color: #f15d21;
}
.citieSocial .citieSocial-gift__qty.text-blue span {
  background-color: #00367b;
}
.citieSocial .citieSocial-gift__text {
  display: inline-block;
}
@media (max-width: 500px) {
  .citieSocial .citieSocial-gift__text {
    display: block;
  }
}
.citieSocial .citieSocial-gift__note {
  margin-top: 10px;
}
.citieSocial .linkText {
  font-size: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .citieSocial .linkText {
    font-size: 16px;
  }
}

.fixedKelly {
  position: fixed;
  right: 15px;
  bottom: 45%;
  z-index: 2;
  animation: kvMan 1s ease-out infinite alternate;
}
.fixedKelly img {
  width: 100px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}
.fixedKelly-bubble {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 25px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  width: 215px;
  font-size: 20px;
  color: #333;
}
.fixedKelly-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-left: solid 15px #fff;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.5));
}
.fixedKelly-bubble-tit {
  color: #00367b;
  font-weight: bold;
}
span.fixedKelly-bubble-tit-r {
  color: red;
  font-weight: bold;
}
.fixedKelly:hover .fixedKelly-bubble {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .fixedKelly {
    right: 10px;
    bottom: 210px;
  }
  .fixedKelly img {
    width: 45px;
  }
  .fixedKelly-bubble {
    font-size: 16px;
    width: 170px;
  }
}


.fixedKelly_2 {
  position: fixed;
  right: 15px;
  bottom: 55%;
  z-index: 2;
  animation: kvMan 1s ease-out infinite alternate;
}
.fixedKelly_2 img {
  width: 150px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}
.fixedKelly_2-bubble {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 25px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  width: 215px;
  font-size: 20px;
  color: #333;
}
.fixedKelly_2-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-left: solid 15px #fff;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.5));
}
.fixedKelly_2-bubble-tit {
  color: #00367b;
  font-weight: bold;
}
.fixedKelly_2:hover .fixedKelly-bubble {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .fixedKelly_2 {
    right: 5px;
    bottom: 110px;
  }
  .fixedKelly_2 img {
    width: 80px;
  }
  .fixedKelly_2-bubble {
    font-size: 16px;
    width: 170px;
  }
}

.tooltip {
  position: relative;
  cursor: pointer;
  color: #00367b;
  border-bottom: solid 1px;
  display: inline-block;
}
.tooltip-content {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 15px);
  transform: translateX(-50%);
  color: #fff;
  background: #333;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 100vw;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  box-sizing: border-box;
}
.tooltip-content:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 2% 0, 100% 0);
          clip-path: polygon(50% 100%, 2% 0, 100% 0);
  background: #333;
}
.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.note {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .note .btnArea .btn {
    width: 507px;
  }
}
.note ol.cjk-ideographic {
  list-style-type: cjk-ideographic;
  padding-left: 35px;
}
@media (min-width: 992px) {
  .note ol.cjk-ideographic {
    padding-left: 40px;
  }
}

.designated-target-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.designated-target-modal__mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.designated-target-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  width: 90%;
  max-width: 1350px;
  background-color: #fff;
  border: 2px solid #00357b;
  border-radius: 20px;
  box-shadow: 0 9px 21px rgba(60, 60, 60, 0.24);
}
.designated-target-modal__close {
  position: absolute;
  bottom: calc(100% - 6px);
  left: calc(100% - 15px);
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border: 5px solid #04327a;
  border-radius: 50%;
  font-size: 40px;
  color: #04327a;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__close {
    bottom: calc(100% + 6px);
    left: calc(100% - 40px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    border-width: 3px;
  }
}
.designated-target-modal__info {
  padding: 0;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.designated-target-modal__info__container {
  padding: 40px 105px 30px;
  max-height: 80vh;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info__container {
    padding: 30px 40px 20px;
  }
}
.designated-target-modal__info .info__title {
  margin-bottom: min(1vw, 10px);
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__title {
    font-size: 24px;
  }
}
.designated-target-modal__info .info__tab {
  display: flex;
  justify-content: center;
  margin-bottom: min(4vw, 30px);
}
.designated-target-modal__info .info__tab > div {
  position: relative;
  z-index: 2;
  padding: 0 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #033179;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__tab > div {
    padding: 0 2vw;
    flex: 1;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }
}
.designated-target-modal__info .info__tab > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #033179;
  box-sizing: border-box;
  transform: skewX(-30deg);
}
.designated-target-modal__info .info__tab > div.active {
  color: #fff;
}
.designated-target-modal__info .info__tab > div.active::before {
  background-color: #033179;
}
.designated-target-modal__info .info__tab > div:not(:first-child) {
  margin-left: -1px;
}
.designated-target-modal__info .info__slider__container {
  position: relative;
  z-index: 2;
  padding: 85px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__container {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.designated-target-modal__info .info__slider__container::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 25px;
  z-index: -1;
  width: calc(100% - 32px);
  height: calc(100% - 47px);
  background-color: #04327a;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__container::before {
    top: 35px;
    width: calc(100% - 35px);
    height: calc(100% - 32px);
  }
}
.designated-target-modal__info .info__slider__container::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: -1;
  width: calc(100% - 35px);
  height: calc(100% - 50px);
  background-color: #fff;
  border: 2px solid #04327a;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__container::after {
    top: 25px;
    height: calc(100% - 35px);
  }
}
.designated-target-modal__info .info__slider__icon {
  position: absolute;
  top: 0;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #04327a;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__icon {
    left: calc(50% - 23px);
    width: 46px;
    height: 46px;
  }
}
.designated-target-modal__info .info__slider__icon img {
  max-width: 100%;
  max-height: 100%;
}
.designated-target-modal__info .info__slider__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__title {
    font-size: 26px;
  }
}
.designated-target-modal__info .info__slider__text {
  margin-top: 20px;
  min-height: 110px;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__text {
    margin-top: 2vw;
    min-height: 72px;
    font-size: 15px;
  }
}
.designated-target-modal__info .info__slider__box {
  position: relative;
  margin-top: 20px;
  min-height: 130px;
  padding: 25px 20px 15px;
  color: #fff;
  background-color: #ff4300;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__box {
    margin-top: 2vw;
    min-height: 110px;
    padding-top: 20px;
  }
}
.designated-target-modal__info .info__slider__box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(50% - 15px);
  width: 30px;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  box-sizing: border-box;
}
.designated-target-modal__info .info__slider__box__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__box__title {
    font-size: 24px;
  }
}
.designated-target-modal__info .info__slider__box__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__box__text {
    font-size: 15px;
  }
}
.designated-target-modal__info .info__slider__box__tag {
  margin-top: 8px;
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  color: #676767;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__slider__box__tag {
    font-size: 15px;
  }
}
.designated-target-modal__info .info__note {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .designated-target-modal__info .info__note {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
  }
}
.designated-target-modal .slick-slider {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .designated-target-modal .slick-slider {
    padding-bottom: 30px;
  }
}
.designated-target-modal .slick-dots li {
  padding: 0 min(1vw, 7px);
}
.designated-target-modal .slick-dots li button {
  width: min(1.6vw, 14px);
  height: min(1.6vw, 14px);
  background: transparent;
  border: 1px solid #00357b;
}
.designated-target-modal .slick-dots li.slick-active button {
  background: #00357b;
}
.designated-target-modal .slick-arrow {
  top: calc(50% - 50px);
  color: #cfcfcf;
}
@media screen and (max-width: 991px) {
  .designated-target-modal .slick-arrow {
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .designated-target-modal .slick-arrow {
    top: calc(50% - 15px);
  }
}
.designated-target-modal .slick-arrow::before {
  font-size: 80px;
}
@media screen and (max-width: 991px) {
  .designated-target-modal .slick-arrow::before {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .designated-target-modal .slick-arrow::before {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .designated-target-modal .slick-prev {
    left: -70px;
  }
}
@media screen and (max-width: 991px) {
  .designated-target-modal .slick-prev {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .designated-target-modal .slick-next {
    right: -70px;
  }
}
@media screen and (max-width: 991px) {
  .designated-target-modal .slick-next {
    right: -30px;
  }
}/*# sourceMappingURL=style.css.map */