@charset "UTF-8";
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes floatingY {
  0% {
    transform: translate3d(0, 2.5%, 0);
  }
  50% {
    transform: translate3d(0, -2.5%, 0);
  }
  100% {
    transform: translate3d(0, 2.5%, 0);
  }
}
@keyframes floatingX {
  0% {
    transform: translate3d(2.5%, 0, 0);
  }
  50% {
    transform: translate3d(-2.5%, 0, 0);
  }
  100% {
    transform: translate3d(2.5%, 0, 0);
  }
}
@keyframes marquee01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}
@keyframes marquee02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1300px, 0, 0);
  }
}
@keyframes swing {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(-6px, 0, 0);
  }
  10% {
    transform: translate3d(6px, 0, 0);
  }
  15% {
    transform: translate3d(-4px, 0, 0);
  }
  20% {
    transform: translate3d(4px, 0, 0);
  }
  25% {
    transform: translate3d(-2px, 0, 0);
  }
  30% {
    transform: translate3d(2px, 0, 0);
  }
  35% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes backgroundVol02 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 240px 10%;
  }
  100% {
    background-position: 480px 0;
  }
}
@keyframes floatS {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatShadow {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
/*--------------------------------------------*/
body {
  font-family: "myriad-pro-semiextended", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
}

.g_header {
  background-color: #003a3f;
}
.g_header .header_menu {
  position: relative;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_item {
  font-size: 1.125em;
}
.g_header .nav-link {
  color: #93ea20;
}
.g_header .nav-link:hover {
  color: #fcee21;
}
.g_header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.theme_lines {
  position: relative;
  width: 100%;
  height: 1em;
  font-size: 12px;
}
.theme_lines span {
  position: absolute;
  top: 0;
  border-radius: 0.5em;
  height: 1em;
}
.theme_lines .l1 {
  left: 0;
  z-index: 2;
  width: calc(76% + 1em);
  margin-left: -0.5em;
  background-color: #00aa83;
  background-image: linear-gradient(90deg, #008686, #00aa83, #fcee21);
}
.theme_lines .l2 {
  left: 76%;
  z-index: 1;
  width: calc(14% + 1em);
  margin-left: -0.5em;
  background-color: #93ea20;
}
.theme_lines .l3 {
  left: 90%;
  z-index: 2;
  width: calc(10% + 1em);
  margin-left: -0.5em;
  background-color: #008686;
  background-image: linear-gradient(-132deg, #00aa83, #008686, #003a3f);
}

.all_wrap {
  overflow: hidden;
}

.ly_sty {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sc_title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.sc_title .tit {
  font-size: 2.6em;
  font-weight: 700;
  color: #004f50;
  display: inline-block;
}
.sc_title .tit .zh {
  padding: 0 1em;
}
.sc_title .sup_link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  color: #00AC34;
}
.sc_title .sup_link::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #00AC34;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.sc_title .theme_lines {
  margin: 10px auto 30px;
  max-width: 360px;
  width: 80%;
  font-size: 10px;
}

.kv_wrap {
  margin-top: 60px;
}
.kv_wrap .d_kv {
  position: relative;
  height: calc(100vh - 60px);
}
.kv_wrap .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: center/cover no-repeat;
}
.kv_wrap .a,
.kv_wrap .b,
.kv_wrap .c,
.kv_wrap .d,
.kv_wrap .tit {
  position: absolute;
  z-index: 2;
}
.kv_wrap .a img:nth-child(3),
.kv_wrap .b img,
.kv_wrap .c img {
  animation-name: float;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-direction: alternate;
}
.kv_wrap .a {
  left: 4.5833333333%;
  top: 5%;
  width: 36.4583333333%;
  height: 82.4074074074%;
}
.kv_wrap .a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.kv_wrap .a img:nth-child(3) {
  animation-duration: 5000ms;
}
.kv_wrap .b {
  left: 47.9166666667%;
  top: 52.7777777778%;
  width: 18.3333333333%;
  height: 40.7407407407%;
}
.kv_wrap .b img {
  animation-duration: 4000ms;
}
.kv_wrap .c {
  left: 67.7083333333%;
  top: 68.5185185185%;
  width: 12.0833333333%;
  height: 25.9259259259%;
}
.kv_wrap .c img {
  animation-duration: 3500ms;
}
.kv_wrap .d {
  left: 82.2916666667%;
  top: 62.962962963%;
  width: 9.375%;
  height: 27.7777777778%;
}
.kv_wrap .tit {
  left: 44.7916666667%;
  top: 14.8148148148%;
  width: 50%;
  height: 27.7777777778%;
}

.sc_active {
  position: relative;
  z-index: 2;
}
.sc_active .intro_block {
  padding-top: 60px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0));
}
.sc_active .intro_block .active_intro a {
  color: #004f50;
  text-decoration: underline;
}
.sc_active .intro_block .active_intro a:hover {
  color: #93ea20;
}
.sc_active .sc_title .tit {
  color: #003a3f;
  letter-spacing: -0.02em;
}
.sc_active .active_intro {
  font-size: 1.25em;
  line-height: 36px;
}
.sc_active .icon_block {
  position: relative;
  padding: 35px;
  background: linear-gradient(165deg, #00aa83, #003a3f 90%);
}
.sc_active .icon_block::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 35px;
  right: 35px;
  bottom: 35px;
  border: 1px solid #93ea20;
}
.sc_active .ic_item {
  position: relative;
  z-index: 2;
  margin: 40px 0;
  font-size: 0;
}
.sc_active .ic_item .img,
.sc_active .ic_item .text {
  display: inline-block;
  vertical-align: middle;
}
.sc_active .ic_item .img {
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.sc_active .ic_item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sc_active .ic_item .text {
  padding-left: 16px;
  width: calc(100% - 64px);
  font-size: 1.4rem;
}
.sc_active .ic_item .t {
  color: #93ea20;
}
.sc_active .ic_item .s {
  margin-top: 4px;
  height: 3.5em;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.25em;
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
}

.sc_infomation {
  padding: 15px;
  background: linear-gradient(120deg, rgba(0, 134, 134, 0.5), rgba(0, 170, 131, 0.5), rgba(252, 238, 33, 0.5));
}
.sc_infomation .g_whitebk,
.sc_infomation .g_hotvd {
  position: relative;
  padding: 40px 25px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  overflow: hidden;
}
.sc_infomation .g_whitebk .theme_lines,
.sc_infomation .g_hotvd .theme_lines {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc_infomation .g_case {
  padding-bottom: 20px;
}
.sc_infomation .g_case .item {
  position: relative;
}
.sc_infomation .g_case .item:hover .img::after {
  opacity: 0.5;
}
.sc_infomation .g_case .item:hover .img img {
  transform: scale(1.05);
}
.sc_infomation .g_case .img {
  position: relative;
  overflow: hidden;
}
.sc_infomation .g_case .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #003a3f;
  opacity: 0;
  transition: opacity 300ms;
}
.sc_infomation .g_case .img img {
  position: relative;
  z-index: 1;
  transition: transform 300ms;
}
.sc_infomation .g_case .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 3em 1em 1em;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
}
.sc_infomation .g_hotvd {
  margin-top: 15px;
}
.sc_infomation .sc_title {
  margin-top: 0;
  margin-bottom: 20px;
}
.sc_infomation .sc_title .tit {
  text-shadow: 2px 2px 0 #fff;
}
.sc_infomation .item {
  position: relative;
  display: block;
  line-height: 1.4;
  transition-property: background, color, border;
}
.sc_infomation .item .name {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  text-decoration: underline;
}
.sc_infomation .item .info {
  margin-top: 0.5em;
  line-height: 1.4;
}
.sc_infomation .item .info ul {
  padding-left: 1.5em;
  margin: 10px 0;
}
.sc_infomation .item .info ul li {
  margin: 3px 0;
}
.sc_infomation .item:hover {
  color: #004f50;
  border-color: #003a3f;
  text-decoration: none;
}
.sc_infomation .g_whitebk .item {
  border-radius: 10px;
  padding: 20px;
  padding-left: 100px;
  transition: background 200ms;
}
.sc_infomation .g_whitebk .item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  background: center/contain no-repeat;
  background-image: url("img/ic_whb.svg");
}
.sc_infomation .g_whitebk .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.sc_infomation .g_hotvd .item {
  margin: 0 auto;
}
.sc_infomation .g_hotvd .item .img {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
}
.sc_infomation .g_hotvd .item img {
  transition: transform 200ms;
}
.sc_infomation .g_hotvd .item:hover img {
  transform: scale(0.96, 0.93);
}
.sc_infomation .g_hotvd .more_items {
  margin: 1rem 0;
}
.sc_infomation .g_hotvd .more_items .tit {
  margin: 0 auto;
  max-width: 240px;
}
.sc_infomation .g_hotvd .more_items a {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #004f50;
  border-radius: 24px;
  padding: 0.5em 2em;
  font-size: 1.125em;
  text-align: center;
  overflow: hidden;
}
.sc_infomation .g_hotvd .more_items a span {
  position: relative;
  z-index: 2;
  color: #004f50;
  transition: color 200ms 100ms;
}
.sc_infomation .g_hotvd .more_items a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms;
  background-color: #003a3f;
}
.sc_infomation .g_hotvd .more_items a:hover {
  text-decoration: none;
}
.sc_infomation .g_hotvd .more_items a:hover span {
  color: #fff;
}
.sc_infomation .g_hotvd .more_items a:hover::after {
  opacity: 1;
}

