@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

.bread {
  margin: 10px 0;
}
.bread img {
  width: 16px;
  display: inline;
  position: relative;
  top: 2px;
}
.bread p {
  color: #4f4f4f;
  display: inline;
  font-weight: bold;
}

article h3 {
  font-size: 1rem;
  margin: 0;
}
article .font_bold {
  font-weight: bold;
}
article .font_normal {
  font-weight: normal;
}
article .text_center {
  text-align: center;
}
article .text_left {
  text-align: left;
}
article .text_right {
  text-align: right;
}
article .text_justify {
  text-align: justify;
}
article .title_brown {
  min-width: 190px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
  border: 1.5px solid #005bac;
  color: #005bac;
  font-weight: bold;
  border-radius: 20px;
}
article .font-blue {
  color: #005bac;
}
article .font-black {
  color: #4f4f4f;
}

.qa_block {
  margin-right: auto;
  margin-left: auto;
}
.qa_block .qa_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  margin-bottom: 20px;
}
.qa_block .qa_list_block {
  border: 1px solid #B2B2B2;
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 20px;
  overflow: hidden;
}
.qa_block .qa_list_block ul {
  margin-bottom: 0;
}
.qa_block .qa_list_block .qa_list {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 0;
}
.qa_block .qa_list_block .qa_list:last-child {
  border-bottom: none;
}
.qa_block .qa_list_block .qa_list .qa_question {
  position: relative;
  background: #F2F7FC;
  font-weight: bold;
  padding: 10px 44px 10px 20px;
  cursor: pointer;
  margin: 0;
}
.qa_block .qa_list_block .qa_list .qa_question::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-image: url(../../../images/icon/arrow/slide_down.svg);
  background-size: 44px;
  background-position: top right;
}
.qa_block .qa_list_block .qa_list.active .qa_question {
  color: #005bac;
}
.qa_block .qa_list_block .qa_list.active .qa_question::after {
  background-image: url(../../../images/icon/arrow/slide_up.svg);
}
.qa_block .qa_list_block .qa_list .qa_answer {
  font-weight: normal;
  padding: 10px 20px;
  border-top: 1px solid #B2B2B2;
  text-align: justify;
}

.introText .qa_list_block {
  border: 1px solid #B2B2B2;
  margin-bottom: 30px;
  padding-left: 0;
}
.introText .qa_list_block .qa_list {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 0;
}
.introText .qa_list_block .qa_list:last-child {
  border-bottom: none;
}
.introText .qa_list_block .qa_list .qa_question {
  position: relative;
  background: #F2F7FC;
  font-weight: bold;
  padding: 10px 44px 10px 20px;
  cursor: pointer;
  margin: 0;
}
.introText .qa_list_block .qa_list .qa_question::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-image: url(../../../images/icon/arrow/slide_down.svg);
  background-size: 44px;
  background-position: top right;
}
.introText .qa_list_block .qa_list.active .qa_question {
  color: #005bac;
}
.introText .qa_list_block .qa_list.active .qa_question::after {
  background-image: url(../../../images/icon/arrow/slide_up.svg);
}
.introText .qa_list_block .qa_list .qa_answer {
  font-weight: normal;
  padding: 10px;
  text-align: justify;
}
.introText .qa_list_block .qa_list .qa_answer .table {
  margin-bottom: 0;
}

article {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}
article section {
  width: 100%;
}
article .article_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
article .subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #005bac;
  padding: 8px 30px;
  border-radius: 100px;
  border: 2px solid #005bac;
  letter-spacing: 4px;
}
article .maintitle {
  display: block;
  margin-top: 1.2rem;
}

.table h3 {
  margin: 0;
}

.text_vertical_top,
.table.column_three_oneT .table_row .table_column.text_vertical_top {
  vertical-align: top;
}

img.flow-arrow {
  width: 21px;
  display: inline-block;
  margin: 0px;
  padding: 0 4px;
  vertical-align: middle;
}

article p.process {
  line-height: 50px;
  text-align: justify;
}
article p.process span {
  border: 1px solid #B2B2B2;
  padding: 8px 11px;
  border-radius: 30px;
}

