h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}


/*================ default ==================*/
:root {
  --color-light: #ffffff !important;
  --color-black: #111111 !important;
  --color-dark: #333333 !important;
  --color-gray: #666666 !important;
  --color-green: #00a94f !important;
  --color-green2: #007938;
  --transition: 0.3s ease-in-out;
  --radius: 8px;
}

.icw .nowrap {
  white-space: nowrap;
}

.icw .text-light {
  color: var(--color-light) !important;
}

.icw .text-black {
  color: var(--color-black) !important;
}

.icw .text-dark {
  color: var(--color-dark) !important;
}

.icw .text-gray {
  color: var(--color-gray) !important;
}

.icw .text-green {
  color: var(--color-green) !important;
}

.icw .text-green2 {
  color: var(--color-green2) !important;
}

.icw .btn-light {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-green);
  border-radius: 8px;
  border: 2px solid var(--color-green);
  padding: 9px 32px;
  width: fit-content;
}

.icw .btn-green {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-light);
  background-color: var(--color-green);
  border-radius: 8px;
  padding: 8px 32px;
  width: fit-content;
}

.icw .m-auto {
  margin: auto;
}

.icw .m-0 {
  margin: 0;
}

.icw .c-green {
  color: var(--color-green);
}

.section {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 600 !important;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
}