.sc_event .col_wrap {
  padding: 10px;
}
.sc_event .evt_item {
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #93ea20;
  padding: 1rem;
  height: 100%;
  background-color: rgba(147, 234, 32, 0);
  font-size: 0;
  transition: background 100ms;
}
.sc_event .evt_item .date_block,
.sc_event .evt_item .text_block, .sc_event .evt_item::after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
.sc_event .evt_item .date_block {
  padding: 4px 4px 8px;
  width: 2.25em;
  background-color: #004f50;
  line-height: 1;
  text-align: center;
}
.sc_event .evt_item .date_block .day {
  color: #fcee21;
  font-weight: 700;
  font-size: 1.25em;
}
.sc_event .evt_item .date_block .mon {
  color: #fff;
  font-size: 0.75em;
}
.sc_event .evt_item .text_block {
  position: relative;
  width: calc(100% - 4.5em);
  padding-left: 14px;
  padding-right: 10px;
  line-height: 1.2;
}
.sc_event .evt_item .text_block .tit {
  font-size: 0.875em;
}
.sc_event .evt_item .text_block .stit {
  margin-top: 6px;
  color: #004f50;
  font-size: 1.125em;
  font-weight: 700;
}
.sc_event .evt_item::after {
  content: "";
  width: 2em;
  height: 100%;
  background: url("img/right.svg") center no-repeat;
  opacity: 0.1;
  transition: opacity 200ms;
}
.sc_event .evt_item:hover {
  background-color: rgba(147, 234, 32, 0.5);
  color: inherit;
}
.sc_event .evt_item:hover::after {
  opacity: 1;
}