.table.column_three_twoT .table_row .table_column.verticalTop, .table.column_two .table_content .table_row .table_column.verticalTop, .table.column_two_twoT .table_row .table_column.verticalTop, .table.column_three_oneT .table_row .table_column.verticalTop {
  vertical-align: top;
}
.table.column_two.text_left .table_content .table_row .table_column {
  vertical-align: center;
}
.table .table_column.border-bottom-0 {
  border-bottom: 0;
}
.table .table_column.border-right-0 {
  border-right: 0;
}

article .description_block {
  font-size: 18px;
  font-weight: bold;
  background: #F2F7FC;
  border-radius: 20px;
}
article section {
  margin-right: auto;
  margin-left: auto;
}
article section:last-child {
  border-bottom: #B2B2B2 1px solid;
}
article section img {
  margin-bottom: 24px;
}
article section img.imgTitle {
  margin-bottom: 0;
  width: 20%;
}
article .section_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  margin-bottom: 20px;
  margin-top: 0;
}
article .section_title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #005bac;
  margin-bottom: 20px;
  margin-top: 0;
}
article p {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: justify;
  font-size: 1rem;
}
article .description p {
  margin-bottom: 0;
}
article .text_foucs {
  background: #FFFAEB;
  color: #005bac;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 24px;
  border-left: #005bac 3px solid;
}
article .font_small {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}

#excess article .column_one.half .font_small {
  color: #B2B2B2;
  border-bottom: 1px dashed;
  padding: 0 0 5px;
}

article .font_tips {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 20px;
  background: #FFF5D9;
  border-radius: 20px;
}
article .font_terms {
  display: block;
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid #B2B2B2;
  border-radius: 20px;
}
article .font_terms .terms_title {
  font-weight: bold;
}
article .font_terms .terms_subtitle {
  font-weight: bold;
  text-align: right;
}
article .claims-note {
  color: #B2B2B2;
  margin: 20px auto;
}

.normal {
  font-weight: 400;
}