p strong {
  font-weight: 600;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1172px;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container.-sm {
  max-width: 800px;
}

.ic-garage {
  font-family: "icongarage" !important;
  speak: none;
  line-height: 1;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-garage-map-marker:before {
  content: "\e908";
}

.ic-garage-phone:before {
  content: "\e909";
}

.section {
  position: relative;
}

.section .sc-heading {
  text-align: center;
  margin-bottom: 24px;
}

.section .sc-heading .h1 {
  color: var(--color-dark);
  margin: 0;
}

#navigation-widgets .wrap-badge {
  list-style: none;
}

.icw .d-flex {
  display: flex;
}

ul.stickyNav-list {
  padding-left: 0;
}

@media screen and (min-width:768px) {
  .section .sc-inner {
    padding: 64px 0;
  }

}

@media screen and (max-width:767px) {
  .section .sc-inner {
    padding: 48px 0;
  }
}

/*############################## general swiper ##################################*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.swiper-button-next {
  right: 8px;
}

.swiper-button-prev {
  left: 8px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  visibility: visible;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
}

.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}

.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 8px !important;
  border: 1px solid #dddddd;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--color-light);
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #ddd;
}

.swiper-pagination-bullet-active {
  background: #00a94f;
  border-color: #00a94f;
  opacity: 1;
  width: 24px;
}

@media screen and (max-width: 767px) {

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0;
    width: 35px;
    height: 35px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*############################## end general swiper ################################*/

/*=============== responsive ================*/
/* font */
@media screen and (min-width: 200px) {

  h1,
  .h1 {
    font-size: 28px !important;
  }

  h2,
  .h2 {
    font-size: 24px !important;
  }

  h3,
  .h3 {
    font-size: 20px !important;
  }

  h4,
  .h4 {
    font-size: 18px !important;
  }

  h5,
  .h5 {
    font-size: 16px !important;
  }

  h6,
  .h6 {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 768px) {

  h1,
  .h1 {
    font-size: 42px !important;
  }

  h2,
  .h2 {
    font-size: 33px !important;
  }

  h3,
  .h3 {
    font-size: 26px !important;
  }

  h4,
  .h4 {
    font-size: 20px !important;
  }

  h5,
  .h5 {
    font-size: 18px !important;
  }

  h6,
  .h6 {
    font-size: 16px !important;
  }
}

/* viseble & hidden */
@media screen and (min-width: 200px) {

  .hidden-w365,
  .hidden-w414,
  .hidden-w767,
  .hidden-w991,
  .hidden-w1200 {
    display: none !important;
  }

  .hidden-w767-flex {
    display: none !important;
  }

  .visible-w365,
  .visible-w414,
  .visible-w767,
  .visible-w991,
  .visible-w1200 {
    display: block !important;
  }

  .visible-w767-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 366px) {
  .hidden-w365 {
    display: block !important;
  }

  .visible-w365 {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .hidden-w414 {
    display: block !important;
  }

  .visible-w414 {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hidden-w767 {
    display: block !important;
  }

  .hidden-w767-flex {
    display: flex !important;
  }

  .visible-w767 {
    display: none !important;
  }

  .visible-w767-flex {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .hidden-w991 {
    display: block !important;
  }

  .visible-w991 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .hidden-w1200 {
    display: block !important;
  }

  .visible-w1200 {
    display: none !important;
  }
}

/*#################################### PAGE SECTION STYLE ####################################*/
/*############################## sc-title ##################################*/
.sc-title {
  background: url("../../../../../../SiteCollectionDocuments/personal/insure/life/health-insurance/img/sc-title-bg.png") center bottom / cover no-repeat;
  background-size: cover;
}

.sc-title .sc-inner {
  padding: 0;
}

.sc-title .title-wrapper {
  display: flex;
  flex-direction: column-reverse;
  height: 280px;
}

.sc-title .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .sc-title {
    background: url("../../../../../../SiteCollectionDocuments/personal/insure/non-life/pa/img/sc-title-bg-mb.png") center bottom / cover no-repeat;
    background-size: cover;
    margin-top: 60px;
  }

  .sc-title .sc-inner {
    padding: 24px 0;
  }

  .sc-title .title-wrapper {
    height: auto;
    margin: 0;
  }

  .sc-title .sc-heading {
    margin-bottom: 0;
  }
}

/*############################## end sc-title ##############################*/

/*############################## breadcrumb ##############################*/
.sc-breadcrumb .sc-inner {
  padding: 32px 0;
}

.sc-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  column-gap: 8px;
  padding: 0;
  margin: 0;
}

.sc-breadcrumb ul li {
  font-size: 13px;
  list-style: none;
  margin-right: 10px;
  position: relative;
  color: #666666;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}

.sc-breadcrumb ul li::after {
  content: "";
  opacity: 1;
  position: absolute;
  left: 100%;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  height: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}

.sc-breadcrumb ul li:last-child {
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.sc-breadcrumb ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: none;
  border-bottom: none;
}

.sc-breadcrumb ul li strong {
  font-size: 13px;
  list-style: none;
  margin-right: 6px;
  position: relative;
  color: #00a94f;
  font-weight: 600;
}

.sc-breadcrumb ul li:first-child strong {
  color: #666666;
}

@media screen and (max-width: 787px) {
  .sc-breadcrumb .sc-inner {
    padding: 24px 0;
  }
}

/*############################## breadcrumb ################################*/


/*############################## sc-insure-article ##################################*/
@media screen and (min-width: 200px) {
  .sc-insure-article {
    background: #ffffff;
    overflow: hidden;
    position: relative;
  }

  .sc-insure-article .sc-inner {
    padding: 48px 0;
  }

  .sc-insure-article .sc-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }

  .sc-insure-article .sc-heading .h1 {
    font-size: 24px;
  }

  .sc-insure-article .sc-heading .h4 {
    font-size: 16px;
  }

  .sc-insure-article .sc-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .sc-insure-article .article-wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 0 1px;
  }

  .sc-insure-article .article-card {
    display: block;
    width: 100%;
    max-width: 364px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #0000001a;
  }

  .sc-insure-article .article-card .article-content {
    padding: 24px;
  }

  .sc-insure-article .article-card .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sc-insure-article .article-card .desc {
    margin-top: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sc-insure-article .article-card .link {
    text-decoration: underline;
  }

  .swiper-pagination-bullets {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
  }

  .swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 8px !important;
    border: 1px solid #dddddd;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--color-light);
    opacity: 1;
    transition: 0.3s ease-in-out;
    background: #ddd;
  }

  .swiper-pagination-bullet-active {
    background: #00a94f;
    border-color: #00a94f;
    opacity: 1;
    width: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sc-insure-article .sc-inner {
    padding: 64px 0;
  }

  .sc-insure-article .sc-heading .h1 {
    font-size: 42px;
  }

  .sc-insure-article .sc-heading .h4 {
    font-size: 20px;
  }
}

/*##############################  end sc-insure-article ###############################*/




/*############################## sc-highlight ##############################*/
@media screen and (min-width: 200px) {
  .sc-highlight {
    background: #f4fef8;
  }

  .sc-highlight .sc-inner {
    padding: 48px 0;
  }

  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-highlight .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading img {
    width: 40px;
    height: 40px;
  }

  .sc-highlight .item-list {
    margin: -8px;
    padding: 0;
  }

  .sc-highlight .item-list>li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
    float: left;
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #52a28b;
  }

  .sc-highlight .wrapper.bgII {
    background: #008661;
  }

  .sc-highlight .wrapper.bgIII {
    background: #339e81;
  }

  .sc-highlight .wrapper.bgIV {
    background: #3b8880;
  }

  .sc-highlight .wrapper.bgV {
    background: #3e8b70;
  }

  .sc-highlight .note-txt {
    color: #666;

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 24px;
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .sc-highlight .wrapper .content:nth-child(5) {
    height: 130px;
  }

  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-highlight .wrapper .content .desc {
    color: #ffffff;
    font-weight: 600;

  }

  .sc-highlight .item-list>li:nth-child(5) {
    width: calc(100%);
    padding: 12px 8px 0;
  }

  .sc-highlight .wrapper .content .desc {
    font-size: 13px;
    color: var(--color-light);
    font-weight: 500;
  }

  .sc-highlight .wrapper.bgV .content {
    padding: 16px 16px 60px;
    height: 172px;
  }

  .sc-highlight .wrapper.bgV .thumb {
    top: unset;
    bottom: 0;
    right: 0;
    left: unset;
    margin: unset;
    max-width: 142px;
  }
}

@media screen and (min-width: 768px) {
  .sc-highlight .sc-inner {
    padding: 64px 0;
  }

  .sc-highlight .sc-heading img {
    width: 48px;
    height: 48px;
  }

  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list>li {
    padding: 12px;
  }

  .sc-highlight .item-list>li:first-child,
  .sc-highlight .item-list>li:nth-child(2),
  .sc-highlight .item-list>li:nth-child(3) {
    width: calc(100% / 3);
  }

  .sc-highlight .item-list>li:nth-child(5) {
    width: calc(100% / 2);
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .wrapper .content .desc {
    font-size: 16px;
  }
}

/*############################## end sc-highlight ##########################*/



/*############################ accordion ###################################*/

.accordion-group .accordion-block+.s-title {
  margin-top: 40px;
}

.accordion-group .accordion-block {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-group .accordion-block+.accordion-block {
  margin-top: 16px;
}

dl.accordion-group {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 40px;
}

.accordion-title {
  position: relative;
  border-radius: var(--radius);
  background: var(--color-light);
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title {
  position: relative;
  padding: 16px 50px 16px 16px;
  cursor: pointer;
  color: var(--cr-dark);
  word-wrap: break-word;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 8px;
  background-color: transparent;
  transition: var(--transition);
  margin-bottom: 0;
  margin-top: 16px;
  background-color: var(--color-light);
}

.accordion-title:first-child {
  margin-top: 0;
}

.accordion-title:after {
  /* font-family: "icongarage"; */
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: url(/SiteCollectionDocuments/personal/the-wisdom/privileges/your-new-wisdom-journey/img/icon-open.svg) center center;
}

.accordion-title.active:after {
  content: "\e910";
}

.accordion-title:after {
  color: #651E30;
}

.accordion-title:hover:after {
  color: var(--color-primary);
}

.accordion-title:hover {
  color: var(--color-primary);
  background-color: var(--color-light);
  border-left: 8px solid var(--cr-green);
}

.accordion-title.active {
  color: #490C14;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border-left: 8px solid var(--cr-green);
  transition: 0ms;
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title.active:after {
  color: #651E30;
  background: url(/SiteCollectionDocuments/personal/the-wisdom/privileges/your-new-wisdom-journey/img/icon-close.svg) center center;
}

.accordion-content {
  padding: 16px;

  margin: 0;
  background-color: var(--color-light);
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 0 0 8px 8px;
  /* border-left: 8px solid var(--cr-light); */
}

.accordion-content {
  /* border-left: 8px solid var(--cr-green); */
  -webkit-margin-start: 0 !important;
}

.accordion-content .hr {
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.accordion-content .remark .remark-title {
  margin-bottom: 8px;
}

.accordion-content .remark .remark-desc {
  font-size: 13px;
}

.accordion-content .remark .list-remark {
  margin-right: 16px;
}

.accordion-content a {
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}

.accordion-content p,
.accordion-content dd {
  line-height: 2;
  margin: 0;
  color: var(--cr-gray);
}

.accordion-content p strong,
.accordion-content dd strong {
  font-weight: 600;
  color: var(--cr-gray);
}

.accordion-content p:last-child,
.accordion-content dd:last-child {
  margin-bottom: 0;
}

.accordion-content ul {
  margin: 0 0 16px 1.2em;
  padding: 0;
}

.accordion-content ul:last-child {
  margin-bottom: 0;
}

.accordion-content ul li::marker {
  font-size: 13px;
}

.accordion-content ul strong {
  color: var(--color-black);
}

.accordion-content ul>li {
  color: var(--cr-gray);
  position: relative;
  list-style-type: disc;

  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.accordion-content ul>li+li {
  margin-top: 5px;
}

.accordion-content ol {
  margin: 0 0 16px 1.2em;
  padding: 0;
}

.accordion-content ol:last-child {
  margin-bottom: 0;
}

.accordion-content ol>li {
  position: relative;
  list-style-type: decimal;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.accordion-content ol>li+li {
  margin-top: 5px;
}

.accordion-content .icon {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.accordion-content .link-tel {
  color: var(--cr-gray);
}

.ic-telephone {
  display: inline-block;
}

.accordion-content .link-tel .icon {
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.accordion-content .link-tel+.link-tel {
  margin-right: 0;
}

.accordion-content .no-phone {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.accordion-content a[x-apple-data-detectors].no-phone {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.sc-heading {
  margin-bottom: 40px;
}

.tab-control {
  margin-bottom: 40px;
}

.accordion-title {
  font-size: 18px;
}

.accordion-content .link-tel {
  display: none;
}

@media screen and (max-width: 767px) {
  dl.accordion-group {
    margin-top: 24px;
  }
}

.full-width-100 {
  width: 100%;
}


#page {
  padding-top: 0;
}