.sc_gifts .sc_title {
  margin-top: 1em;
}
.sc_gifts .sc_title .theme_lines {
  margin-bottom: 0;
}
.sc_gifts .gift_tit {
  color: #343434;
  font-size: 1.5em;
}
.sc_gifts .gift_tit span {
  color: #39b54a;
}
.sc_gifts .gift_tit .part {
  line-height: 1.2;
}
.sc_gifts .gift_tit .part:last-child {
  margin-top: 0.75em;
}
.sc_gifts .gift_tit .nam {
  color: #004f50;
  font-weight: 700;
}
.sc_gifts .gift_tit .list {
  margin: 0.25em 0 1em;
  padding-left: 1.5em;
  font-size: 1rem;
  color: #787878;
}
.sc_gifts .gift_tit .sub {
  position: relative;
  top: -3px;
  border: 1px solid #00a583;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 0.65em;
  color: #00a583;
}

.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #003a3f;
  padding: 45px 60px;
}
.sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #93ea20;
}
.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
}
.sc_company .parag_wrap .parag a {
  color: #004f50;
  text-decoration: underline;
}
.sc_company .parag_wrap .parag a:hover {
  color: #93ea20;
}
.sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.sc_company .company_tit .ti,
.sc_company .company_tit .nam {
  display: inline-block;
}
.sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid #003a3f;
  color: #003a3f;
}
.sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}

