@charset "UTF-8";
/*-------------------------
        R E S E T
-------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ul, ol { list-style: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

* { outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*-------------------------
        R E S E T END
-------------------------*/
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
html, body { font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial; font-size: 100%; line-height: 1.5; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; color: #222222; }

body { padding-top: 79px; }

@media (max-width: 1199px) { body { padding-top: 77px; } }

@media (max-width: 991px) { body { padding-top: 73px; } }

img { max-width: 100%; max-height: 100%; height: auto; }

.red { color: #cd3333; }

.lightred { color: #ea3232; }

.darkred { color: #ad3939; }

.italic { font-style: italic; }

.center { text-align: center; }

.show--tb { display: none; }

@media (max-width: 991px) { .show--tb { display: block; } }

.show--sm { display: none; }

@media (max-width: 767px) { .show--sm { display: block; } }

@media (max-width: 991px) { .hide--tb { display: none; } }

@media (max-width: 575px) { .hide--xs { display: none; } }

.container { width: 1400px; margin: 0 auto; }

@media (max-width: 1400px) { .container { width: 1170px; } }

@media (max-width: 1199px) { .container { width: 960px; } }

@media (max-width: 991px) { .container { width: 720px; } }

@media (max-width: 767px) { .container { width: 100%; padding-right: 15px; padding-left: 15px; } }

.gotop { position: fixed; right: 20px; bottom: 20px; z-index: 50; background: url("../images/gotop.png"), rgba(72, 72, 72, 0.3); background-position: center center; background-size: 20px auto; background-repeat: no-repeat; width: 60px; height: 60px; cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 30px; display: none; }

@media screen and (max-width: 1199px) { .gotop { right: 10px; } }

@media (max-width: 767px) { .gotop { width: 50px; height: 50px; } }

.gotop:hover { opacity: 0.8; }

#intro, #product, #three, #who, #faq, #step, #notice { -webkit-transform: translateY(-74px); transform: translateY(-74px); }

.header { position: fixed; top: 0; left: 0; z-index: 50; width: 100%; padding: 12px 80px 15px 50px; background-color: #ffffff; border-bottom: solid 5px #009043; }

.header:after { content: ""; display: table; clear: both; }

@media screen and (max-width: 1199px) { .header { padding-right: 50px; } }

@media screen and (max-width: 991px) { .header { padding-top: 15px; padding-bottom: 10px; } }

.header-block:after { content: ""; display: table; clear: both; }

.header-logo { display: block; float: left; margin-top: 6px; }

@media screen and (max-width: 991px) { .header-logo { float: none; text-align: center; margin-top: 2px; } }

.header-logo img { width: 197.5px; }

@media screen and (max-width: 767px) { .header-logo img { max-width: none; } }

.header-nav { float: right; margin-top: 5px; }

@media screen and (max-width: 991px) { .header-nav { float: none; margin-top: 0; } }

.header-nav__list { -webkit-transition: all 0.5s; transition: all 0.5s; font-size: 0; text-align: center; }

@media screen and (max-width: 991px) { .header-nav__list { position: absolute; top: -500px; right: 0; left: 0; width: 100%; background-color: #ffffff; opacity: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } }

.header-nav__list.active { top: 73px; opacity: 1; }

.header-nav__item { display: inline-block; vertical-align: middle; margin: 0 30px; background-color: transparent; border-radius: 50px; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative; }

.header-nav__item::before { content: ""; display: inline-block; width: 1px; height: 15px; background: #009043; position: absolute; top: calc(50% - 7px); left: -30px; z-index: 1; }

@media (max-width: 1399px) { .header-nav__item::before { left: -15px; } }

@media (max-width: 1199px) { .header-nav__item::before { left: -10px; } }

.header-nav__item::after { content: ""; display: block; width: 8px; height: 8px; background: #76e567; border-radius: 8px; position: absolute; bottom: -10px; left: calc(50% - 4px); opacity: 0; -webkit-transition: 0.3s ease opacity; transition: 0.3s ease opacity; }

.header-nav__item:first-child { margin-left: 0; }

.header-nav__item:first-child::before { display: none; }

.header-nav__item:last-child { margin-right: 0; }

@media (max-width: 1399px) { .header-nav__item { margin-left: 15px; margin-right: 15px; } }

@media screen and (max-width: 1199px) { .header-nav__item { margin-left: 10px; margin-right: 10px; } }

@media screen and (max-width: 991px) { .header-nav__item { display: block; margin: 0; padding: 0; border-radius: 0px; }
  .header-nav__item::before, .header-nav__item::after { display: none; } }

.header-nav__item .header-nav__link { font-size: 18px; font-weight: 400; color: #000000; position: relative; -webkit-transition: 0.3s ease color; transition: 0.3s ease color; }

@media screen and (max-width: 991px) { .header-nav__item .header-nav__link { border-top: solid 1px #475961; padding: 10px; display: block; } }

@media screen and (max-width: 767px) { .header-nav__item .header-nav__link { font-size: 18px; } }

.header-nav__item .header-nav__link-text { display: inline-block; vertical-align: middle; }

.header-nav__item .header-nav__link.fb-icon { font-size: 0; }

@media screen and (max-width: 991px) { .header-nav__item .header-nav__link.fb-icon { border-top: none; } }

.header-nav__item:hover .header-nav__link { color: #009043; }

.header-nav__item:hover::after { opacity: 1; }

@media screen and (max-width: 991px) { .header-nav__item:nth-child(1) .header-nav__link { border-top: none; } }

.header-nav__item:last-child { padding: 0; background-color: transparent; border-radius: 0px; }

.header-nav .menu { position: absolute; top: 21px; left: 15px; width: 30px; height: 24px; margin: auto; -webkit-transition: all 0.3s; transition: all 0.3s; display: none; }

@media screen and (max-width: 991px) { .header-nav .menu { display: block; } }

.header-nav .menu .menu-global { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; border-top: 3.5px solid #00813c; border-radius: 2px; width: 100%; -webkit-transition: 0.4s; transition: 0.4s; }

.header-nav .menu .menu-top { top: 0; }

.header-nav .menu .menu-middle { top: 9px; }

.header-nav .menu .menu-bottom { top: 18px; }

.header-nav .menu .menu-top-click { -webkit-backface-visibility: hidden; backface-visibility: hidden; top: 15px; -webkit-transform: rotate(50deg); transform: rotate(50deg); -webkit-transition: 0.45s 0.4s; transition: 0.45s 0.4s; }

.header-nav .menu .menu-middle-click { opacity: 0; }

.header-nav .menu .menu-bottom-click { -webkit-backface-visibility: hidden; backface-visibility: hidden; top: 15px; -webkit-transform: rotate(-410deg); transform: rotate(-410deg); -webkit-transition: 0.45s 0.4s; transition: 0.45s 0.4s; }

.btn { width: 224px; height: 70px; line-height: 66px; font-size: 1.875rem; font-weight: 700; background: #f7625b; border: 2px solid #f7625b; color: white; border-radius: 40px; text-align: center; display: inline-block; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: all; transition-property: all; }

.btn:hover { background: white; color: #f7625b; border-color: white; }

@media (max-width: 1199px) { .btn { font-size: 1.625rem; width: 200px; height: 60px; line-height: 56px; } }

@media (max-width: 1199px) { .btn { font-size: 1.25rem; width: 150px; height: 50px; line-height: 46px; } }

@media (max-width: 767px) { .btn { font-size: 1rem; width: 110px; height: 45px; line-height: 41px; } }

.document { width: 100%; overflow: hidden; }

.title { font-size: 3rem; font-weight: 700; text-align: center; letter-spacing: 0.2em; }

@media (max-width: 1199px) { .title { font-size: 2.25rem; } }

@media (max-width: 991px) { .title { font-size: 1.875rem; } }

@media (max-width: 767px) { .title { font-size: 2.25rem; letter-spacing: 0.1em; } }

@media (max-width: 480px) { .title { font-size: 1.875rem; } }

@media (max-width: 374px) { .title { font-size: 1.625rem; } }

.highlight { position: relative; }

.highlight::before { content: ""; display: block; width: 100%; height: 30px; background: #ffed47; position: absolute; left: 0%; bottom: 5%; }

@media (max-width: 1199px) { .highlight::before { height: 30%; } }

.highlight span { position: relative; z-index: 1; }

.kv { position: relative; background: url("../images/index/kv-bg.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; height: 808px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 1599px) { .kv { height: 650px; } }

@media (max-width: 1199px) { .kv { height: 500px; } }

@media (max-width: 991px) { .kv { height: 350px; } }

@media (max-width: 767px) { .kv { background: url("../images/index/kv-bg-sm.jpg"), #e6bb67; background-position: center bottom; background-size: 100% auto; background-repeat: no-repeat; padding-top: 46px; padding-bottom: 130%; } }

.kv__block { padding-left: 8.33%; text-align: center; position: relative; }

@media (max-width: 1599px) { .kv__block { padding-left: 5%; } }

@media (max-width: 991px) { .kv__block { padding-left: 20px; } }

@media (max-width: 767px) { .kv__block { display: block; width: 100%; padding-left: 0; padding-top: 40%; } }

@media (max-width: 413px) { .kv__block { padding-left: 10px; } }

.kv__title { font-size: 5.625rem; line-height: 1.3; font-weight: 900; color: black; letter-spacing: 0.05em; margin-top: 15px; }

@media (max-width: 1399px) { .kv__title { font-size: 4.5rem; } }

@media (max-width: 1199px) { .kv__title { font-size: 3.75rem; margin-top: 5px; } }

@media (max-width: 991px) { .kv__title { font-size: 2.875rem; } }

@media (max-width: 767px) { .kv__title { font-size: 3.75rem; } }

@media (max-width: 575px) { .kv__title { font-size: 2.75rem; } }

@media (max-width: 374px) { .kv__title { font-size: 2.5rem; } }

.kv__subtitle { font-size: 3rem; font-style: italic; font-weight: 400; }

@media (max-width: 1399px) { .kv__subtitle { font-size: 2.25rem; } }

@media (max-width: 1199px) { .kv__subtitle { font-size: 1.875rem; } }

@media (max-width: 991px) { .kv__subtitle { font-size: 1.5rem; } }

@media (max-width: 767px) { .kv__subtitle { font-size: 1.875rem; } }

@media (max-width: 575px) { .kv__subtitle { font-size: 1.25rem; } }

.kv__img { position: absolute; top: 0%; right: 0; z-index: 1; width: 51%; height: 100%; }

@media (max-width: 767px) { .kv__img { width: 100%; height: 49%; top: auto; bottom: 0; } }

@media (max-width: 413px) { .kv__img { height: 48%; } }

.kv__light { width: 30.41237113402062%; height: 187px; background: url("../images/index/kv-light.png"); background-position: center top; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: 0; right: -1%; z-index: 3; }

@media (max-width: 767px) { .kv__light { top: 11%; } }

@media (max-width: 480px) { .kv__light { top: 13%; } }

@media (max-width: 413px) { .kv__light { top: 12%; } }

@media (max-width: 374px) { .kv__light { top: 13%; } }

.kv__firework-1 { width: 20%; height: 194px; background: url("../images/index/kv-firework-1.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: 40%; left: 18%; z-index: 2; -webkit-animation: ani-firework 2.3s ease infinite; animation: ani-firework 2.3s ease infinite; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@media (max-width: 1199px) { .kv__firework-1 { top: 30%; } }

@media (max-width: 991px) { .kv__firework-1 { top: 20%; left: 10%; } }

@media (max-width: 767px) { .kv__firework-1 { top: 50%; } }

@media (max-width: 480px) { .kv__firework-1 { top: 40%; } }

.kv__firework-2 { width: 28%; height: 272px; background: url("../images/index/kv-firework-2.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: 10%; right: 5%; z-index: 2; -webkit-animation: ani-firework 2.5s ease infinite; animation: ani-firework 2.5s ease infinite; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

@media (max-width: 1199px) { .kv__firework-2 { top: 2%; } }

@media (max-width: 991px) { .kv__firework-2 { top: -20%; } }

@media (max-width: 767px) { .kv__firework-2 { top: 10%; } }

.kv__envelope { width: 87.11340206185567%; height: 100%; background: url("../images/index/kv-envelope.png"); background-position: center bottom; background-size: 100% auto; background-repeat: no-repeat; position: absolute; bottom: 0; right: -2%; z-index: 4; }

@media (max-width: 767px) { .kv__envelope { width: 70%; right: 10%; } }

.s2 { background: url("../images/index/s2-bg.jpg"); background-position: left -10px top -10px; background-size: auto; background-repeat: repeat; padding-top: 90px; padding-bottom: 100px; }

@media (max-width: 767px) { .s2 { padding-top: 40px; padding-bottom: 40px; } }

.s3 { background: url("../images/index/s3-bg.jpg"); background-position: left -10px top -15px; background-size: auto; background-repeat: repeat; padding-top: 90px; padding-bottom: 100px; }

@media (max-width: 767px) { .s3 { padding-top: 40px; padding-bottom: 40px; } }

.s4 { background: url("../images/index/s4-bg.jpg"); background-position: left -10px top -15px; background-size: auto; background-repeat: repeat; padding-top: 90px; padding-bottom: 100px; overflow: hidden; }

@media (max-width: 767px) { .s4 { padding-top: 40px; padding-bottom: 40px; } }

.method__subtitle { font-size: 1.5rem; font-weight: 300; color: #ea3232; text-align: center; letter-spacing: 0.2em; margin-top: 30px; }

@media (max-width: 1199px) { .method__subtitle { font-size: 1.25rem; } }

@media (max-width: 991px) { .method__subtitle { font-size: 1.25rem; } }

@media (max-width: 767px) { .method__subtitle { font-size: 1.25rem; } }

@media (max-width: 480px) { .method__subtitle { font-size: 1.25rem; } }

.method__subtitle::before { content: ""; display: inline-block; width: 266px; height: 12px; background: url("../images/index/method-subtitle-bg.png"); background-position: center right; background-size: cover; background-repeat: no-repeat; }

@media (max-width: 1199px) { .method__subtitle::before { width: 100px; } }

@media (max-width: 767px) { .method__subtitle::before { display: block; margin: 0 auto 10px auto; height: 1px; background: #ea3232; } }

.method__subtitle::after { content: ""; display: inline-block; width: 266px; height: 12px; background: url("../images/index/method-subtitle-bg.png"); background-position: center right; background-size: cover; background-repeat: no-repeat; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

@media (max-width: 1199px) { .method__subtitle::after { width: 100px; } }

@media (max-width: 767px) { .method__subtitle::after { display: block; margin: 10px auto 0 auto; height: 1px; background: #ea3232; } }

.method__subtitle-item { display: inline-block; margin-left: 10px; margin-right: 10px; }

.method__block { margin-top: 30px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

@media (max-width: 991px) { .method__block { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.method__item { margin-top: 80px; position: relative; }

@media (max-width: 991px) { .method__item { width: 60%; margin-left: auto; margin-right: auto; } }

@media (max-width: 575px) { .method__item { width: 100%; text-align: center; margin-top: 70px; } }

.method__item::before { content: ""; display: inline-block; width: 32px; height: 32px; background: url("../images/index/method-icon.png"); background-position: center center; background-size: 100% auto; background-repeat: repeat; position: absolute; top: -60px; left: 30%; z-index: 1; }

@media (max-width: 991px) { .method__item::before { left: 40%; top: -50px; } }

@media (max-width: 767px) { .method__item::before { left: calc(50% - 16px); } }

.method__item:first-child { margin-top: 0; }

.method__item:first-child::before { display: none; }

.method__head { width: 490px; }

@media (max-width: 991px) { .method__head { margin-top: 20px; } }

@media (max-width: 575px) { .method__head { width: 400px; } }

@media (max-width: 480px) { .method__head { width: 350px; } }

@media (max-width: 374px) { .method__head { width: 100%; } }

.method__body { max-width: calc(100% - 490px); }

@media (max-width: 991px) { .method__body { width: 100%; max-width: 100%; } }

.method__gift { height: 420px; position: relative; text-indent: -9999px; }

@media (max-width: 575px) { .method__gift { height: 350px; } }

@media (max-width: 480px) { .method__gift { height: 300px; } }

.method__gift::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: url("../images/index/method-gift-light.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; -webkit-animation: ani-gift 2s ease infinite; animation: ani-gift 2s ease infinite; }

.method__gift::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: url("../images/index/method-gift.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }

.method__text { font-size: 1.5rem; font-weight: 400; }

@media (max-width: 1199px) { .method__text { font-size: 1.25rem; } }

@media (max-width: 991px) { .method__text { font-size: 1rem; } }

.method__md { font-size: 1.5em; line-height: 1em; }

.method__lg { font-size: 3.75rem; font-weight: 700; line-height: 1em; }

@media (max-width: 1199px) { .method__lg { font-size: 2.5rem; } }

@media (max-width: 991px) { .method__lg { font-size: 1.75rem; } }

@media (max-width: 374px) { .method__lg { font-size: 1.5rem; } }

.method__xl { font-size: 6.25rem; font-weight: 900; line-height: 1em; }

@media (max-width: 1199px) { .method__xl { font-size: 4.5rem; } }

@media (max-width: 991px) { .method__xl { font-size: 2.875rem; } }

@media (max-width: 374px) { .method__xl { font-size: 2.5rem; } }

.method__tag { font-size: 1.625rem; font-weight: 700; color: white; background: #ea3232; width: 46px; height: 46px; border-radius: 46px; display: inline-block; text-align: center; }

@media (max-width: 991px) { .method__tag { font-size: 1rem; width: 30px; height: 30px; } }

.method__box { margin-bottom: -60px; }

@media (max-width: 1199px) { .method__box { margin-bottom: -40px; } }

@media (max-width: 991px) { .method__box { margin-bottom: -20px; } }

@media (max-width: 767px) { .method__box { margin-bottom: 0; } }

.featured { margin-top: 100px; }

@media (max-width: 767px) { .featured { margin-top: 40px; } }

.featured__block { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: calc(100% + 20px); margin-left: -10px; margin-right: -10px; margin-top: 45px; }

@media (max-width: 991px) { .featured__block { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; } }

@media (max-width: 767px) { .featured__block { width: 100%; margin-left: 0; margin-right: 0; } }

.featured__item { width: calc(25% - 20px); margin-left: 10px; margin-right: 10px; background: white; border: 1px solid #ea3232; border-top-width: 5px; padding: 20px 15px 30px; text-align: center; -webkit-transition: 0.3s ease; transition: 0.3s ease; -webkit-transition-property: border-color,-webkit-box-shadow; transition-property: border-color,-webkit-box-shadow; transition-property: border-color,box-shadow; transition-property: border-color,box-shadow,-webkit-box-shadow; }

@media (max-width: 991px) { .featured__item { width: calc(50% - 20px); margin-top: 20px; }
  .featured__item:first-child, .featured__item:nth-child(2) { margin-top: 0; } }

@media (max-width: 575px) { .featured__item { width: 100%; margin-left: 0; margin-right: 0; }
  .featured__item:nth-child(2) { margin-top: 20px; } }

@media (min-width: 768px) { .featured__item:hover { border-color: #009043; -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); }
  .featured__item:hover .featured__title { color: #009043; }
  .featured__item:hover .featured__btn { color: #222222; background: #fae65a; padding-right: 10px; }
  .featured__item:hover .featured__btn::after { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }

.featured__title { font-size: 1.875rem; font-weight: 700; color: #838383; min-height: 110px; line-height: 1.2; -webkit-transition: 0.3s ease color; transition: 0.3s ease color; }

@media (max-width: 1199px) { .featured__title { font-size: 1.5rem; min-height: 90px; } }

@media (max-width: 575px) { .featured__title { min-height: auto; font-size: 1.25rem; } }

.featured__tag { font-size: 1.125rem; font-weight: 700; color: #222222; margin-top: 15px; }

@media (max-width: 1199px) { .featured__tag { font-size: 1rem; } }

.featured__tag span { display: inline-block; }

.featured__btn { width: 150px; height: 48px; line-height: 48px; background: #ea3232; font-size: 1.25rem; font-weight: 700; color: white; border-radius: 6px; margin: 20px auto 0; position: relative; -webkit-transition: 0.3s ease; transition: 0.3s ease; -webkit-transition-property: background,color,padding-right; transition-property: background,color,padding-right; }

@media (max-width: 575px) { .featured__btn { font-size: 1rem; width: 120px; height: 40px; line-height: 40px; } }

.featured__btn::after { content: ""; display: inline-block; width: 22px; height: 22px; background: url("../images/index/featured-icon.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: calc(50% - 11px); right: 10px; -webkit-transform: scale(0); transform: scale(0); opacity: 0; -webkit-transition: 0.3s ease transform; transition: 0.3s ease transform; -webkit-transition-property: opacity,-webkit-transform; transition-property: opacity,-webkit-transform; transition-property: transform,opacity; transition-property: transform,opacity,-webkit-transform; }

.point__block { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(100% + 110px); margin-left: -55px; margin-right: -55px; margin-top: 45px; }

@media (max-width: 1199px) { .point__block { width: calc(100% + 60px); margin-left: -30px; margin-right: -30px; } }

@media (max-width: 767px) { .point__block { width: 100%; margin-left: 0; margin-right: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; } }

.point__item { width: calc(33.33% - 110px); margin-left: 55px; margin-right: 55px; position: relative; }

@media (max-width: 1199px) { .point__item { width: calc(33.33% - 60px); margin-left: 30px; margin-right: 30px; } }

@media (max-width: 767px) { .point__item { width: 100%; margin-left: 0; margin-right: 0; margin-top: 30px; } }

.point__item::before { content: ""; display: inline-block; width: 28px; height: 24px; background: url("../images/index/point-icon.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: 35%; right: -55px; }

@media (max-width: 1199px) { .point__item::before { right: -30px; } }

@media (max-width: 991px) { .point__item::before { top: 30%; } }

.point__item:first-child { margin-top: 0; }

.point__item:last-child::before { display: none; }

.point__head { width: 345px; height: 345px; background: white; border-radius: 346px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 1399px) { .point__head { width: 305px; height: 305px; } }

@media (max-width: 1199px) { .point__head { width: 245px; height: 245px; } }

@media (max-width: 991px) { .point__head { width: 190px; height: 190px; } }

@media (max-width: 767px) { .point__head { margin-left: auto; margin-right: auto; } }

@media (max-width: 1199px) { .point__img img { width: 120px; } }

@media (max-width: 991px) { .point__img img { width: 80px; } }

.point__title { font-size: 1.875rem; font-weight: 700; margin-top: 25px; }

@media (max-width: 1199px) { .point__title { font-size: 1.25rem; margin-top: 10px; } }

.point__body { font-size: 1.125rem; font-weight: 500; color: #222222; margin-top: 25px; line-height: 1.55; text-align: center; }

@media (max-width: 1199px) { .point__body { font-size: 1rem; } }

@media (max-width: 767px) { .point__body { margin-top: 15px; } }

.fit { margin-top: 85px; text-align: center; }

@media (max-width: 767px) { .fit { margin-top: 40px; } }

.fit__block { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 75%; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 40px; }

@media (max-width: 1599px) { .fit__block { width: 80%; margin-left: 10%; } }

@media (max-width: 1399px) { .fit__block { width: 90%; margin-left: 5%; } }

@media (max-width: 991px) { .fit__block { margin-left: 0; } }

@media (max-width: 767px) { .fit__block { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 20px; } }

@media (max-width: 1199px) { .fit__block { width: 100%; } }

.fit__item.red { width: 384px; margin-left: 65px; }

@media (max-width: 1599px) { .fit__item.red { margin-left: 0px; } }

@media (max-width: 1199px) { .fit__item.red { width: 360px; } }

@media (max-width: 991px) { .fit__item.red { width: 280px; margin-left: 0; } }

@media (max-width: 767px) { .fit__item.red { width: 80%; } }

@media (max-width: 480px) { .fit__item.red { width: 100%; } }

.fit__item.red .fit__head { background: #8f4040; }

.fit__item.blue { width: 504px; margin-top: 35px; margin-left: 80px; }

@media (max-width: 1599px) { .fit__item.blue { margin-left: 40px; } }

@media (max-width: 1199px) { .fit__item.blue { margin-left: 40px; width: 450px; } }

@media (max-width: 991px) { .fit__item.blue { width: 400px; margin-left: 30px; } }

@media (max-width: 767px) { .fit__item.blue { width: 80%; margin-left: 0; margin-top: 20px; } }

@media (max-width: 480px) { .fit__item.blue { width: 100%; } }

.fit__item.blue .fit__head { background: #40538f; position: relative; padding-left: 140px; }

@media (max-width: 480px) { .fit__item.blue .fit__head { padding-left: 66px; } }

.fit__item.blue .fit__head::before { content: ""; display: block; width: 132px; height: 88px; background: url("../images/index/fit-img-2.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; bottom: 7px; left: 0; z-index: 1; }

@media (max-width: 480px) { .fit__item.blue .fit__head::before { width: 66px; height: 44px; bottom: 0; left: 5px; } }

.fit__item.green { width: 335px; margin-top: 50px; }

@media (max-width: 991px) { .fit__item.green { width: 270px; } }

@media (max-width: 767px) { .fit__item.green { width: 80%; margin-top: 60px; } }

@media (max-width: 480px) { .fit__item.green { width: 100%; margin-top: 20px; } }

.fit__item.green .fit__head { background: #638f40; position: relative; padding-right: 110px; }

.fit__item.green .fit__head::before { content: ""; display: block; width: 236px; height: 163px; background: url("../images/index/fit-img-3.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; bottom: 0; right: -115px; z-index: 1; }

@media (max-width: 991px) { .fit__item.green .fit__head::before { width: 180px; height: 125px; right: -70px; } }

@media (max-width: 480px) { .fit__item.green .fit__head::before { width: 118px; height: 84px; right: -10px; } }

.fit__item.lightgreen { width: 427px; margin-left: 80px; margin-top: 50px; }

@media (max-width: 991px) { .fit__item.lightgreen { width: 380px; margin-left: 60px; } }

@media (max-width: 767px) { .fit__item.lightgreen { width: 80%; margin-left: 0; margin-top: 20px; } }

@media (max-width: 480px) { .fit__item.lightgreen { width: 100%; } }

.fit__item.lightgreen .fit__head { background: #408f88; }

.fit__head { font-size: 1.5rem; font-weight: 400; color: white; padding: 10px 5px; border-top-left-radius: 15px; border-top-right-radius: 15px; }

@media (max-width: 1199px) { .fit__head { font-size: 1.25rem; } }

@media (max-width: 991px) { .fit__head { font-size: 1.125rem; } }

@media (max-width: 480px) { .fit__head { font-size: 1rem; } }

.fit__body { font-size: 1.5rem; font-weight: 700; color: #222222; background: white; padding: 25px 5px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

@media (max-width: 1199px) { .fit__body { font-size: 1.25rem; } }

@media (max-width: 991px) { .fit__body { font-size: 1.125rem; } }

@media (max-width: 480px) { .fit__body { font-size: 1rem; padding: 15px 5px; } }

.fit__body::before { content: ""; display: inline-block; width: 30px; height: 30px; background: url("../images/index/fit-icon.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; }

.qa__block { padding-left: 110px; padding-right: 110px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 100%; margin-top: 45px; position: relative; }

@media (max-width: 1199px) { .qa__block { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 991px) { .qa__block { padding-left: 0; padding-right: 0; } }

@media (max-width: 767px) { .qa__block { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; } }

.qa__block::before { content: ""; display: inline-block; width: 232px; height: 289px; background: url("../images/index/qa-cion.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: -155px; left: 0; z-index: 1; }

@media (max-width: 1199px) { .qa__block::before { width: 160px; height: 200px; } }

@media (max-width: 767px) { .qa__block::before { width: 80px; height: 125px; top: -120px; left: -15px; } }

@media (max-width: 480px) { .qa__block::before { width: 60px; height: 105px; top: -110px; } }

.qa__block::after { content: ""; display: inline-block; width: 182px; height: 492px; background: url("../images/index/qa-man.png"); background-position: center center; background-size: 100% auto; background-repeat: no-repeat; position: absolute; top: -50px; right: -25px; z-index: 1; }

@media (max-width: 1599px) { .qa__block::after { top: -70px; } }

@media (max-width: 1199px) { .qa__block::after { width: 100px; height: 300px; right: -35px; top: auto; bottom: -60px; } }

@media (max-width: 991px) { .qa__block::after { display: none; } }

@media (max-width: 767px) { .qa__block::after { display: block; right: 0; } }

@media (max-width: 575px) { .qa__block::after { display: none; } }

.qa__item { width: 50%; padding-left: 70px; padding-right: 70px; border-left: 1px dashed #b1a92d; }

@media (max-width: 1599px) { .qa__item { padding-left: 40px; padding-right: 40px; } }

@media (max-width: 1199px) { .qa__item { padding-left: 20px; padding-right: 20px; } }

@media (max-width: 991px) { .qa__item { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 767px) { .qa__item { padding-left: 0; padding-right: 0; width: 100%; margin-top: 20px; border-left: none; }
  .qa__item::before { content: ""; display: block; width: 200px; height: 1px; border-top: 1px dashed #b1a92d; margin-left: auto; margin-right: auto; margin-bottom: 20px; } }

.qa__item:first-child { border-left: none; }

@media (max-width: 767px) { .qa__item:first-child { margin-top: 0; border-top: none; }
  .qa__item:first-child::before { display: none; } }

.qa__title { font-size: 1.875rem; font-weight: 400; color: #009043; text-align: center; letter-spacing: 0.2em; }

@media (max-width: 1199px) { .qa__title { font-size: 1.5rem; } }

@media (max-width: 767px) { .qa__title { font-size: 1.25rem; } }

.qa__list { list-style: none; margin-top: 20px; }

.qa__list li { font-size: 1.125rem; font-weight: 700; margin-top: 10px; padding-left: 1.5em; }

@media (max-width: 767px) { .qa__list li { font-size: 1rem; } }

.qa__list li:first-child { margin-top: 0; }

.qa__list li::before { content: "◆"; display: inline-block; -webkit-transform: scale(0.8); transform: scale(0.8); color: #76e567; text-indent: -1.5em; }

.qa__list li .underline { border-bottom: 2px solid #00a84e; }

.step { margin-top: 60px; position: relative; }

@media (min-width: 992px) { .step .title { text-align: left; } }

.step__wrap { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 100%; }

@media (max-width: 991px) { .step__wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.step__head { width: 570px; background: url("../images/index/step-iphone.png"), url("../images/index/step-slider-bg.png"); background-position: center left 45%,center center; background-repeat: no-repeat,no-repeat; background-size: auto 100%,100% auto; height: 615px; }

@media (max-width: 1199px) { .step__head { width: 400px; } }

@media (max-width: 991px) { .step__head { width: 100%; margin-top: 20px; background-size: auto 100%,80% auto; height: auto; } }

@media (max-width: 575px) { .step__head { background-size: auto 100%,100% auto; } }

.step__body { width: calc(100% - 570px); padding-left: 30px; }

@media (max-width: 1199px) { .step__body { width: calc(100% - 400px); padding-left: 15px; } }

@media (max-width: 991px) { .step__body { width: 100%; padding-left: 0; } }

.step__slider { width: 296px; height: 595px; padding: 10px; border-radius: 60px; margin-left: auto; margin-right: auto; }

@media (max-width: 374px) { .step__slider { width: 230px; height: 456px; } }

.step__slider-item { overflow: hidden; }

.step__box { border-left: 4px solid #00a84e; margin-top: 40px; padding: 10px 20% 10px 25px; }

@media (max-width: 1399px) { .step__box { padding-right: 25px; } }

@media (max-width: 1199px) { .step__box { padding: 5px 25px; } }

@media (max-width: 991px) { .step__box { margin-top: 10px; padding: 5px 0 5px 15px; } }

.step__title { font-size: 1.875rem; font-weight: 400; color: #009043; letter-spacing: 0.2em; }

@media (max-width: 1199px) { .step__title { font-size: 1.5rem; } }

@media (max-width: 767px) { .step__title { font-size: 1.25rem; } }

.step__text { font-size: 1.125rem; font-weight: 700; color: #222222; line-height: 1.67; }

@media (max-width: 767px) { .step__text { font-size: 1rem; } }

.step__btn { font-size: 1.5rem; font-weight: 700; color: #009043; width: 300px; height: 60px; line-height: 60px; background: white; display: block; text-align: center; border-radius: 60px; margin-top: 20px; -webkit-transition: 0.3s ease opacity; transition: 0.3s ease opacity; margin-right: 20%; margin-left: auto; }

@media (max-width: 1399px) { .step__btn { margin-right: 25px; } }

@media (max-width: 1199px) { .step__btn { font-size: 1.25rem; width: 240px; } }

@media (max-width: 991px) { .step__btn { margin-right: 0; } }

@media (max-width: 767px) { .step__btn { font-size: 1rem; width: 180px; height: 50px; line-height: 50px; margin-left: auto; margin-right: auto; } }

.step__btn:hover { opacity: 0.8; }

.step__more { font-size: 1.125rem; font-weight: 500; color: #009043; margin-top: 115px; }

@media (max-width: 991px) { .step__more { margin-top: 20px; } }

@media (max-width: 767px) { .step__more { font-size: 1rem; margin-top: 10px; text-align: center; } }

.step__links { margin-top: 20px; }

@media (max-width: 767px) { .step__links { margin-top: 10px; text-align: center; } }

@media (max-width: 374px) { .step__links { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; } }

.step__links a { display: inline-block; background: #009043; padding: 10px 30px; min-width: 196px; text-align: center; font-size: 1.25rem; font-weight: 700; color: white; border-radius: 30px; margin-left: 20px; -webkit-transition: 0.3s ease opacity; transition: 0.3s ease opacity; }

@media (max-width: 1399px) { .step__links a { min-width: 150px; margin-left: 10px; } }

@media (max-width: 1199px) { .step__links a { min-width: 100px; margin-left: 10px; } }

@media (max-width: 767px) { .step__links a { min-width: 80px; font-size: 1rem; padding: 10px; margin-left: 5px; } }

@media (max-width: 413px) { .step__links a { padding: 10px 8px; margin-left: 2px; font-weight: 500; } }

@media (max-width: 374px) { .step__links a { font-size: 0.8125rem; padding: 8px; max-width: calc(33%); line-height: 1.2; } }

.step__links a:first-child { margin-left: 0; }

.step__links a:hover { opacity: 0.8; }

.notice { background: #f3f3f3; padding-top: 45px; padding-bottom: 85px; }

@media (max-width: 767px) { .notice { padding-top: 40px; } }

.notice__title { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 216px; height: 66px; font-size: 30px; font-weight: 400; color: #222222; cursor: pointer; letter-spacing: 0.2em; text-align: center; position: relative; }

@media (max-width: 374px) { .notice__title { font-size: 1.625rem; } }

.notice__title .underline { border-bottom: 1px solid #222222; }

.notice__title-icon { width: 30px; height: 35px; position: absolute; top: calc(50% - 17px); right: 0px; z-index: 1; }

.notice__title-icon::before { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 14px 8px 0 8px; border-color: #76e567 transparent transparent transparent; position: absolute; top: 12px; left: 8px; z-index: 1; -webkit-transition: 0.3s ease transform; transition: 0.3s ease transform; }

.notice__title.active .notice__title-icon::before { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.notice__con { position: relative; height: 160px; overflow: hidden; -webkit-transition: height 0.5s; transition: height 0.5s; padding-top: 35px; }

@media (max-width: 767px) { .notice__con { padding-top: 20px; } }

.notice__con::after { content: ""; display: block; width: 100%; height: 70px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0)), to(#f3f3f3)); background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%); position: absolute; bottom: 0; left: 0; z-index: 1; }

.notice__con.active { height: auto; }

.notice__con.active::after { display: none; }

.notice__subtitle { font-size: 1.125rem; font-weight: 700; color: #555555; text-align: center; margin-top: 20px; margin-bottom: 10px; }

.notice__list { list-style: decimal; margin-left: 25px; }

.notice__list--inside { list-style: none; counter-reset: list; }

.notice__list--inside li { padding-left: 25px; }

.notice__list--inside li::before { content: "(" counter(list) ")"; counter-increment: list; text-align: right; text-indent: -35px; display: inline-block; }

.notice__list li { font-size: 1rem; color: #555555; line-height: 1.625; }

.notice__list a { color: #2f65a6; }

.notice__list a:hover { text-decoration: underline; }

@-webkit-keyframes ani-firework { 0% { -webkit-transform: scale(1); transform: scale(1); }
  40% { -webkit-transform: scale(0); transform: scale(0); }
  80% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes ani-firework { 0% { -webkit-transform: scale(1); transform: scale(1); }
  40% { -webkit-transform: scale(0); transform: scale(0); }
  80% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@-webkit-keyframes ani-gift { 0% { -webkit-transform: translateY(50px) scale(0); transform: translateY(50px) scale(0); }
  45% { -webkit-transform: translateY(-10px) scale(1); transform: translateY(-10px) scale(1); }
  65% { -webkit-transform: translateY(-10px) scale(1); transform: translateY(-10px) scale(1); }
  100% { -webkit-transform: translateY(50px) scale(0); transform: translateY(50px) scale(0); } }

@keyframes ani-gift { 0% { -webkit-transform: translateY(50px) scale(0); transform: translateY(50px) scale(0); }
  45% { -webkit-transform: translateY(-10px) scale(1); transform: translateY(-10px) scale(1); }
  65% { -webkit-transform: translateY(-10px) scale(1); transform: translateY(-10px) scale(1); }
  100% { -webkit-transform: translateY(50px) scale(0); transform: translateY(50px) scale(0); } }