article ul.normal li {
  font-weight: 400;
}
article .font_tips .tips_tilte,
article .font_terms .tips_tilte {
  display: inline-block;
  background: #4f4f4f;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
}
article .font_tips ul,
article .font_terms ul {
  margin-bottom: 0;
}
article .remark {
  color: #005bac;
}
article a.anchor_annotation {
  color: #005bac;
  font-size: 0.875rem;
  font-weight: bold;
}
article .font_annotation {
  color: #005bac;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 24px;
}
article .table_annotation {
  color: #005bac;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: -14px;
  margin-bottom: 24px;
}
article ul,
article ol {
  padding-left: 24px;
  text-align: left;
  margin-bottom: 24px;
}
article ul.blue {
  color: #005bac;
}
article ul li,
article ol li {
  font-weight: bold;
  margin-bottom: 10px;
}
article ul li.font-weight-400,
article ol li.font-weight-400 {
  font-weight: 400;
}
article .table_column ol {
  margin-top: 0;
}
article ul.assureList,
article ol.assureList {
  padding: 0px;
  margin-bottom: 0px;
}
article ul.assureList li,
article ol.assureList li {
  padding-left: 25px;
  background-image: url(../../../images/icon/check.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  clear: both;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
}
article ul.assureList li.noBorder {
  border: 0;
}

.borderFrame {
  width: 100%;
  clear: both;
  overflow: hidden;
  border-bottom: 1px dashed #E8E8E8;
  margin-bottom: 10px;
}

article ul.assureList li:last-child {
  border: 0;
  padding-bottom: 0;
}

.insideContent {
  color: #B2B2B2;
  line-height: 20px;
  padding-top: 10px;
}

article .insideContent ul {
  margin-top: 10px;
}
article .insideContent ul li {
  color: #B2B2B2;
  line-height: 20px;
}

.full {
  display: none;
}

.topSpace {
  margin-top: 10px;
}

.childList {
  margin: 5px 0;
  clear: both;
  border-bottom: 1px dashed #E8E8E8;
  overflow: hidden;
}

article .houseType .rightCon p {
  margin: 0;
}

.rightCon {
  float: right;
  letter-spacing: 0px;
  text-decoration: underline;
  color: #005bac;
  width: 150px;
  text-align: justify;
  clear: both;
  font-weight: bold;
  margin: 0 0 10px;
}

.gray {
  color: #B2B2B2;
}

.full .gray {
  font-size: 0.875rem;
  margin: 5px 0;
  padding-left: 24px;
}

article ul li:last-child,
article ol li:last-child {
  margin-bottom: 0;
}
article ul li .li_content,
article ol li .li_content {
  font-weight: normal;
}
article ul.li_disc li,
article ol.li_disc li {
  list-style: disc;
  margin-bottom: 5px;
}
article ul.li_decimal li,
article ol.li_decimal li {
  list-style: decimal;
  text-align: justify;
}
article ul.li_decimal li ul.li_child,
article ol.li_decimal li ol.li_child {
  margin-top: 10px;
}
article ul.li_decimal li ul.li_child li,
article ol.li_decimal li ol.li_child li {
  list-style: disc;
}
article ul.li_none li,
article ol.li_none li {
  list-style: none;
}
article ul.li_decimal-thin li,
article ol.li_decimal-thin li {
  list-style: decimal;
  font-weight: 400;
  text-align: justify;
}

.line_decoration {
  text-decoration: underline;
}

.line_through {
  text-decoration: line-through;
}

article .link_block {
  overflow: auto;
}
article .link_block span {
  float: left;
  font-weight: bold;
}
article .link_block ul {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
article .link_block ul li:last-child::after {
  display: none;
}

.content_title h3 {
  display: inline-block;
}

.intro {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  margin-bottom: 5px;
}

.introCon {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

article section .intro img {
  margin-bottom: 0;
}

.introText {
  background: #fff;
  width: 50%;
  margin: 15% auto;
  border-radius: 20px;
  padding: 40px;
  font-size: 23px;
  font-weight: 400;
  position: relative;
}
.introText.intro-table {
  background: #fff;
  width: 70vw;
  height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 20px;
  padding: 40px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
  scroll-padding: 20px;
}
.introText::-webkit-scrollbar {
  width: 6px;
}
.introText::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.introText.introText::-webkit-scrollbar-track-piece {
  background: transparent;
  margin: 20px;
}
.introText::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid slategrey;
}
.introText::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.introText .close {
  background: url(../../../images/icon/close.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.introText.intro-table .close {
  background: url(../../../images/icon/close.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  position: sticky;
  right: -40px;
  top: -30px;
  cursor: pointer;
  margin: -40px;
  float: right;
}

.iconFrame {
  display: flex;
  justify-content: space-between;
}

.iconList {
  width: 47%;
  /* margin: 0 23px; */
  display: inline-block;
  vertical-align: top;
}
.iconList p {
  text-align: center;
}

article section .iconList img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

article section .imgList img {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
  border: 5px solid #005bac;
  border-radius: 20px;
}

.houseUl li {
  list-style-type: none;
  color: #005bac;
}

.ulTitle {
  font-weight: bold;
  font-size: 18px;
}

.houseType {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 20px;
}
.houseType h3 {
  margin: 10px 0;
}
.houseType h3.title {
  color: #005bac;
}
.houseType .btn_standard {
  display: block;
  margin: 20px 0 10px;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.houseType .btn_standard:hover {
  background: #fff;
  border: 1px solid #ee5b6e;
  color: #ee5b6e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.padding {
  padding-left: 24px;
  font-weight: bold;
}

article .houseType h3 + p {
  margin: 0;
  border-bottom: 2px solid #005bac;
  padding-bottom: 5px;
}
article .houseType p {
  margin: 10px 0;
}

.prize {
  color: #ee5b6e;
  font-weight: bold;
  font-size: 20px;
}
.prize span {
  font-size: 0.875rem;
}

article .houseType p.openFullCon {
  padding-left: 24px;
  color: #3197FA;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  clear: both;
  margin-top: 15px;
}

.openFullCon:hover {
  text-decoration: underline;
}

.other {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  clear: both;
}
.other h4 {
  text-align: center;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
}

.red {
  color: #ee5b6e;
}
.red strong {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.font_distance {
  letter-spacing: 1.5px;
}

.font_small.red {
  font-weight: bold;
}

.tableStyle {
  width: 100%;
  border-radius: 20px;
  border: #B2B2B2 1px solid;
  overflow: hidden;
}

.font_tips .table,
.font_terms .table {
  margin-bottom: 0;
}

.tableStyle td {
  text-align: center;
  background: #fff;
  color: #4f4f4f;
  font-weight: bold;
  border: 1px solid #B2B2B2;
  padding: 10px;
  box-sizing: border-box;
  border-top: 0;
}
.tableStyle td:first-of-type {
  width: 33.3333333333%;
  background: #f2f7fb;
}

article .tableStyle p {
  margin: 5px 0;
}

.margin-bottom0 {
  margin-bottom: 0;
}

.center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.tableStyle td.textLeft {
  text-align: left;
}

.txtThrough {
  text-decoration: line-through;
}

.h120 {
  height: 120px;
}

.h150 {
  height: 150px;
}

.h230 {
  height: 230px;
}

.h540 {
  height: 540px;
}

.inline {
  display: inline !important;
}

.steps {
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
  counter-reset: step;
  display: inline-block;
}
.steps img {
  width: 60%;
  margin: 20px auto;
}
.steps li {
  list-style-type: none;
  font-size: 1rem;
  text-align: center;
  width: 11.1111111111%;
  position: relative;
  float: left;
}
.steps li p {
  min-height: 100px;
  text-align: center;
  margin-bottom: 0;
}
.steps.steps-five li {
  width: 20%;
}
.steps.steps-four li {
  width: 25%;
}
.steps li:before {
  display: block;
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  line-height: 30px;
  border-radius: 30px;
  font-size: 15px;
  color: #4f4f4f;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 15px auto;
}
.steps li ~ li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffcc00;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .iconFrame {
    display: flex;
    flex-direction: column;
  }
  .iconList {
    width: 100%;
    /* margin: 0 2%; */
    display: inline-block;
    vertical-align: top;
  }
  article section .iconList img {
    width: 85%;
  }
  .steps {
    min-height: 300px;
  }
  .steps.steps-five li {
    width: 33.3333333333%;
    padding-bottom: 20px;
  }
  .steps.steps-four li {
    width: 33.3333333333%;
    padding-bottom: 20px;
  }
  .steps .no-line:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  /* line 233, ../sass/artical.scss */
  article {
    width: calc(100% - 20px);
    padding-bottom: 30px;
  }
  article .article_title {
    width: 100%;
    margin-bottom: 30px;
  }
  article .description_block {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  article .description_block div {
    width: 100;
  }
  article .description_block .description_img {
    margin-bottom: 20px;
  }
  article .description_block .description_text {
    padding-right: 20px;
    padding-left: 20px;
  }
  article .article_block {
    margin-bottom: 30px;
  }
  article section {
    width: 100%;
    padding-bottom: 6px;
  }
  article .qa_block {
    width: 100%;
    margin-bottom: 30px;
  }
  article .link_block {
    width: 100%;
  }
  article .link_block span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  article .houseType p.openFullCon {
    text-align: center;
  }
  article section img.imgTitle {
    width: 30%;
  }
  .introText.intro-table {
    width: 90vw;
    padding: 20px;
  }
  .steps li {
    width: 33.3333333333%;
    min-height: 200px;
    margin-bottom: 0;
  }
  .steps li.line-hidden:after {
    background-color: #fff;
  }
  .introText.intro-table {
    width: 90vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  article {
    width: calc(100% - 20px);
    padding-bottom: 50px;
  }
  article .article_title {
    width: 100%;
    margin-bottom: 50px;
  }
  article .description_block {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 0;
    margin-bottom: 50px;
  }
  article .description_block div {
    flex-direction: row;
  }
  article .description_block .description_img {
    width: calc((100% - 10px) / 3 * 2);
    margin-right: 20px;
  }
  article .description_block .description_text {
    width: calc((100% - 40px) / 3);
  }
  article .article_block {
    margin-bottom: 50px;
  }
  article section {
    width: 720px;
    padding-bottom: 26px;
    margin-right: auto;
    margin-left: auto;
  }
  article .qa_block {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  article .link_block {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  article section img.imgTitle {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  article {
    width: 960px;
    padding-bottom: 50px;
  }
  article .article_title {
    width: 100%;
    margin-bottom: 30px;
  }
  article .description_block {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 0;
    margin-bottom: 50px;
  }
  article .description_block div {
    flex-direction: row;
  }
  article .description_block .description_img {
    width: 620px;
    margin-right: 20px;
  }
  article .description_block .description_text {
    width: 280px;
  }
  article .article_block {
    margin-bottom: 50px;
  }
  article section {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 26px;
  }
  article .qa_block {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  article .qa_block .qa_list_block .qa_list:hover .qa_question {
    color: #005bac;
  }
  article .qa_block .qa_list_block .qa_list:hover .qa_question:after {
    background-image: url(../../../images/icon/arrow/slide_hover.svg);
  }
  article .link_block {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .introText {
    width: 90%;
    height: auto;
    margin: 40% auto;
    padding: 30px 35px;
    font-size: 1rem;
  }
  .introText .close {
    right: 0px;
    top: 0px;
  }
  .rightCon {
    width: 120px;
  }
  .borderFrame .rightCon {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .rightCon {
    float: none;
    width: 100%;
  }
  article ul.assureList li:last-child .rightCon {
    margin: 0;
  }
}
.step {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-card {
  border: 1px solid #B2B2B2;
  border-radius: 20px;
  padding: 15px 10px;
  text-align: center;
  width: 85%;
}

.card-no {
  font-size: 0.875rem;
  color: #4f4f4f;
  border: 1px solid #B2B2B2;
  background-color: #f2f7fb;
  border-radius: 0 0 20px 20px;
  padding: 3px 20px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  width: 60%;
  text-align: center;
}
.card-no span {
  font-weight: 700;
  font-size: 24px;
}

.card-title {
  color: #005bac;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
}

article section .card-content img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .step {
    flex-direction: column;
  }
  .step-card {
    width: 100%;
  }
  .card-content {
    display: flex;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
  }
  .card-content img {
    width: 30%;
  }
  article .table.column_three_oneT .table_row .table_column.red {
    color: #ee5b6e;
  }
  .step-list {
    gap: 0;
    padding-bottom: 30px;
  }
}
/*-------------------------------
     ARTICLE BOTTOM BUTTON
-------------------------------*/
.btn_standard {
  background-color: #ee5b6e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
}

.endOfLine {
  color: #ee5b6e;
}

.btn_standard span {
  display: block;
  transition: transform 0.2s ease-out;
}
.btn_standard span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../../images/icon/btn/white.svg");
  background-size: 10px;
  background-position: top left;
  margin-left: 5px;
}
.btn_standard:hover span {
  transform: translateX(5px);
}

#insurancebtn_block {
  position: relative;
  background: #fff;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  z-index: 2;
  transition: opacity 0.3s, transform 0.3s;
}
#insurancebtn_block div {
  margin: auto;
}
#insurancebtn_block .btn_one .btn_standard {
  width: 100%;
}
#insurancebtn_block .btn_two .btn_standard {
  float: left;
  width: calc(50% - 5px);
}
#insurancebtn_block .btn_two .btn_standard:first-child {
  margin-left: 0px;
  margin-right: 5px;
}
#insurancebtn_block .btn_two .btn_standard:last-child {
  margin-left: 5px;
  margin-right: 0px;
}
#insurancebtn_block.active {
  position: fixed;
  bottom: 0;
  border-top: #005bac 3px solid;
  transform: translate3d(0%, 0, 0);
}
#insurancebtn_block.bottom {
  position: relative;
  border-top: none;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translate3d(0%, 0px, 0);
}

/*-------------------------------
          nav scroll
-------------------------------*/
article .scroll-nav {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 0;
  margin-bottom: 20px;
}
article .swiper {
  width: 100%;
}
article .swiper-slide.nav-item {
  display: inline-block;
  padding: 8px 7.1px;
  color: #005bac;
  border: 1px solid #005bac;
  border-radius: 100px;
  text-align: center;
  min-width: 100px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: background 0.2s;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  article .swiper-slide.nav-item {
    padding: 8px 5px;
    min-width: 90px;
  }
}
article .swiper-slide.nav-item.active {
  background: #005bac;
  color: #fff;
}
article h3.title_brown[id] {
  scroll-margin-top: 140px !important;
}
@media screen and (max-width: 767px) {
  article h3.title_brown[id] {
    scroll-margin-top: 120px !important;
  }
}

.scroll-nav {
  position: sticky;
  top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scroll-nav {
    top: 60px;
  }
}/*# sourceMappingURL=article.css.map */