.sc_form .form_wrap {
  border-radius: 30px;
  margin: 0 auto;
  padding: 60px;
  max-width: 780px;
  background-color: #f8f8f9;
}
.sc_form .form_tit {
  text-align: center;
  margin-bottom: 20px;
}
.sc_form .form_tit .h2 span {
  font-weight: 700;
  color: #004f50;
}
.sc_form .form_tit .tip {
  margin-top: 6px;
  color: red;
}
.sc_form .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  background: linear-gradient(132deg, #00aa83, #008686, #003a3f);
  color: #fff;
  font-size: 1.625em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_form .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.sc_form .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 10px;
  margin-top: 6px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_form .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.line_wrap {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.line_wrap .logo,
.line_wrap .text {
  display: inline-block;
  vertical-align: middle;
}
.line_wrap .logo img {
  height: 50px;
}
.line_wrap .text {
  margin-left: 1rem;
  font-size: 1.5em;
  line-height: 1.1;
  color: #004f50;
  font-weight: 700;
}
.line_wrap .text div {
  padding: 0 6px;
  text-shadow: 0 1px 0 #fff;
}
.line_wrap .theme_lines {
  margin-top: 6px;
  font-size: 10px;
}
.line_wrap .qr {
  display: block;
  width: 140px;
}

@media (min-width: 768px) {
  .sc_infomation .wbk_items .item_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px 90px;
  }
  .sc_infomation .wbk_items .item_wrap .arw {
    position: absolute;
    top: 74px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #00AC34;
    border-left: 2px solid #00AC34;
    cursor: pointer;
    opacity: 0.4;
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_left {
    left: 50px;
    transform: rotate(-45deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_right {
    right: 50px;
    transform: rotate(135deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw:hover {
    opacity: 1;
  }

  .sc_gifts .sc_title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar-toggler {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navbar-toggler-icon {
    background-image: url("img/menu.svg");
  }

  .sc_title .tit {
    font-size: 2em;
  }
  .sc_title .sup_link {
    position: static;
    text-align: right;
  }

  .sc_active {
    padding-top: 40px;
  }
  .sc_active .sc_title .tit {
    font-size: 1.8em;
    line-height: 1.1;
  }
  .sc_active .sc_title .tit .zh {
    padding: 0 0.5em;
  }
  .sc_active .icon_block {
    padding: 20px;
  }
  .sc_active .icon_block::after {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
  .sc_active .ic_item {
    margin: 20px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .sc_active .ic_item:first-child {
    margin-top: 40px;
  }
  .sc_active .ic_item:last-child {
    margin-bottom: 40px;
  }

  .sc_infomation .g_whitebk {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sc_infomation .wbk_items .item {
    padding: 20px;
  }
  .sc_infomation .wbk_items .item::after {
    left: 10px;
    width: 44px;
    height: 44px;
  }
  .sc_infomation .wbk_items .item .name {
    padding-left: 40px;
  }
  .sc_infomation .g_hotvd {
    margin-top: 40px;
  }
  .sc_infomation .g_hotvd .item {
    margin-bottom: 30px;
  }

  .sc_gifts .gift_tit .nam {
    line-height: 1.3;
  }

  .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .sc_company .company_tit {
    transform: translate(-50%, -65%);
  }
  .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 6px;
  }

  .sc_form .form_wrap {
    padding: 30px;
  }
  .sc_form .col-form-label {
    padding-bottom: 3px;
  }
  .sc_form .form-group {
    margin-bottom: 0.5em;
  }
  .sc_form .main_button {
    display: block;
    padding: 0.8em 1em;
    letter-spacing: 0;
  }
}