@charset "UTF-8";
.card_ani {
  animation: card_rotate 1s linear infinite alternate;
  /* Firefox: */
  -moz-animation: card_rotate 1s linear infinite alternate;
  /* Safari 和Chrome: */
  -webkit-animation: card_rotate 1s linear infinite alternate;
  /* Opera: */
  -o-animation: card_rotate 1s linear infinite alternate;
}

@-webkit-keyframes card_rotate {
  0% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  79% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes card_rotate {
  0% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  79% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.md_title {
  position: relative;
  top: -10px;
  max-width: 218px;
  width: 100%;
  margin: 0 auto;
}

.md_title.ti2 {
  position: relative;
  top: -10px;
  max-width: 222px;
  width: 100%;
}

.md_title img {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .md_title {
    position: relative;
    top: -30px;
    max-width: 248px;
  }
  .md_title.ti2 {
    position: relative;
    top: -30px;
    max-width: 275px;
  }
}

.md_info {
  max-width: 728px;
  width: 100%;
  margin: 0px auto 10px;
}

.md_info p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 1.8px;
  text-align: center;
  color: #353a36;
}

@media screen and (min-width: 981px) {
  .md_info {
    margin: 22px auto;
  }
}

.md_btn {
  position: relative;
  z-index: 0;
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.md_btn::before {
  content: "";
  position: absolute;
  top: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #d88200;
  border-radius: 32px;
}

.md_btn .btn_box {
  border-radius: 32px;
  background-color: #ffa319;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md_btn .btn_box p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  color: #ffffff;
}

.md_btn .btn_box img {
  width: 28px;
  margin: 0 0 0 14px;
}

.md_btn.green::before {
  background-color: #086e84;
}

.md_btn.green .btn_box {
  background-color: #098daa;
}

.md_btn:hover .btn_box {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.header_content {
  position: relative;
  z-index: 1;
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_idx_hd_bg.jpg") center top no-repeat;
  background-size: cover;
  padding-bottom: 350px;
}

.header_content .logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1175px;
  width: 130vw;
}

.header_content .logo img {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .header_content {
    background: url("../townpassport_img/202103_TW_VillageRoaming/filp_idx_hd_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-bottom: 43.04%;
  }
  .header_content .logo {
    left: 46.5%;
    width: 62vw;
  }
}

.main_content {
  position: relative;
  z-index: 0;
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_idx_bg.jpg") repeat-y;
}

.main_box {
  position: relative;
  z-index: 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.main_box::before, .main_box::after {
  content: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 100%;
}

.main_box::before {
  top: 0;
  left: 0;
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_idx_line.jpg") center -344px repeat-y;
}

.main_box::after {
  top: 0;
  right: 0;
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_idx_line.jpg") center top repeat-y;
}

@media screen and (min-width: 981px) {
  .main_box::before, .main_box::after {
    content: "";
  }
}

@media screen and (min-width: 1201px) {
  .main_box {
    max-width: 800px;
  }
  .main_box::before, .main_box::after {
    width: 25px;
  }
}

@media screen and (min-width: 1501px) {
  .main_box {
    max-width: 900px;
  }
}

@media screen and (min-width: 1701px) {
  .main_box {
    max-width: 1200px;
  }
  .main_box::before, .main_box::after {
    width: 49px;
  }
}

.cards {
  display: none;
  position: fixed;
  z-index: 0;
  max-width: 155px;
  width: 9vw;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}

.cards .card {
  width: 100%;
  margin: 0 0 4.5vw 0;
}

.cards .card img {
  width: 100%;
}

.cards.right {
  right: 3.5%;
}

.cards.left {
  left: 3.5%;
}

@media screen and (min-width: 1201px) {
  .cards {
    display: block;
  }
}

section {
  padding: 0px 0 80px 0;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

section .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -28px;
  left: 0;
  width: 100%;
  height: 30px;
}

section.sec1 {
  padding: 40px 0 80px 0;
}

section.sec1::before {
  content: none;
}

section.sec1 .md_title {
  position: static;
}

section.sec2 {
  background-color: #eee6dc;
}

section.sec2::before {
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_footer_wave.svg") center bottom no-repeat;
  background-size: cover;
}

section.sec3 {
  background-color: #f6f6d8;
}

section.sec3::before {
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_yellow_wave.svg") center bottom no-repeat;
  background-size: cover;
}

section.sec4::before {
  background: url("../townpassport_img/202103_TW_VillageRoaming/filp_main_wave.svg") center bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 981px) {
  section .container {
    padding: 0;
  }
  section.sec1 {
    padding: 80px 0 90px;
  }
  section.sec2 {
    padding: 0 0 100px 0;
  }
  section.sec3 {
    padding: 0 0 100px 0;
  }
  section.sec4 {
    padding: 0 0 90px 0;
  }
}

.step_list {
  padding: 30px 20px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.step_list li {
  position: relative;
  z-index: 0;
  max-width: 90%;
  width: 100%;
  margin: 0 auto 40px;
}

.step_list li figure {
  position: relative;
  z-index: 0;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.step_list li figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  border: solid 1px #b5b5b5;
  background-color: #ffffff;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -6px;
  left: -6px;
}

.step_list li figure img {
  width: 100%;
}

.step_list li > p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #353a36;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 1201px) {
  .step_list {
    padding: 50px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .step_list li {
    max-width: calc((100% / 3) - 34px);
  }
  .step_list li + li {
    margin: 0 0 0 40px;
  }
  .step_list li:nth-of-type(2) {
    margin: 28px 0 0 34px;
  }
  .step_list li figure {
    max-width: 223px;
    margin: 0 auto;
  }
  .step_list li figure::before {
    border-radius: 20px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
  }
  .step_list li > p {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 1301px) {
  .step_list {
    padding: 50px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .step_list li {
    max-width: calc((100% / 3) - 34px);
  }
  .step_list li + li {
    margin: 0 0 0 40px;
  }
  .step_list li:nth-of-type(2) {
    margin: 28px 0 0 34px;
  }
  .step_list li figure {
    max-width: 223px;
    margin: 0 auto;
  }
  .step_list li figure::before {
    border-radius: 20px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
  }
  .step_list li > p {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 1701px) {
  .step_list {
    padding: 50px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .step_list li {
    max-width: calc((100% / 3) - 40px);
  }
  .step_list li + li {
    margin: 0 0 0 60px;
  }
  .step_list li:nth-of-type(2) {
    margin: 30px 0 0 60px;
  }
  .step_list li figure {
    max-width: 223px;
    margin: 0 auto;
  }
  .step_list li figure::before {
    border-radius: 20px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
  }
  .step_list li > p {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
}

.step_num {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -10px;
  display: inline-block;
  background-color: #1a6778;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.step_num > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding: 6px 16px 9px;
}

.step_num.yellow {
  background-color: #ffa319;
}

@media screen and (min-width: 981px) {
  .step_num {
    top: -25px;
    left: -16px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
  .step_num > p {
    font-size: 20px;
    padding: 6px 16px 9px;
  }
}

.step_pair {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: -10px;
  display: inline-block;
  background-color: #ffa319;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.step_pair p {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: #ffffff;
  padding: 5px 10px 6px;
}

.step_pair.green {
  background-color: #1a6778;
}

@media screen and (min-width: 981px) {
  .step_pair {
    top: 16px;
    left: -16px;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
  .step_pair p {
    font-size: 24px;
    padding: 5px 10px 6px;
  }
}

.sec2_content {
  padding: 34px 10px 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media screen and (min-width: 1201px) {
  .sec2_content {
    padding: 34px 40px 30px;
  }
}

@media screen and (min-width: 1501px) {
  .sec2_content {
    padding: 44px 20px 30px;
  }
}

@media screen and (min-width: 1701px) {
  .sec2_content {
    padding: 44px 0 30px;
  }
}

.sec2_box {
  max-width: 100%;
  width: 100%;
  margin: 0 3px 0 0;
  border: solid 3px #ffffff;
  border-radius: 100px 0 0 0;
  background-color: #f7efe6;
  padding: 30px 20px 30px;
}

.sec2_box:nth-of-type(2) {
  border-radius: 0 0 100px 0;
  background-color: #fff;
  margin: 18px 0 0 3px;
}

.sec2_box:nth-of-type(2) .box_ti {
  padding: 0 0 0 10px;
}

.sec2_box .box_ti {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.sec2_box .box_ti .icon {
  width: 40px;
}

.sec2_box .box_ti .icon img {
  width: 100%;
}

.sec2_box .box_ti .ti {
  max-width: 162px;
  width: 100%;
  margin: 0 0 0 8px;
}

.sec2_box .box_ti .ti img {
  width: 100%;
}

.sec2_box .box_info {
  padding: 10px;
}

.sec2_box .box_info p {
  font-size: 16px;
  line-height: 1.41;
  letter-spacing: 0.8px;
  text-align: left;
  color: #353a36;
}

@media screen and (min-width: 1201px) {
  .sec2_box {
    max-width: calc(50% - 4px);
    margin: 0 3px 0 0;
    border: solid 3px #ffffff;
    border-radius: 100px 0 0 0;
    padding: 54px 10px 10px 28px;
  }
  .sec2_box:nth-of-type(2) {
    border-radius: 0 0 100px 0;
    margin: 18px 0 0 3px;
  }
  .sec2_box:nth-of-type(2) .box_ti {
    padding: 0 0 0 10px;
  }
  .sec2_box .box_ti {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .sec2_box .box_ti .icon {
    width: 40px;
  }
  .sec2_box .box_ti .ti {
    max-width: 162px;
    margin: 0 0 0 8px;
  }
  .sec2_box .box_info {
    padding: 10px 0 10px 48px;
  }
  .sec2_box .box_info p {
    font-size: 16px;
  }
}

.sec2_award {
  padding: 24px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sec2_award .award {
  position: relative;
  z-index: 0;
}

.sec2_award .award:nth-of-type(2) {
  margin: 26px 0 0 16px;
}

.sec2_award .award .aw_num {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #1a6778;
  border-radius: 50%;
}

.sec2_award .award .aw_num.yellow {
  background-color: #ffa319;
}

.sec2_award .award .aw_num p {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 0.95px;
  text-align: center;
  color: #ffffff;
}

.sec2_award .award .circle {
  max-width: 194px;
  width: 100%;
}

.sec2_award .award .circle img {
  width: 100%;
}

.sec2_award .award h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.9px;
  text-align: center;
  color: #353a36;
  padding: 8px 0 12px;
}

.sec2_award .award .ranking {
  position: relative;
  z-index: 0;
  max-width: 86px;
  width: 100%;
  margin: 0 auto;
}

.sec2_award .award .ranking::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 71%;
  height: 100%;
  border: solid 1px #a0a0a0;
  background-color: #ffffff;
  border-radius: 8px 0 8px 0;
  -webkit-transform: skewX(-40deg) translateX(-50%);
          transform: skewX(-40deg) translateX(-50%);
}

.sec2_award .award .ranking p {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.8px;
  text-align: center;
  color: #353a36;
}

@media screen and (min-width: 1201px) {
  .sec2_award .award:nth-of-type(2) {
    margin: 0 0 0 16px;
  }
  .sec2_award .award .aw_num {
    width: 48px;
    height: 48px;
  }
  .sec2_award .award .aw_num p {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 17px;
  }
  .sec2_award .award .circle {
    max-width: 162px;
  }
  .sec2_award .award h5 {
    font-size: 18px;
    padding: 8px 0 12px;
  }
  .sec2_award .award .ranking {
    max-width: 86px;
    margin: 0 auto;
  }
  .sec2_award .award .ranking::before {
    width: 71%;
    height: 100%;
    border-radius: 8px 0 8px 0;
  }
  .sec2_award .award .ranking p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1701px) {
  .sec2_award {
    padding: 24px 0 40px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sec2_award .award .aw_num {
    width: 60px;
    height: 60px;
  }
  .sec2_award .award .aw_num p {
    font-size: 19px;
  }
  .sec2_award .award .circle {
    max-width: 194px;
  }
}

.sec3_list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.sec3_list li {
  max-width: calc((100% / 2) - 16px);
  width: 100%;
  margin: 10px 8px;
  background-color: #ffffff;
  border-radius: 20px 0 20px 0;
  padding: 10px;
}

.sec3_list li a {
  display: block;
}

.sec3_list li .pic {
  width: 100%;
}

.sec3_list li .pic figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
}

.sec3_list li p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #353a36;
  padding: 10px 0 0 0;
}

.sec3_list li p mark {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-align: center;
  color: #353a36;
  background-color: #f4ef90;
}

.sec3_list li p mark::before {
  content: none;
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f4ef90;
}

@media screen and (min-width: 981px) {
  .sec3_list {
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sec3_list li {
    max-width: calc((100% / 3) - 16px);
    margin: 10px 8px;
    border-radius: 20px 0 20px 0;
    padding: 12px 12px 18px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec3_list li p {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  .sec3_list li p mark {
    font-size: 18px;
    background-color: transparent;
  }
  .sec3_list li p mark::before {
    content: '';
    bottom: 1px;
    left: 0;
    height: 8px;
  }
  .sec3_list li:hover {
    -webkit-box-shadow: 6px 6px 0px #ffce7e;
            box-shadow: 6px 6px 0px #ffce7e;
    border: 1px solid #ffce7e;
  }
}

@media screen and (min-width: 1701px) {
  .sec3_list {
    padding: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sec3_list li {
    max-width: calc((100% / 3) - 26px);
    margin: 14px 13px;
    border-radius: 20px 0 20px 0;
    padding: 12px 12px 18px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec3_list li p {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  .sec3_list li p span {
    font-size: 18px;
  }
  .sec3_list li p span::before {
    bottom: 1px;
    left: 0;
    height: 8px;
  }
  .sec3_list li:hover {
    -webkit-box-shadow: 6px 6px 0px #ffce7e;
            box-shadow: 6px 6px 0px #ffce7e;
    border: 1px solid #ffce7e;
  }
}

.sec4_list {
  counter-reset: num;
  padding: 0 20px;
}

.sec4_list > li {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #353a36;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
}

.sec4_list > li::before {
  content: "0" counter(num) ".";
  counter-increment: num;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: -4px;
}

.sec4_list > li .list_box {
  padding: 20px 0 0 0;
}

.sec4_list > li .list_box .border {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 1.6px;
  text-align: center;
  color: #353a36;
  padding: 2px 30px;
  border: 1px solid #353a36;
  border-radius: 32px;
  margin: 0 0 4px 0;
}

.sec4_list > li .sub_list {
  counter-reset: num;
}

.sec4_list > li .sub_list li {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #353a36;
  padding: 0 0 0 14px;
}

.sec4_list > li .sub_list li a {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #353a36;
}

.sec4_list > li .sub_list li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -4px;
  width: 12px;
  height: 12px;
  background-color: #353a36;
  border-radius: 50%;
}

@media screen and (min-width: 1201px) {
  .sec4_list {
    padding: 0 40px 0 50px;
  }
  .sec4_list > li {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin: 20px 0 0 0;
  }
  .sec4_list > li::before {
    top: 2px;
    left: -4px;
  }
  .sec4_list > li .list_box {
    padding: 20px 0 0 0;
  }
  .sec4_list > li .list_box .border {
    font-size: 16px;
    padding: 2px 30px;
    margin: 0 0 4px 0;
  }
  .sec4_list > li .sub_list li {
    font-size: 16px;
    padding: 0 0 0 14px;
  }
  .sec4_list > li .sub_list li::before {
    top: 8px;
    left: -4px;
    width: 12px;
    height: 12px;
  }
  .sec4_list > li .sub_list li a:hover {
    color: #1a6778;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1701px) {
  .sec4_list {
    padding: 0;
  }
  .sec4_list > li {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin: 20px 0 0 0;
  }
  .sec4_list > li::before {
    top: 2px;
    left: -4px;
  }
  .sec4_list > li .list_box {
    padding: 20px 0 0 0;
  }
  .sec4_list > li .list_box .border {
    font-size: 16px;
    padding: 2px 30px;
    margin: 0 0 4px 0;
  }
  .sec4_list > li .sub_list li {
    font-size: 16px;
    padding: 0 0 0 14px;
  }
  .sec4_list > li .sub_list li::before {
    top: 7px;
    left: -4px;
    width: 12px;
    height: 12px;
  }
}

#footer::before {
  content: none;
}

#footer .footer_content {
  padding: 0 20px 60px;
}

@media screen and (min-width: 981px) {
  #footer .footer_content {
    padding: 0 0 40px 0;
  }
}

.sec1 > .container > :first-child {
  margin-bottom: 12px;
}
/*# sourceMappingURL=filp_index.css.map */