﻿@charset "UTF-8";
/** background image file **/
/** benefits background image file **/
/** vip icon background image file **/
/** benefit channel background image file **/
/** hyperlinks anchor **/
/** buttons red **/
/** buttons red in header **/
/** buttons blue **/
/** green **/
/** buttons blink yellow **/
/** other **/
/**  header **/
/** 回饋標示 **/
/**main nav**/
/*query nav*/
/*reputation*/
/** touch **/
/** ax **/
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Cozy Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1154 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~980 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~680 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * <div class="cover">
 *   <img/>
 * </div>
 * <p class="title">
 *   <strong>TITLE</strong>
 * </p>
 * <div class="info">
 * </div>
 * <p class="tel"></p>
 * <p class="addr"></p>
 */
/**
 * benefit background
 */
/**
 * benefit background2
 */
/**
 * vip icon background
 */
/**
 * vip icon background2
 */
/**
 * benefit channel background
 */
/**
 * benefit channel background2
 */
/**
 * background
 */
/**
 * background2
 */
/**
 * background-image
 */
/* line 1, ../sass/media/_main.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 5, ../sass/media/_main.scss */
.had_bg {
  z-index: 9999;
  width: 100%;
  position: fixed;
  padding: 10px 0;
  height: 63px;
  box-shadow: 10px 10px 10px #923e3e;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 15, ../sass/media/_main.scss */
.had_wrap {
  max-width: 70%;
  margin: 0 auto;
}
/* line 164, ../sass/define/___mixins.scss */
.had_wrap {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
.had_wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 20, ../sass/media/_main.scss */
.logo {
  float: left;
  width: 200px;
}
/* line 23, ../sass/media/_main.scss */
.logo img {
  width: 100%;
}

/* line 27, ../sass/media/_main.scss */
.pull-right {
  float: right;
  margin-top: 10px;
}
/* line 30, ../sass/media/_main.scss */
.pull-right a {
  color: #000000;
}
/* line 32, ../sass/media/_main.scss */
.pull-right a:hover {
  color: #76063C;
  text-decoration: none !important;
  cursor: pointer !important;
}
/* line 38, ../sass/media/_main.scss */
.pull-right li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 40px;
  color: #000000;
  font-weight: bolder;
}

/* line 46, ../sass/media/_main.scss */
.swiper-container {
  width: 100vw;
}
/* line 49, ../sass/media/_main.scss */
.swiper-container img {
  width: 100%;
}

/* line 53, ../sass/media/_main.scss */
.banner_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 60px;
}

/* line 59, ../sass/media/_main.scss */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* 讓影片在背景 */
}

/* line 68, ../sass/media/_main.scss */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* 調整這裡的 0.4 來變暗 */
  z-index: -1;
}

/* line 77, ../sass/media/_main.scss */
.swiper-pagination-bullet {
  width: 30px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.7;
}

/* line 83, ../sass/media/_main.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #75073C;
  opacity: 1;
}

/* line 89, ../sass/media/_main.scss */
.bn1 {
  background-size: cover;
  background-image: url("../images/banner_01.png");
  background-position: center center;
  padding-bottom: 36%;
}

/* line 95, ../sass/media/_main.scss */
.bn2 {
  background-size: cover;
  background-image: url("../images/banner_02.png");
  background-position: center center;
  padding-bottom: 36%;
}

/* line 101, ../sass/media/_main.scss */
.bn3 {
  background-size: cover;
  background-image: url("../images/banner_03.png");
  background-position: center center;
  padding-bottom: 36%;
}

/* line 107, ../sass/media/_main.scss */
.bn4 {
  background-size: cover;
  background-image: url("../images/banner_04.png");
  background-position: center center;
  padding-bottom: 36%;
}

/* line 113, ../sass/media/_main.scss */
:root {
  --swiper-theme-color: #76063C !important;
}

/* line 118, ../sass/media/_main.scss */
.banner_wrap,
.swiper-slide.bn1, .banner_wrap,
.swiper-slide.bn2, .banner_wrap,
.swiper-slide.bn3, .banner_wrap,
.swiper-slide.bn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 129, ../sass/media/_main.scss */
.bannertext {
  position: absolute;
  left: 60%;
  /* 右側對齊中線 */
  top: 50%;
  /* 垂直置中 */
  transform: translateY(-50%);
  text-align: left;
  /* 文字靠左 */
  box-sizing: border-box;
  padding-right: 2vw;
  color: #fff;
}
/* line 138, ../sass/media/_main.scss */
.bannertext h2 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: bolder;
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
}
/* line 144, ../sass/media/_main.scss */
.bannertext h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
}

/* line 151, ../sass/media/_main.scss */
.main_Wrapper {
  padding: 12vh 0;
  max-width: 100%;
  background: #E9EAEF;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
}
/* line 157, ../sass/media/_main.scss */
.main_Wrapper.nobg {
  background-color: inherit;
}
/* line 160, ../sass/media/_main.scss */
.main_Wrapper.bg1 {
  background: url("../images/bg1.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 166, ../sass/media/_main.scss */
.main_Wrapper.bg2 {
  background: url("../images/bg2.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 172, ../sass/media/_main.scss */
.main_Wrapper.bg3 {
  background: url("../images/bg3.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 178, ../sass/media/_main.scss */
.main_Wrapper.bg4 {
  background: none;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 186, ../sass/media/_main.scss */
.sec_box {
  width: 100%;
}
/* line 189, ../sass/media/_main.scss */
.sec_box h1 {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
}
/* line 195, ../sass/media/_main.scss */
.sec_box h1.white {
  color: #fff;
}
/* line 199, ../sass/media/_main.scss */
.sec_box h2 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 15px;
}
/* line 205, ../sass/media/_main.scss */
.sec_box p {
  font-size: 1rem;
  line-height: 2rem;
  padding-bottom: 20px;
}
/* line 210, ../sass/media/_main.scss */
.sec_box.bg1 {
  background: linear-gradient(to right, rgba(232, 231, 229, 0) 35%, rgba(232, 231, 229, 0.7) 45%, #e8e7e5 50%), url("../images/transportation_0513_02.jpg") center left/cover no-repeat;
  background-blend-mode: lighten;
  min-height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* line 227, ../sass/media/_main.scss */
.sec_box.bg1 h1 {
  text-align: left;
}
/* line 231, ../sass/media/_main.scss */
.sec_box.bg2 {
  background: #E9EAEF;
}
/* line 234, ../sass/media/_main.scss */
.sec_box ul {
  margin-left: 25px;
}
/* line 236, ../sass/media/_main.scss */
.sec_box ul li {
  list-style: disc;
  font-size: 1rem;
  margin-bottom: 6px;
}
/* line 242, ../sass/media/_main.scss */
.sec_box.darkmode {
  color: #fff;
}

/* line 246, ../sass/media/_main.scss */
.p_width {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

/* line 253, ../sass/media/_main.scss */
.footer_copyright {
  background-color: #76063C;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}

/* line 260, ../sass/media/_main.scss */
.Contact_wrapper {
  max-width: 50%;
  margin: 0 auto;
  padding: 10vh 0;
}

/* line 265, ../sass/media/_main.scss */
.contact_bg {
  background: #f5f5f5;
}

/* line 268, ../sass/media/_main.scss */
.contact_title {
  margin-bottom: 10vh;
  font-size: 2.8rem;
  text-align: center;
  color: #76063C;
  font-weight: 700;
  line-height: 2.9rem;
}

/* line 276, ../sass/media/_main.scss */
.name_tit {
  display: inline-block;
  width: 138px;
  font-size: .9rem;
  font-weight: 700;
}

/* line 282, ../sass/media/_main.scss */
.Questions_tit {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 287, ../sass/media/_main.scss */
.name_bar {
  display: inline-block;
  width: 68%;
}
/* line 290, ../sass/media/_main.scss */
.name_bar input {
  color: #000000;
  width: 100%;
  background-color: #cccccc00;
}

/* line 296, ../sass/media/_main.scss */
.bottom_line {
  padding-bottom: 15px;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px dotted #444444;
}

/* line 302, ../sass/media/_main.scss */
.qs_box {
  width: 100%;
  border: 1px dotted #444444;
  background-color: #ffffff;
  margin-bottom: 20px;
  min-height: 100px;
}
/* line 308, ../sass/media/_main.scss */
.qs_box textarea {
  width: 100%;
  height: 100%;
}

/* line 313, ../sass/media/_main.scss */
.Access_tit {
  display: inline-block;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 321, ../sass/media/_main.scss */
.Access_box {
  border: 1px dotted #444444;
  height: 25px;
  display: inline-block;
  background-color: #ffffff;
  vertical-align: top;
}
/* line 327, ../sass/media/_main.scss */
.Access_box input {
  color: #000000;
  width: 150px;
}

/* line 332, ../sass/media/_main.scss */
.acc_pic {
  display: inline-block;
  vertical-align: top;
}

/* line 339, ../sass/media/_main.scss */
.che_bok {
  display: inline-block;
  width: 10px;
  vertical-align: top;
}

/* line 344, ../sass/media/_main.scss */
.che_f {
  vertical-align: top;
  display: inline-block;
  width: 90%;
  margin-left: 10px;
}

/* line 350, ../sass/media/_main.scss */
.submit_box {
  text-align: center;
  margin-top: 30px;
}
/* line 353, ../sass/media/_main.scss */
.submit_box a:hover {
  text-decoration: none;
}

/* line 357, ../sass/media/_main.scss */
.submit_btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1rem;
  border-radius: 50px;
  background-color: #76063C;
  color: #ffffff;
  margin: 0 20px;
  font-weight: bolder;
}

/* line 368, ../sass/media/_main.scss */
.Discover_wrapper {
  max-width: 60%;
  margin: 0 auto;
  padding: 17vh 0 0;
}
/* line 372, ../sass/media/_main.scss */
.Discover_wrapper.nopad {
  padding: 0 0 17vh;
}

/* line 376, ../sass/media/_main.scss */
.edge_con {
  padding: 40px;
}
/* line 378, ../sass/media/_main.scss */
.edge_con h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-bottom: 20px;
}
/* line 384, ../sass/media/_main.scss */
.edge_con p {
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

/* line 396, ../sass/media/_main.scss */
.pd_pic {
  width: 70%;
  margin: 0 auto;
}
/* line 399, ../sass/media/_main.scss */
.pd_pic img {
  width: 100%;
}

/* line 403, ../sass/media/_main.scss */
.md_mg {
  margin-bottom: 30px;
}

/* line 406, ../sass/media/_main.scss */
.mb_line {
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}

/* line 413, ../sass/media/_main.scss */
#releated {
  padding-top: 17vh;
}

/* line 417, ../sass/media/_main.scss */
.lpd_pd {
  margin: 10vh 0;
}

/* line 421, ../sass/media/_main.scss */
.ex_p {
  text-align: center;
  font-size: 1rem;
}

/* line 426, ../sass/media/_main.scss */
.woi_wrap {
  max-width: 70%;
  margin: 0 auto;
}

/* line 430, ../sass/media/_main.scss */
.wood_mt {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* line 436, ../sass/media/_main.scss */
.Specifications_box {
  text-align: center;
  margin-top: 50px;
}

/* line 440, ../sass/media/_main.scss */
.Traffic_bn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 445, ../sass/media/_main.scss */
.traff_wrap {
  margin-bottom: 10vh;
  vertical-align: middle;
}

/* line 449, ../sass/media/_main.scss */
.tra_pic {
  width: 100%;
}
/* line 451, ../sass/media/_main.scss */
.tra_pic img {
  width: 100%;
}

/* line 459, ../sass/media/_main.scss */
.tra_title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #76063C;
  text-align: center;
}

/* line 466, ../sass/media/_main.scss */
.tra_p {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}

/* line 472, ../sass/media/_main.scss */
.table_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 477, ../sass/media/_main.scss */
.tb_md {
  margin-bottom: 10vh;
}

/* line 480, ../sass/media/_main.scss */
.rowtr {
  display: table-row;
}

/* line 484, ../sass/media/_main.scss */
.cell_td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* line 490, ../sass/media/_main.scss */
.mobile_show {
  display: none;
}

/* line 493, ../sass/media/_main.scss */
.mobile_hide {
  display: show;
}

/* line 496, ../sass/media/_main.scss */
.Great_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 501, ../sass/media/_main.scss */
.great_tr {
  display: table-row;
}

/* line 504, ../sass/media/_main.scss */
.great_td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* line 510, ../sass/media/_main.scss */
.motion_wrapper {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 17vh;
}

/* line 516, ../sass/media/_main.scss */
.mot_rd_Bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#690031+31,950a4b+52,690031+68 */
  background: #690031;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #690031 31%, #950a4b 52%, #690031 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #690031 31%, #950a4b 52%, #690031 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #690031 31%, #950a4b 52%, #690031 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690031', endColorstr='#690031',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 900;
}

/* line 529, ../sass/media/_main.scss */
.mot_gray_bg {
  background-color: #ebebeb;
  padding: 20px;
  text-align: center;
  font-size: .9rem;
  line-height: 1.2rem;
  height: 80%;
}

/* line 537, ../sass/media/_main.scss */
.mobile_block {
  display: none;
}

/* line 541, ../sass/media/_main.scss */
.tt_hd {
  display: block;
}

/* line 544, ../sass/media/_main.scss */
.m_menu {
  float: right;
  display: none;
  margin-right: 10px;
  width: 42px;
}
/* line 549, ../sass/media/_main.scss */
.m_menu img {
  width: 100%;
}

/* line 555, ../sass/media/_main.scss */
.m_pop_mobile_bkbg {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 100;
  position: fixed;
  padding: 20px 30px;
}

/* line 164, ../sass/define/___mixins.scss */
.wiu_box {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
.wiu_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 567, ../sass/media/_main.scss */
.pop_menu {
  margin-top: 30px;
}
/* line 569, ../sass/media/_main.scss */
.pop_menu a {
  color: #ffffff;
}
/* line 571, ../sass/media/_main.scss */
.pop_menu a:hover {
  color: #b8005d;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 2s;
  font-weight: 900;
}
/* line 579, ../sass/media/_main.scss */
.pop_menu li {
  font-size: 1.2rem;
  padding: 17px;
  color: #ffffff;
  font-weight: 900;
  border-bottom: 1px solid #393939;
}
/* line 586, ../sass/media/_main.scss */
.pop_menu ul {
  margin: 0;
  list-style: none;
}

/* line 591, ../sass/media/_main.scss */
.menu_icon {
  float: right;
  width: 30px;
}
/* line 594, ../sass/media/_main.scss */
.menu_icon img {
  width: 100%;
}

/* line 600, ../sass/media/_main.scss */
.topmenu a.active {
  color: #76063C;
}

/* line 605, ../sass/media/_main.scss */
.navbar {
  position: fixed;
  top: 50vh;
  right: 9px;
  margin-top: -90px;
  z-index: 10;
  border-radius: 50px;
  background-color: #f6f6f6;
  padding: 4px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 10px 0px;
}

/* line 618, ../sass/media/_main.scss */
ul.spyitem li a {
  width: 7px;
  height: 7px;
  border-radius: 6px;
  background-color: rgba(100, 100, 100, 0.5);
  display: block;
  margin: 14px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0px inset;
  position: relative;
}
/* line 627, ../sass/media/_main.scss */
ul.spyitem li a .sptag {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  text-align: right;
  min-width: 100px;
  padding: 3px 15px;
  white-space: nowrap;
  color: #fff;
  display: none;
}
/* line 651, ../sass/media/_main.scss */
ul.spyitem li a.active {
  background-color: #76063C;
  height: 24px;
  transition: height 0.5s ease 0s;
}
/* line 655, ../sass/media/_main.scss */
ul.spyitem li a.active .sptag {
  display: block;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************/
/* line 678, ../sass/media/_main.scss */
.ai-section {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 686, ../sass/media/_main.scss */
.ai-section .ai-services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
/* line 693, ../sass/media/_main.scss */
.ai-section .ai-services .service-box {
  flex: 1 1 30%;
  background: transparent;
}
/* line 697, ../sass/media/_main.scss */
.ai-section .ai-services .service-box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 50%;
  max-width: 110px;
}
/* line 705, ../sass/media/_main.scss */
.ai-section .ai-services .service-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
}
/* line 712, ../sass/media/_main.scss */
.ai-section .ai-services .service-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: fit-content;
  text-align: left;
  margin-left: 35px;
}
/* line 721, ../sass/media/_main.scss */
.ai-section .ai-services .service-box ul li {
  margin-bottom: 5px;
  font-size: 0.95rem;
  text-align: left;
}
/* line 731, ../sass/media/_main.scss */
.ai-section .ai-solutions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
/* line 737, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card {
  flex: 1 1 30%;
  background: rgba(129, 9, 68, 0.6);
  border-radius: 12px;
  padding: 2rem 1rem;
  position: relative;
}
/* line 744, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
}
/* line 751, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card .img-wrap {
  width: 100%;
  aspect-ratio: 6 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 760, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 766, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card .tag {
  font-size: 1rem;
  display: block;
  text-align: center;
}

/* line 777, ../sass/media/_main.scss */
.product-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 50px;
}
/* line 783, ../sass/media/_main.scss */
.product-tabs .filter-btn {
  min-width: 100px;
  background: #75073C;
  color: #fff;
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1rem;
}
/* line 793, ../sass/media/_main.scss */
.product-tabs .filter-btn.active {
  background: #4c0428;
}

/* line 798, ../sass/media/_main.scss */
.tab-select {
  display: none;
}

/* line 802, ../sass/media/_main.scss */
.so_one {
  background-color: #fefefd;
  border-radius: 10px;
  padding: 20px;
}
/* line 806, ../sass/media/_main.scss */
.so_one a {
  text-decoration: none !important;
}
/* line 809, ../sass/media/_main.scss */
.so_one h3 {
  font-size: 1.2rem;
  color: #75073C;
  font-weight: bolder;
  padding-bottom: 15px;
}
/* line 815, ../sass/media/_main.scss */
.so_one p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
/* line 820, ../sass/media/_main.scss */
.so_one .sopic {
  max-width: 350px;
  aspect-ratio: 1 / 1;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
/* line 826, ../sass/media/_main.scss */
.so_one .sopic img {
  width: 100%;
}

/* line 832, ../sass/media/_main.scss */
.mySwiper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 839, ../sass/media/_main.scss */
.midswiper {
  width: 90%;
  margin: 0 auto;
  max-width: 1680px;
  position: relative;
}
/* line 844, ../sass/media/_main.scss */
.midswiper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 850, ../sass/media/_main.scss */
.midswiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 858, ../sass/media/_main.scss */
.fixbg4 {
  background-image: url("../images/bg4.jpg");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 873, ../sass/media/_main.scss */
.ai-applications {
  background: url("../images/bg-lightwave.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 8vh 0;
}
/* line 878, ../sass/media/_main.scss */
.ai-applications .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
/* line 884, ../sass/media/_main.scss */
.ai-applications .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
/* line 890, ../sass/media/_main.scss */
.ai-applications .app-card {
  border-radius: 12px;
  padding: 1.5rem;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  padding-bottom: 60px;
}
/* line 903, ../sass/media/_main.scss */
.ai-applications .app-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
/* line 911, ../sass/media/_main.scss */
.ai-applications .app-card h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
/* line 918, ../sass/media/_main.scss */
.ai-applications .app-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}
/* line 924, ../sass/media/_main.scss */
.ai-applications .app-card .btn-read {
  align-self: flex-start;
  padding: 0.4rem 1rem;
  background: rgba(255, 255, 255, 0.5);
  color: #75073C;
  border-radius: 24px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s;
}
/* line 934, ../sass/media/_main.scss */
.ai-applications .app-card .btn-read:hover {
  background: #75073C;
  color: #fff;
}
/* line 939, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent {
  backdrop-filter: none;
}
/* line 941, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent .divempty {
  height: 100%;
  position: relative;
}
/* line 945, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent .btn-read {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 956, ../sass/media/_main.scss */
.mySwiper .swiper-slide.is-filtered {
  display: none !important;
}

/* line 961, ../sass/media/_main.scss */
.fullbtn {
  width: 100%;
}
/* line 963, ../sass/media/_main.scss */
.fullbtn .divempty {
  position: relative;
  text-align: center;
}
/* line 967, ../sass/media/_main.scss */
.fullbtn .btn-read {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
}

/* line 974, ../sass/media/_main.scss */
.ptswiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
}
/* line 980, ../sass/media/_main.scss */
.ptswiper .swiper-slide {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 988, ../sass/media/_main.scss */
.pt_one {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 993, ../sass/media/_main.scss */
.pt_one img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

/* line 1001, ../sass/media/_main.scss */
.news-section {
  width: 100%;
  padding: 24px 16px;
}

/* line 1006, ../sass/media/_main.scss */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 60px 0;
}

/* line 1013, ../sass/media/_main.scss */
.news-card {
  display: flex;
  flex-direction: column;
}
/* line 1017, ../sass/media/_main.scss */
.news-card__pic, .news-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
}
/* line 1026, ../sass/media/_main.scss */
.news-card__pic img, .news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
/* line 1034, ../sass/media/_main.scss */
.news-card__pic:hover img, .news-card__media:hover img {
  transform: scale(1.03);
}
/* line 1037, ../sass/media/_main.scss */
.news-card__title {
  margin: 20px 5px;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  text-align: left;
  text-decoration: none;
}
/* line 1044, ../sass/media/_main.scss */
.news-card__title:hover {
  text-decoration: none;
  color: #76063C;
}
/* line 1050, ../sass/media/_main.scss */
.news-card__excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
/* line 1056, ../sass/media/_main.scss */
.news-card a:hover {
  text-decoration: none;
  color: #76063C;
}
/* line 1059, ../sass/media/_main.scss */
.news-card a:hover .news-card__title {
  text-decoration: none;
  color: #76063C;
}

/*******************************/
/* line 1070, ../sass/media/_main.scss */
.btn-read {
  display: inline-block;
  padding: 10px 24px;
  background-color: #76063C;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-weight: bold;
}

/* line 1083, ../sass/media/_main.scss */
.ax_red {
  color: #76063C !important;
}

/* line 1086, ../sass/media/_main.scss */
.ta_c {
  text-align: center;
}

/* line 1089, ../sass/media/_main.scss */
.ta_l {
  text-align: left !important;
}

/* line 1092, ../sass/media/_main.scss */
.pt_5vh {
  padding-top: 5vh;
}

/* line 1095, ../sass/media/_main.scss */
.bg_c1 {
  background: #FBFBFB;
}

@media only screen and (max-width: 1440px) {
  /* 1440 */
  /* line 4, ../sass/media/_touch_main.scss */
  .ai-applications .grid-3 {
    gap: 0px;
  }
}
@media only screen and (max-width: 1334px) {
  /* 1334 */
}
@media only screen and (max-width: 1280px) {
  /* 1280 */
  /* line 15, ../sass/media/_touch_main.scss */
  .ai-applications .grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  /* line 19, ../sass/media/_touch_main.scss */
  .bn1, .bn2, .bn3, .bn4 {
    padding-bottom: 40%;
  }

  /* line 22, ../sass/media/_touch_main.scss */
  .Discover_wrapper {
    max-width: 70%;
  }

  /* line 25, ../sass/media/_touch_main.scss */
  .p_width {
    max-width: 90%;
  }

  /* line 28, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1154px) {
  /* 1154 */
  /* line 37, ../sass/media/_touch_main.scss */
  .had_wrap {
    max-width: 90%;
  }

  /* line 40, ../sass/media/_touch_main.scss */
  .cpu_con {
    width: 90%;
  }

  /* line 43, ../sass/media/_touch_main.scss */
  .Contact_wrapper {
    max-width: 70%;
  }

  /* line 46, ../sass/media/_touch_main.scss */
  .sec_box.bg1 {
    background: url(../images/transportation_0513_02.jpg) center left/cover no-repeat;
    padding: 60px 0;
  }

  /* line 50, ../sass/media/_touch_main.scss */
  .halfcontent {
    margin-left: 15vw;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
  }

  /* line 55, ../sass/media/_touch_main.scss */
  .box_grid {
    gap: 20px;
  }

  /* line 59, ../sass/media/_touch_main.scss */
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  /* 992 */
  /* line 68, ../sass/media/_touch_main.scss */
  .bn1, .bn2, .bn3, .bn4 {
    padding-bottom: 45%;
  }

  /* line 71, ../sass/media/_touch_main.scss */
  .Discover_wrapper {
    max-width: 80%;
  }

  /* line 74, ../sass/media/_touch_main.scss */
  .Contact_wrapper {
    max-width: 80%;
  }

  /* line 77, ../sass/media/_touch_main.scss */
  .great_td {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  /* line 82, ../sass/media/_touch_main.scss */
  .ai_md {
    margin-bottom: 30px;
  }

  /* line 85, ../sass/media/_touch_main.scss */
  .r2_pic {
    width: 100%;
  }

  /* line 89, ../sass/media/_touch_main.scss */
  .feature-block,
  .feature-block.reverse {
    flex-direction: column !important;
    text-align: center;
  }

  /* line 94, ../sass/media/_touch_main.scss */
  .feature-image,
  .feature-text {
    flex: 1 1 100%;
    width: 80%;
  }

  /* line 100, ../sass/media/_touch_main.scss */
  .feature-image img {
    max-width: 100%;
    height: auto;
    flex: none;
  }

  /* line 105, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions .solution-card h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  /* 768 */
  /* line 111, ../sass/media/_touch_main.scss */
  .mySwiper {
    width: 80%;
  }

  /* line 114, ../sass/media/_touch_main.scss */
  .pull-right li {
    margin-right: 30px;
  }

  /* line 117, ../sass/media/_touch_main.scss */
  .bannertext {
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    box-sizing: border-box;
    padding-right: 2vw;
    color: #fff;
  }
  /* line 125, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  /* line 130, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  /* line 135, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions {
    gap: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  /* 680 */
  /* line 143, ../sass/media/_touch_main.scss */
  .submit_btn {
    margin-bottom: 10px;
  }

  /* line 147, ../sass/media/_touch_main.scss */
  .table_con h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
  }

  /* line 154, ../sass/media/_touch_main.scss */
  .motion_wrapper {
    width: 980px;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 7vh;
    margin-bottom: 15vh;
  }

  /* line 162, ../sass/media/_touch_main.scss */
  .aiper_font h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  /* line 167, ../sass/media/_touch_main.scss */
  .contact_title {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 5vh;
  }

  /* line 172, ../sass/media/_touch_main.scss */
  .un_md {
    padding: 20px 0 0 0;
  }

  /* line 175, ../sass/media/_touch_main.scss */
  .solu_bn_title {
    font-size: 1.5rem;
    line-height: 0rem;
    margin-bottom: 20px;
  }

  /* line 180, ../sass/media/_touch_main.scss */
  .p_width {
    max-width: 85%;
  }

  /* line 183, ../sass/media/_touch_main.scss */
  .tra_p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 188, ../sass/media/_touch_main.scss */
  .sec_box h2 {
    font-size: 1.2rem;
  }
  /* line 192, ../sass/media/_touch_main.scss */
  .sec_box p {
    font-size: .9rem;
    line-height: 1.6rem;
    text-align: justify;
  }

  /* line 200, ../sass/media/_touch_main.scss */
  .solout_con p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 206, ../sass/media/_touch_main.scss */
  .expan_font_box p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 211, ../sass/media/_touch_main.scss */
  .pull-right {
    margin-top: 0;
  }

  /* line 214, ../sass/media/_touch_main.scss */
  .m_menu {
    display: block;
  }

  /* line 217, ../sass/media/_touch_main.scss */
  .solu_pin {
    padding: 26px;
  }

  /* line 220, ../sass/media/_touch_main.scss */
  .solu_bn_title {
    margin-bottom: 0;
  }

  /* line 223, ../sass/media/_touch_main.scss */
  .solu_p {
    display: none;
  }

  /* line 226, ../sass/media/_touch_main.scss */
  .tt_hd {
    display: none;
  }

  /* line 230, ../sass/media/_touch_main.scss */
  .mobile_block {
    display: block;
  }

  /* line 233, ../sass/media/_touch_main.scss */
  .cell_td {
    display: inline-block;
  }

  /* line 236, ../sass/media/_touch_main.scss */
  .cell_td {
    width: 100%;
  }

  /* line 239, ../sass/media/_touch_main.scss */
  .lin_wrap {
    max-width: 65%;
    margin: 0 auto;
  }

  /* line 243, ../sass/media/_touch_main.scss */
  .woi_wrap {
    max-width: 90%;
  }

  /* line 246, ../sass/media/_touch_main.scss */
  .Discover_wrapper {
    max-width: 80%;
    padding: 10vh 0;
  }
  /* line 249, ../sass/media/_touch_main.scss */
  .Discover_wrapper.nopad {
    padding: 0;
  }

  /* line 253, ../sass/media/_touch_main.scss */
  .Contact_wrapper {
    max-width: 80%;
  }

  /* line 256, ../sass/media/_touch_main.scss */
  .r1_pic {
    width: 89%;
  }

  /* line 259, ../sass/media/_touch_main.scss */
  .had_wrap {
    max-width: 100%;
  }

  /* line 262, ../sass/media/_touch_main.scss */
  .list-inline {
    display: none;
  }

  /* line 265, ../sass/media/_touch_main.scss */
  .logo {
    margin-left: 20px;
  }

  /*20250613*/
  /* line 270, ../sass/media/_touch_main.scss */
  .halfpic {
    display: none;
  }

  /* line 273, ../sass/media/_touch_main.scss */
  .halfcontent {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 278, ../sass/media/_touch_main.scss */
  .box_grid.for2 {
    grid-template-columns: 1fr;
  }

  /* line 282, ../sass/media/_touch_main.scss */
  .product-tabs {
    display: none;
  }

  /* line 285, ../sass/media/_touch_main.scss */
  .tab-select {
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 0.5rem;
    font-size: 1rem;
  }

  /* line 292, ../sass/media/_touch_main.scss */
  .ai-section .ai-services .service-box {
    flex: 1 1 100%;
  }
  /* line 294, ../sass/media/_touch_main.scss */
  .ai-section .ai-services .service-box h3 {
    display: block;
    text-align: center;
  }

  /* line 299, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions .solution-card {
    flex: 1 1 100%;
    gap: 2rem;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  /* 640 */
  /* line 310, ../sass/media/_touch_main.scss */
  .bn1, .bn2, .bn3, .bn4 {
    padding-bottom: 55%;
  }

  /* line 314, ../sass/media/_touch_main.scss */
  .bannertext {
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    box-sizing: border-box;
    padding-right: 2vw;
    color: #fff;
  }
  /* line 322, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  /* line 327, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  /* line 333, ../sass/media/_touch_main.scss */
  .news-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  /* 480 */
  /* line 343, ../sass/media/_touch_main.scss */
  .bn1 {
    padding-bottom: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_01.png");
    background-position: 30%;
    background-size: cover;
  }

  /* line 351, ../sass/media/_touch_main.scss */
  .bn2 {
    padding-bottom: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_02.png");
    background-position: 30%;
    background-size: cover;
  }

  /* line 359, ../sass/media/_touch_main.scss */
  .bn3 {
    padding-bottom: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_03.png");
    background-position: 30%;
    background-size: cover;
  }

  /* line 367, ../sass/media/_touch_main.scss */
  .bn4 {
    padding-bottom: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_04.png");
    background-position: 30%;
    background-size: cover;
  }

  /* line 375, ../sass/media/_touch_main.scss */
  .bannertext {
    left: 0%;
    margin-left: 20px;
    padding: 20px;
  }
  /* line 380, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  /* line 385, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 414px) {
  /* 414 */
}
@media only screen and (max-width: 390px) {
  /* 390*/
}
@media only screen and (max-width: 375px) {
  /* 375 */
}
@media only screen and (max-width: 320px) {
  /* 320 */
}
/** background image file **/
/** benefits background image file **/
/** vip icon background image file **/
/** benefit channel background image file **/
/** hyperlinks anchor **/
/** buttons red **/
/** buttons red in header **/
/** buttons blue **/
/** green **/
/** buttons blink yellow **/
/** other **/
/**  header **/
/** 回饋標示 **/
/**main nav**/
/*query nav*/
/*reputation*/
/** touch **/
/** ax **/
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Cozy Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1154 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~980 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~680 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * <div class="cover">
 *   <img/>
 * </div>
 * <p class="title">
 *   <strong>TITLE</strong>
 * </p>
 * <div class="info">
 * </div>
 * <p class="tel"></p>
 * <p class="addr"></p>
 */
/**
 * benefit background
 */
/**
 * benefit background2
 */
/**
 * vip icon background
 */
/**
 * vip icon background2
 */
/**
 * benefit channel background
 */
/**
 * benefit channel background2
 */
/**
 * background
 */
/**
 * background2
 */
/**
 * background-image
 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, ../sass/frame/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/frame/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/frame/_reset.scss */
body {
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 1em;
  color: black;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

/* line 39, ../sass/frame/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 42, ../sass/frame/_reset.scss */
.clearfix {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 43, ../sass/frame/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 46, ../sass/frame/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 51, ../sass/frame/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Add from html5doctor.com Reset Stylesheet
 */
/* line 59, ../sass/frame/_reset.scss */
del {
  text-decoration: line-through;
}

/* change border colour to suit your needs */
/* line 64, ../sass/frame/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../sass/frame/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 2, ../sass/frame/_general.scss */
body {
  font-size: .8em;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  line-height: 170%;
  background: white;
  color: #333;
}

/**
 * Hyperlinks
 */
/* line 13, ../sass/frame/_general.scss */
a {
  color: #0077b1;
  text-decoration: none;
}

/* line 17, ../sass/frame/_general.scss */
a:hover {
  text-decoration: underline;
}

/* line 20, ../sass/frame/_general.scss */
a[target=_blank]:hover {
  color: #be252c;
}

/* line 23, ../sass/frame/_general.scss */
a.ad,
a.important {
  color: #be252c;
}

/* line 27, ../sass/frame/_general.scss */
a img {
  border: none;
}

/**
 * Form Elements
 */
/* line 34, ../sass/frame/_general.scss */
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=button],
input[type=submit] {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 48, ../sass/frame/_general.scss */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  outline: none;
}

/**
 * Common Class Names
 */
/* line 60, ../sass/frame/_general.scss */
.hide {
  display: none;
}

/* line 63, ../sass/frame/_general.scss */
.invisible {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: -99999px;
  top: -99999px;
}

/* line 164, ../sass/define/___mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 72, ../sass/frame/_general.scss */
.clearself {
  overflow: hidden;
}

/**
 * inner content style reset
 */
/* line 79, ../sass/frame/_general.scss */
.content p {
  margin: 1.2em 0;
}

/* line 82, ../sass/frame/_general.scss */
.content * {
  line-height: 170%;
}

/* line 85, ../sass/frame/_general.scss */
.content ul,
.content ol {
  margin: 1.2em 0 1.2em 2em;
}

/* line 89, ../sass/frame/_general.scss */
.content ul {
  list-style: disc;
}

/* line 92, ../sass/frame/_general.scss */
.content ol {
  list-style: decimal;
}

/**
 * Layouts
 */
/* line 99, ../sass/frame/_general.scss */
.layout-wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 105, ../sass/frame/_general.scss */
.ad {
  background: #fffadc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 108, ../sass/frame/_general.scss */
.ad .ysm {
  padding: 10px;
}
/* line 110, ../sass/frame/_general.scss */
.ad .ysm dl {
  margin-bottom: 10px;
}
/* line 113, ../sass/frame/_general.scss */
.ad .ysm dd {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}

/**
 * background image prepare
 */
/* line 104, ../sass/define/___background.scss */
.i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.i:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .i:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}

/**
 * message
 */
/* line 132, ../sass/frame/_general.scss */
div[class^=message-] {
  padding: 1em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 136, ../sass/frame/_general.scss */
div.center[class^=message-] {
  text-align: center;
}

/* line 139, ../sass/frame/_general.scss */
.message-info {
  background: #dcebf0;
}

/**
 * .button
 * .button.blue
 * .button.grey (or .button.gray)
 * .button.large    // shadow style
 * .button.medium   // shadow style
 * .button.small
 * .button.disabled
 */
/* line 10, ../sass/frame/_button.scss */
.button {
  /** active/pressed **/
  /**
   * Grey
   */
  /**
   * Blue
   */
  /**
   * gray
   */
 /**
* blink yellow button
*/
  /**Header Red **/
  /** Large **/
  /**
   * Medium
   */
  /**
   * Small
   */
}
/* line 11, ../sass/frame/_button.scss */
.button {
  font-size: 12.8px;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
  width: auto;
  text-align: center;
  line-height: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #be252c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
/* line 26, ../sass/frame/_button.scss */
.button, .button[type] {
  padding: .5em 1em .4em;
}
/* line 30, ../sass/frame/_button.scss */
.button:hover {
  color: white !important;
  text-decoration: none !important;
  background: #ce343f;
}
/* line 35, ../sass/frame/_button.scss */
.button.disabled, .button[disabled] {
  cursor: default !important;
  color: #e5babf;
  background: #cc757f;
}
/* line 41, ../sass/frame/_button.scss */
.button[type=reset], .button[type=button], .button[type=submit] {
  font-family: inherit;
  border: 0 none;
  margin: 0;
}
/* line 51, ../sass/frame/_button.scss */
.button:active, .button.pressed {
  background: #9e1621;
}
/* line 54, ../sass/frame/_button.scss */
.button:active.large, .button.pressed.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #be252c;
  -moz-box-shadow: inset 0 -4px 0 0 #be252c;
  box-shadow: inset 0 -4px 0 0 #be252c;
}
/* line 57, ../sass/frame/_button.scss */
.button:active.medium, .button.pressed.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #be252c;
  -moz-box-shadow: inset 0 -3px 0 0 #be252c;
  box-shadow: inset 0 -3px 0 0 #be252c;
}
/* line 65, ../sass/frame/_button.scss */
.button.grey, .button.gray {
  /** active/pressed **/
}
/* line 67, ../sass/frame/_button.scss */
.button.grey, .button.gray {
  background: #eee;
  color: #555 !important;
}
/* line 71, ../sass/frame/_button.scss */
.button.grey:hover, .button.gray:hover {
  background: #ddd;
  color: #555 !important;
}
/* line 75, ../sass/frame/_button.scss */
.button.grey.disabled, .button.grey[disabled], .button.gray.disabled, .button.gray[disabled] {
  color: #bbb !important;
  background: #eee !important;
}
/* line 81, ../sass/frame/_button.scss */
.button.grey.large, .button.gray.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 84, ../sass/frame/_button.scss */
.button.grey.large.disabled, .button.grey.large[disabled], .button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 90, ../sass/frame/_button.scss */
.button.grey.medium, .button.gray.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 93, ../sass/frame/_button.scss */
.button.grey.medium.medium.disabled, .button.grey.medium.medium[disabled], .button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/frame/_button.scss */
.button.grey:active, .button.grey.pressed, .button.gray:active, .button.gray.pressed {
  background: #333;
  color: white !important;
}
/* line 105, ../sass/frame/_button.scss */
.button.grey:active.large, .button.grey.pressed.large, .button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 108, ../sass/frame/_button.scss */
.button.grey:active.medium, .button.grey.pressed.medium, .button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 117, ../sass/frame/_button.scss */
.button.blue {
  /** active/pressed **/
}
/* line 118, ../sass/frame/_button.scss */
.button.blue {
  background: #1180c2;
}
/* line 121, ../sass/frame/_button.scss */
.button.blue:hover {
  background: #2290c6;
}
/* line 124, ../sass/frame/_button.scss */
.button.blue.disabled, .button.blue[disabled] {
  color: #b1d1e1 !important;
  background: #0066a0 !important;
}
/* line 130, ../sass/frame/_button.scss */
.button.blue.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -4px 0 0 #0066a0;
  box-shadow: inset 0 -4px 0 0 #0066a0;
}
/* line 133, ../sass/frame/_button.scss */
.button.blue.large.disabled, .button.blue.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  box-shadow: inset 0 -4px 0 0 #b1d1e1;
}
/* line 139, ../sass/frame/_button.scss */
.button.blue.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -3px 0 0 #0066a0;
  box-shadow: inset 0 -3px 0 0 #0066a0;
}
/* line 142, ../sass/frame/_button.scss */
.button.blue.medium.medium.disabled, .button.blue.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  box-shadow: inset 0 -3px 0 0 #b1d1e1;
}
/* line 150, ../sass/frame/_button.scss */
.button.blue:active, .button.blue.pressed {
  background: #0066a0;
}
/* line 153, ../sass/frame/_button.scss */
.button.blue:active.large, .button.blue.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
}
/* line 156, ../sass/frame/_button.scss */
.button.blue:active.medium, .button.blue.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
}
/* line 165, ../sass/frame/_button.scss */
.button.gray {
  /** active/pressed **/
}
/* line 166, ../sass/frame/_button.scss */
.button.gray {
  background: #e7e7e7;
}
/* line 169, ../sass/frame/_button.scss */
.button.gray:hover {
  background: #cccccc;
}
/* line 172, ../sass/frame/_button.scss */
.button.gray.disabled, .button.gray[disabled] {
  color: #cccccc !important;
  background: #e7e7e7 !important;
}
/* line 178, ../sass/frame/_button.scss */
.button.gray.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
/* line 181, ../sass/frame/_button.scss */
.button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
/* line 187, ../sass/frame/_button.scss */
.button.gray.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
/* line 190, ../sass/frame/_button.scss */
.button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
/* line 198, ../sass/frame/_button.scss */
.button.gray:active, .button.gray.pressed {
  background: #777777;
}
/* line 201, ../sass/frame/_button.scss */
.button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
}
/* line 204, ../sass/frame/_button.scss */
.button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
}
/* line 213, ../sass/frame/_button.scss */
.button.blink {
  background: #F39C12;
}
/* line 216, ../sass/frame/_button.scss */
.button.blink:hover {
  background: #FBB03B;
}
/* line 219, ../sass/frame/_button.scss */
.button.blink.disabled, .button.blink[disabled] {
  color: #fffadc !important;
  background: #D35400 !important;
}
/* line 225, ../sass/frame/_button.scss */
.button.blink.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #D35400;
  -moz-box-shadow: inset 0 -4px 0 0 #D35400;
  box-shadow: inset 0 -4px 0 0 #D35400;
}
/* line 228, ../sass/frame/_button.scss */
.button.blink.large.disabled, .button.blink.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -4px 0 0 #9F400C;
  box-shadow: inset 0 -4px 0 0 #9F400C;
}
/* line 234, ../sass/frame/_button.scss */
.button.blink.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #D35400;
  -moz-box-shadow: inset 0 -3px 0 0 #D35400;
  box-shadow: inset 0 -3px 0 0 #D35400;
}
/* line 237, ../sass/frame/_button.scss */
.button.blink.medium.medium.disabled, .button.blink.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -3px 0 0 #9F400C;
  box-shadow: inset 0 -3px 0 0 #9F400C;
}
/* line 244, ../sass/frame/_button.scss */
.button.blink:active, .button.blink.pressed {
  background: #D35400;
}
/* line 247, ../sass/frame/_button.scss */
.button.blink:active.large, .button.blink.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
}
/* line 250, ../sass/frame/_button.scss */
.button.blink:active.medium, .button.blink.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
}
/* line 256, ../sass/frame/_button.scss */
.button.header-red {
  /** active/pressed **/
}
/* line 257, ../sass/frame/_button.scss */
.button.header-red {
  background: #e8414d;
  -webkit-box-shadow: inset 0 -4px 0 0 #8f0100;
  -moz-box-shadow: inset 0 -4px 0 0 #8f0100;
  box-shadow: inset 0 -4px 0 0 #8f0100;
  padding-top: .5em;
  padding-bottom: .8em;
}
/* line 263, ../sass/frame/_button.scss */
.button.header-red:hover {
  background: #ea4f5a;
}
/* line 269, ../sass/frame/_button.scss */
.button.header-red:active, .button.header-red.pressed {
  background: #ea4f5a;
  -webkit-box-shadow: inset 0 4px 1px 0 #8f0100;
  -moz-box-shadow: inset 0 4px 1px 0 #8f0100;
  box-shadow: inset 0 4px 1px 0 #8f0100;
}
/* line 277, ../sass/frame/_button.scss */
.button.large {
  font-size: 15px;
  padding: 9px 22px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -4px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -4px 0 0 #9e1621;
  box-shadow: inset 0 -4px 0 0 #9e1621;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 284, ../sass/frame/_button.scss */
.button.large.disabled, .button.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -4px 0 0 #e5babf;
  box-shadow: inset 0 -4px 0 0 #e5babf;
}
/* line 288, ../sass/frame/_button.scss */
.button.large:active, .button.large.pressed {
  -webkit-box-shadow: inset 0 4px 1px 0 #7d0b14;
  -moz-box-shadow: inset 0 4px 1px 0 #7d0b14;
  box-shadow: inset 0 4px 1px 0 #7d0b14;
  padding: 11px 22px 9px;
}
/* line 299, ../sass/frame/_button.scss */
.button.medium {
  font-size: 13.2px;
  padding: 8px 16px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -3px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -3px 0 0 #9e1621;
  box-shadow: inset 0 -3px 0 0 #9e1621;
}
/* line 305, ../sass/frame/_button.scss */
.button.medium.disabled, .button.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -3px 0 0 #e5babf;
  box-shadow: inset 0 -3px 0 0 #e5babf;
}
/* line 309, ../sass/frame/_button.scss */
.button.medium:active, .button.medium.pressed {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  padding: 9px 16px 8px;
}
/* line 320, ../sass/frame/_button.scss */
.button.small {
  font-size: 12px;
  padding: .4em .5em .3em;
}

/**
 * ico-
 */
/* line 331, ../sass/frame/_button.scss */
.button.large.ico-arrow {
  padding-left: 33px;
}
/* line 104, ../sass/define/___background.scss */
.button.large.ico-arrow {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.button.large.ico-arrow:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .button.large.ico-arrow:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.button.large.ico-arrow:after {
  width: 16px;
  padding-top: 16px;
  background-position: -80px -154px;
  top: 8px;
  left: 10px;
}

/**
 * collect-button style
 */
/* line 339, ../sass/frame/_button.scss */
.button.collect-button {
  height: 30px;
  width: 80px;
  padding-left: 17px !important;
  padding-right: 0 !important;
  text-align: center;
}
/* line 88, ../sass/define/___background.scss */
.button.collect-button:after {
  width: 16px;
  padding-top: 16px;
  background-position: -160px -170px;
  top: 6px;
  left: 8px;
}
/* line 88, ../sass/define/___background.scss */
.button.collect-button.pressed:after {
  width: 16px;
  padding-top: 16px;
  background-position: -16px -154px;
  top: 7px;
  left: 8px;
}

/**
 * UI Select
 * g-select
 */
/* line 10, ../sass/frame/_ui-style.scss */
.g-select a.button:first-child + div {
  padding-top: 7px;
}

/**
 * Droplist
 * ul.g-droplist
 */
/* line 20, ../sass/frame/_ui-style.scss */
ul.g-droplist {
  z-index: 1;
  background: white;
  border: 2px solid #ccc;
  padding: .5em 0;
  width: auto;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 29, ../sass/frame/_ui-style.scss */
ul.g-droplist li.hr {
  padding-bottom: .3em;
  margin-bottom: .4em;
  border-bottom: 1px solid #eee;
}
/* line 34, ../sass/frame/_ui-style.scss */
ul.g-droplist li a {
  display: block;
  padding: .2em 1em;
}
/* line 38, ../sass/frame/_ui-style.scss */
ul.g-droplist li a:hover {
  text-decoration: none;
  color: white;
  background: #0077b1;
}

/**
  *
*/
/* line 49, ../sass/frame/_ui-style.scss */
.light-box-overlayer {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

/* line 58, ../sass/frame/_ui-style.scss */
.light-box {
  background: #FFF;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  z-index: 1000;
}

/* line 64, ../sass/frame/_ui-style.scss */
.light-box-close {
  position: absolute !important;
  background: #000;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  right: -26px;
  top: 0;
  cursor: pointer;
}
/* line 104, ../sass/define/___background.scss */
.light-box-close {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.light-box-close:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .light-box-close:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.light-box-close:after {
  width: 16px;
  padding-top: 16px;
  background-position: -240px -154px;
  top: 4px;
  left: 4px;
}

/**
 * lightview
 */
/* line 81, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content {
  padding-top: 10px;
}
/* line 164, ../sass/define/___mixins.scss */
.lightview-box .lightview-content {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
.lightview-box .lightview-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 86, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content .avatar {
  float: left;
  width: 50px;
  height: 50px;
}
/* line 91, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content .avatar img {
  width: 50px;
  height: 50px;
}
/* line 95, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content .avatar ~ p {
  margin-left: 60px;
}
/* line 98, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content .avatar + .name {
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 102, ../sass/frame/_ui-style.scss */
.lightview-box .lightview-content .avatar ~ .info {
  line-height: 1.4em;
}

/**
 * zIndex setting
 */
/* line 5, ../sass/frame/_header.scss */
#header .area {
  z-index: 30;
}
/* line 8, ../sass/frame/_header.scss */
#header nav ul ul {
  z-index: 11;
}

/* line 14, ../sass/frame/_header.scss */
#header {
  /**
   * General
   */
  /**
   * Region (生活圈)
   */
  /** app info line **/
  /**
     * User
     */
 /**
* Logo
*/
  /**
     * Event icon, between logo and search
     */
  /**
   * Search
   */
  /**
   * Function Buttons (新增店家/景點 發表分享文 旅遊規劃)
   */
  /**
   * Main Query Drop down
   */
  /**
   * Main Navigation
   */
  /**
   * Cozy Layout
   */
  /** end of Cozy Layout **/
  /**
   * Compact Layout
   */
  /** end of Compact Layout **/
}
/* line 19, ../sass/frame/_header.scss */
#header {
  background-color: #be252c;
  color: white;
}
/* line 23, ../sass/frame/_header.scss */
#header a {
  color: white;
  text-decoration: none;
}
/* line 28, ../sass/frame/_header.scss */
#header .top-header {
  padding: .2em 0;
  position: relative;
  background-color: #333333;
}
/* line 164, ../sass/define/___mixins.scss */
#header .top-header {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
#header .top-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 34, ../sass/frame/_header.scss */
#header .middle-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: .6em 0 .4em;
}
/* line 38, ../sass/frame/_header.scss */
#header .middle-header .layout-wrapper {
  position: relative;
}
/* line 164, ../sass/define/___mixins.scss */
#header .middle-header .layout-wrapper {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
#header .middle-header .layout-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 43, ../sass/frame/_header.scss */
#header .bottom-header {
  position: relative;
  background-color: #8f0100;
  height: 32px;
}
/* line 56, ../sass/frame/_header.scss */
#header #region {
  width: 160px;
  float: left;
}
/* line 60, ../sass/frame/_header.scss */
#header #region > div {
  z-index: 1000;
}
/* line 64, ../sass/frame/_header.scss */
#header #region > a span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  color: #666666;
  padding: 0 23px 0 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
}
/* line 73, ../sass/frame/_header.scss */
#header #region > a span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  border-top: 5px solid #666666;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 85, ../sass/frame/_header.scss */
#header #region.open a span:after {
  border-bottom: 5px solid #666666;
  border-top: none;
}
/* line 91, ../sass/frame/_header.scss */
#header #region .area {
  background: white;
  width: 290px;
  top: 4px;
  left: 50px;
  border: 2px solid #ccc;
  padding: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 100, ../sass/frame/_header.scss */
#header #region .area a:hover,
#header #region .area a:focus {
  color: #be252c;
}
/* line 105, ../sass/frame/_header.scss */
#header #region .area strong {
  float: left;
}
/* line 108, ../sass/frame/_header.scss */
#header #region .area strong a {
  color: black;
}
/* line 111, ../sass/frame/_header.scss */
#header #region .area strong span {
  color: black;
  cursor: default;
}
/* line 118, ../sass/frame/_header.scss */
#header #region .area > li:last-child .city {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 125, ../sass/frame/_header.scss */
#header #region .city {
  overflow: hidden;
  margin-left: 3.1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
/* line 132, ../sass/frame/_header.scss */
#header #region .city > li {
  float: left;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
/* line 137, ../sass/frame/_header.scss */
#header #region .city a {
  color: #0077b1;
}
/* line 144, ../sass/frame/_header.scss */
#header .top-info {
  float: left;
}
/* line 146, ../sass/frame/_header.scss */
#header .top-info a {
  color: #ccc;
  padding-left: 16px;
}
/* line 88, ../sass/define/___background.scss */
#header .top-info a:after {
  width: 16px;
  padding-top: 16px;
  background-position: -256px -154px;
  top: 0;
  left: 0;
}
/* line 151, ../sass/frame/_header.scss */
#header .top-info a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* line 162, ../sass/frame/_header.scss */
#header #user {
  float: right;
}
/* line 165, ../sass/frame/_header.scss */
#header #user > li {
  float: left;
  margin-left: 1em;
}
/* line 168, ../sass/frame/_header.scss */
#header #user > li a {
  color: #e7e7e7;
}
/* line 170, ../sass/frame/_header.scss */
#header #user > li a:hover, #header #user > li a:focus {
  color: #FFF;
  text-decoration: underline;
}
/* line 173, ../sass/frame/_header.scss */
#header #user > li a:hover em, #header #user > li a:focus em {
  color: white;
}
/* line 179, ../sass/frame/_header.scss */
#header #user i {
  display: none;
}
/* line 182, ../sass/frame/_header.scss */
#header #user .fb-login {
  padding-left: 18px;
}
/* line 88, ../sass/define/___background.scss */
#header #user .fb-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -245px 0;
  top: 2px;
  left: 0;
}
/* line 186, ../sass/frame/_header.scss */
#header #user .yh-login {
  padding-left: 18px;
}
/* line 88, ../sass/define/___background.scss */
#header #user .yh-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -259px 0;
  top: 2px;
  left: 0;
}
/* line 190, ../sass/frame/_header.scss */
#header #user em {
  background-color: #9e1621;
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
  font-style: normal;
  line-height: 11px;
  padding: 2px 5px 0;
  vertical-align: middle;
  margin-right: 2px;
}
/* line 203, ../sass/frame/_header.scss */
#header #user .service-list,
#header #user .notice-list {
  position: relative;
  margin-right: .5em;
}
/* line 207, ../sass/frame/_header.scss */
#header #user .service-list > a:after,
#header #user .notice-list > a:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10px;
  border-top: 5px solid #e7e7e7;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: none;
}
/* line 217, ../sass/frame/_header.scss */
#header #user .service-list.open > a,
#header #user .notice-list.open > a {
  color: #FFF;
}
/* line 219, ../sass/frame/_header.scss */
#header #user .service-list.open > a:after,
#header #user .notice-list.open > a:after {
  border-top: none;
  border-bottom: 5px solid #FFF;
}
/* line 224, ../sass/frame/_header.scss */
#header #user .service-list > div,
#header #user .notice-list > div {
  padding-top: 5px;
}
/* line 227, ../sass/frame/_header.scss */
#header #user .service-list ul,
#header #user .notice-list ul {
  z-index: 12;
  width: 120px;
  border: 1px solid #afafaf;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 232, ../sass/frame/_header.scss */
#header #user .service-list ul:after,
#header #user .notice-list ul:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 1em;
  width: 9px;
  height: 9px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
/* line 248, ../sass/frame/_header.scss */
#header #user .service-list ul li,
#header #user .notice-list ul li {
  padding: 0 .5em;
}
/* line 250, ../sass/frame/_header.scss */
#header #user .service-list ul li:last-child a,
#header #user .notice-list ul li:last-child a {
  border-bottom: none;
}
/* line 255, ../sass/frame/_header.scss */
#header #user .service-list ul a,
#header #user .notice-list ul a {
  color: #666666;
  display: block;
  padding-left: 0.5em;
  line-height: 2em;
  border-bottom: 1px solid #E6E6E6;
}
/* line 263, ../sass/frame/_header.scss */
#header #user .service-list ul a:hover,
#header #user .notice-list ul a:hover {
  color: #808080 !important;
  background: #CCCCCC;
  text-decoration: none;
}
/* line 270, ../sass/frame/_header.scss */
#header #user .notice-list ul {
  width: 170px;
}
/* line 273, ../sass/frame/_header.scss */
#header #user .notice-list a b {
  color: #be252c;
  font-family: Montserrat,"微軟正黑體", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-right: .3em;
  font-size: 1.2em;
}
/* line 280, ../sass/frame/_header.scss */
#header #user .notice-list a:hover b {
  color: white;
}
/* line 291, ../sass/frame/_header.scss */
#header h2 {
  width: 160px;
  float: left;
}
/* line 295, ../sass/frame/_header.scss */
#header h2 a {
  display: block;
  width: 160px;
  height: 35px;
  text-indent: -9999px;
}
/* line 104, ../sass/define/___background.scss */
#header h2 a {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header h2 a:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header h2 a:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header h2 a:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
/* line 306, ../sass/frame/_header.scss */
#header h2 a:focus {
  background-color: #9e1621;
}
/* line 317, ../sass/frame/_header.scss */
#header .event {
  width: 120px;
  height: 50px;
  overflow: hidden;
  margin-top: -8px;
  margin-left: 15px;
  float: left;
}
/* line 324, ../sass/frame/_header.scss */
#header .event a {
  display: block;
  height: 50px;
  background-image: url(/images/frame/flashbuy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: -60px 0;
}
/* line 331, ../sass/frame/_header.scss */
#header .event a:hover {
  background-position: -60px -50px;
}
@media only screen and (max-width: 1280px) {
  /* line 340, ../sass/frame/_header.scss */
  #header .event {
    height: 35px;
    width: 60px;
    margin-top: 4px;
    margin-left: 13px;
    float: left;
  }
  /* line 346, ../sass/frame/_header.scss */
  #header .event a {
    height: 35px;
    background-position: 0px 0;
  }
  /* line 349, ../sass/frame/_header.scss */
  #header .event a:hover {
    background-position: 0px -50px;
  }
}
/* line 366, ../sass/frame/_header.scss */
#header #search {
  float: left;
  vertical-align: middle;
  position: absolute;
  margin-top: .2em;
}
@media only screen and (max-width: 1440px) {
  /* line 366, ../sass/frame/_header.scss */
  #header #search {
    left: 305.5px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 366, ../sass/frame/_header.scss */
  #header #search {
    left: 240px;
  }
}
/* line 378, ../sass/frame/_header.scss */
#header #search .wrapper {
  float: left;
  background: white;
  margin-top: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 385, ../sass/frame/_header.scss */
#header #search .type {
  float: left;
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  background: #f4f4f4;
}
/* line 391, ../sass/frame/_header.scss */
#header #search .type.active {
  background: #ddd;
}
/* line 393, ../sass/frame/_header.scss */
#header #search .type.active label:after {
  border-top: none;
  border-bottom: 5px solid #777777;
}
/* line 398, ../sass/frame/_header.scss */
#header #search .type label {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  cursor: pointer;
  color: #666666;
  height: 28px;
  padding: 0 22px 0 8px;
  line-height: 26px;
  position: relative;
}
/* line 410, ../sass/frame/_header.scss */
#header #search .type label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  border-top: 5px solid #777777;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
/* line 421, ../sass/frame/_header.scss */
#header #search .type select {
  -webkit-appearance: menulist-button;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 28px;
  cursor: pointer;
  margin: 0;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
/* line 435, ../sass/frame/_header.scss */
#header #search .inputs {
  margin-left: 60px;
}
/* line 164, ../sass/define/___mixins.scss */
#header #search .inputs {
  zoom: 1;
}
/* line 167, ../sass/define/___mixins.scss */
#header #search .inputs:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 440, ../sass/frame/_header.scss */
#header #search .inputs input[type=text] {
  font-size: 15px;
  height: 28px;
  padding: 0 .3em;
  float: left;
  background: transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 447, ../sass/frame/_header.scss */
#header #search .inputs input[type=text]:focus {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
/* line 451, ../sass/frame/_header.scss */
.ie8 #header #search .inputs input[type=text] {
  padding-top: 6px;
}
/* line 454, ../sass/frame/_header.scss */
#header #search .inputs input.placeholder[type=text] {
  color: #999;
}
/* line 457, ../sass/frame/_header.scss */
#header #search .inputs input[name=kw] {
  width: 40%;
}
/* line 460, ../sass/frame/_header.scss */
#header #search .inputs input[name=adkw] {
  width: 59%;
  border-left: 1px solid #ccc;
}
/* line 465, ../sass/frame/_header.scss */
#header #search .inputs.wide input[name=kw] {
  width: 100%;
}
/* line 469, ../sass/frame/_header.scss */
#header #search input[type=submit] {
  -webkit-appearance: none;
  font-size: 13px;
  width: 55px;
  height: 27px;
  color: #333;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #7f7f00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe400), to(#ffc300));
  background-image: -webkit-linear-gradient(top, #ffe400, #ffc300);
  background-image: -moz-linear-gradient(top, #ffe400, #ffc300);
  background-image: -ms-linear-gradient(top, #ffe400, #ffc300);
  background-image: -o-linear-gradient(top, #ffe400, #ffc300);
  background-image: linear-gradient(top bottom, #ffe400, #ffc300);
  margin-top: 3px;
  margin-left: 4px;
  cursor: pointer;
  border: 2px solid #FFF;
}
/* line 489, ../sass/frame/_header.scss */
#header #function {
  float: right;
  margin-top: .6em;
}
/* line 493, ../sass/frame/_header.scss */
#header #function li {
  float: left;
  margin: 0 .2em;
}
/* line 496, ../sass/frame/_header.scss */
#header #function li a {
  position: relative;
  padding-left: 26px;
}
/* line 104, ../sass/define/___background.scss */
#header #function li .add-shop {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #function li .add-shop:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #function li .add-shop:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #function li .add-shop:after {
  width: 16px;
  padding-top: 16px;
  background-position: -128px -154px;
  top: 4px;
  left: 8px;
}
/* line 104, ../sass/define/___background.scss */
#header #function li .add-cmmt {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #function li .add-cmmt:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #function li .add-cmmt:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #function li .add-cmmt:after {
  width: 16px;
  padding-top: 16px;
  background-position: -48px -154px;
  top: 4px;
  left: 8px;
}
/* line 515, ../sass/frame/_header.scss */
#header #query-nav {
  display: inline-block;
  width: 160px;
  font-size: 14px;
}
/* line 520, ../sass/frame/_header.scss */
#header #query-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 32px;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: linear-gradient(left right, transparent, rgba(0, 0, 0, 0.15));
}
/* line 529, ../sass/frame/_header.scss */
#header #query-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 161px;
  width: 20px;
  height: 32px;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: linear-gradient(left right, rgba(0, 0, 0, 0.15), transparent);
}
/* line 539, ../sass/frame/_header.scss */
#header #query-nav.open li {
  border-right: 1px solid #afafaf;
}
/* line 543, ../sass/frame/_header.scss */
#header #query-nav > a {
  display: block;
  position: relative;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  background: #eb4956;
  padding-left: 10px;
}
/* line 551, ../sass/frame/_header.scss */
#header #query-nav > a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 141px;
  border-top: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 561, ../sass/frame/_header.scss */
#header #query-nav > a.active:after {
  border-bottom: 5px solid #FFF;
  border-top: none;
}
/* line 566, ../sass/frame/_header.scss */
#header #query-nav > div {
  padding-top: 3px;
  margin-left: -1px;
  z-index: 999;
  position: relative;
}
/* line 572, ../sass/frame/_header.scss */
#header #query-nav > div ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #afafaf solid;
  border-right: none;
  background-color: #FFF;
  color: #000;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
  box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
}
/* line 580, ../sass/frame/_header.scss */
#header #query-nav > div ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  width: 161px;
}
/* line 585, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active > span {
  color: #E6332C;
}
/* line 587, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active > span:before {
  color: #E6332C;
}
/* line 591, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #food-row:after {
  background-position: -205px -134px;
}
/* line 594, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #travel-row:after {
  background-position: -220px -134px;
}
/* line 597, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #other-row:after {
  background-position: -235px -134px;
}
/* line 600, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #dis-row:after {
  background-position: -250px -134px;
}
/* line 603, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #mrt-row:after {
  background-position: -265px -134px;
}
/* line 606, ../sass/frame/_header.scss */
#header #query-nav > div ul li.active #uni-row:after {
  background-position: -280px -134px;
}
/* line 610, ../sass/frame/_header.scss */
#header #query-nav > div ul li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: block;
  position: relative;
  width: 151px;
  padding: 0.8em 0 0.8em 30px;
  border-bottom: 1px solid #E6E6E6;
  cursor: default;
}
/* line 619, ../sass/frame/_header.scss */
#header #query-nav > div ul li > span:before {
  content: "\203A";
  font-size: 25px;
  color: #808080;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 627, ../sass/frame/_header.scss */
#header #query-nav > div ul li > span:hover {
  color: #E6332C;
}
/* line 629, ../sass/frame/_header.scss */
#header #query-nav > div ul li > span:hover:before {
  color: #E6332C;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #food-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #food-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #food-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #food-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -115px -134px;
  top: 10px;
  left: 10px;
}
/* line 638, ../sass/frame/_header.scss */
#header #query-nav > div ul li #food-row:hover:after {
  background-position: -205px -134px;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #travel-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #travel-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #travel-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #travel-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -130px -134px;
  top: 10px;
  left: 10px;
}
/* line 646, ../sass/frame/_header.scss */
#header #query-nav > div ul li #travel-row:hover:after {
  background-position: -220px -134px;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #other-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #other-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #other-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #other-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -145px -134px;
  top: 10px;
  left: 10px;
}
/* line 654, ../sass/frame/_header.scss */
#header #query-nav > div ul li #other-row:hover:after {
  background-position: -235px -134px;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #dis-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #dis-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #dis-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #dis-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -160px -134px;
  top: 10px;
  left: 10px;
}
/* line 662, ../sass/frame/_header.scss */
#header #query-nav > div ul li #dis-row:hover:after {
  background-position: -250px -134px;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #mrt-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #mrt-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #mrt-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #mrt-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -175px -134px;
  top: 10px;
  left: 10px;
}
/* line 670, ../sass/frame/_header.scss */
#header #query-nav > div ul li #mrt-row:hover:after {
  background-position: -265px -134px;
}
/* line 104, ../sass/define/___background.scss */
#header #query-nav > div ul li #uni-row {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
#header #query-nav > div ul li #uni-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  #header #query-nav > div ul li #uni-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
#header #query-nav > div ul li #uni-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -190px -134px;
  top: 10px;
  left: 10px;
}
/* line 678, ../sass/frame/_header.scss */
#header #query-nav > div ul li #uni-row:hover:after {
  background-position: -280px -134px;
}
/* line 683, ../sass/frame/_header.scss */
#header #query-nav > div ul li.first-tag {
  padding-top: .4em;
}
/* line 686, ../sass/frame/_header.scss */
#header #query-nav > div ul li.tag {
  padding-left: 0;
}
/* line 688, ../sass/frame/_header.scss */
#header #query-nav > div ul li.tag span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 168px;
  margin-left: -7px;
  display: block;
  position: relative;
  z-index: 2;
  background: #4d4d4d;
  fon-size: 15px;
  color: #B3B3B3;
  padding-left: 17px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 701, ../sass/frame/_header.scss */
#header #query-nav > div ul li.tag span:before {
  content: "";
}
/* line 704, ../sass/frame/_header.scss */
#header #query-nav > div ul li.tag span:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 3px solid #b3b3b3;
  border-right: 3px solid #b3b3b3;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/* line 717, ../sass/frame/_header.scss */
#header #query-nav > div ul:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 1em;
  width: 12px;
  height: 12px;
  fon-size: 15px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
/* line 736, ../sass/frame/_header.scss */
#header #query-nav .submenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  bottom: -21px;
  left: 161px;
  overflow: auto;
  width: 589px;
}
/* line 745, ../sass/frame/_header.scss */
#header #query-nav .submenu .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border-top: 1px #afafaf solid;
  border-right: 1px #afafaf solid;
  border-bottom: 1px #afafaf solid;
  position: absolute;
  top: 0px;
  bottom: 20px;
  overflow: auto;
  width: 569px;
}
/* line 757, ../sass/frame/_header.scss */
#header #query-nav .submenu dl {
  width: 95%;
  margin: 1em 1.5em;
}
/* line 760, ../sass/frame/_header.scss */
#header #query-nav .submenu dl:last-child {
  margin-bottom: 3em;
}
/* line 764, ../sass/frame/_header.scss */
#header #query-nav .submenu dd {
  color: #E6332C;
  border-bottom: 1px dotted #afafaf;
  line-height: 26px;
}
/* line 769, ../sass/frame/_header.scss */
#header #query-nav .submenu dt {
  padding: 8px 16px 0;
}
/* line 771, ../sass/frame/_header.scss */
#header #query-nav .submenu dt a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: padding-left 0.3s;
  -moz-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
/* line 779, ../sass/frame/_header.scss */
#header #query-nav .submenu dt a:hover {
  color: #0077b1;
  text-decoration: underline;
}
/* line 785, ../sass/frame/_header.scss */
#header #query-nav .submenu#cfood dt a {
  width: 18%;
}
/* line 787, ../sass/frame/_header.scss */
#header #query-nav .submenu#cfood dt a:hover {
  padding-left: 1em;
}
/* line 791, ../sass/frame/_header.scss */
#header #query-nav .submenu#ctravel dt a {
  width: 18%;
}
/* line 793, ../sass/frame/_header.scss */
#header #query-nav .submenu#ctravel dt a:hover {
  padding-left: 1em;
}
/* line 797, ../sass/frame/_header.scss */
#header #query-nav .submenu#cother dt a {
  width: 18%;
}
/* line 799, ../sass/frame/_header.scss */
#header #query-nav .submenu#cother dt a:hover {
  padding-left: 1em;
}
/* line 803, ../sass/frame/_header.scss */
#header #query-nav .submenu#cdis dt a {
  width: 18%;
}
/* line 805, ../sass/frame/_header.scss */
#header #query-nav .submenu#cdis dt a:hover {
  padding-left: 1em;
}
/* line 809, ../sass/frame/_header.scss */
#header #query-nav .submenu#cmrt dt a {
  width: 18%;
}
/* line 811, ../sass/frame/_header.scss */
#header #query-nav .submenu#cmrt dt a:hover {
  padding-left: 1em;
}
/* line 815, ../sass/frame/_header.scss */
#header #query-nav .submenu#cuni dt a {
  width: 23%;
}
/* line 817, ../sass/frame/_header.scss */
#header #query-nav .submenu#cuni dt a:hover {
  padding-left: 1em;
}
/* line 831, ../sass/frame/_header.scss */
#header #nav {
  position: absolute;
  left: 170px;
  top: 0;
  font-size: 14px;
  height: 32px;
}
/* line 838, ../sass/frame/_header.scss */
#header #nav > ul > li {
  /*hot tag*/
  /** submenu **/
}
/* line 839, ../sass/frame/_header.scss */
#header #nav > ul > li {
  float: left;
  /*border-left: 1px solid $dark_pink_border;*/
  /*border-right: 1px solid $pale_pink_border;*/
  /*height:1em;*/
  margin-top: 10px;
}
/* line 847, ../sass/frame/_header.scss */
#header #nav > ul > li.ui-select a {
  position: relative;
  padding-right: 20px;
}
/* line 850, ../sass/frame/_header.scss */
#header #nav > ul > li.ui-select a:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  border-top: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 862, ../sass/frame/_header.scss */
#header #nav > ul > li:first-child {
  border-left: none;
}
/* line 865, ../sass/frame/_header.scss */
#header #nav > ul > li:last-child {
  border-right: none;
}
/* line 868, ../sass/frame/_header.scss */
#header #nav > ul > li > a {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #FFD0C0;
  margin-top: -10px;
}
/* line 878, ../sass/frame/_header.scss */
#header #nav > ul > li > a.new-tag {
  position: relative;
}
/* line 880, ../sass/frame/_header.scss */
#header #nav > ul > li > a.new-tag:after {
  content: "";
  position: absolute;
  top: -11px;
  right: -12px;
  width: 32px;
  height: 27px;
  background: url(/images/frame/new.png) no-repeat;
  background-size: 32px 27px;
  background-size: contain;
  z-index: 9;
}
/* line 893, ../sass/frame/_header.scss */
#header #nav > ul > li > a.new-tag:hover:after {
  border-bottom: 0;
}
/* line 900, ../sass/frame/_header.scss */
#header #nav > ul > li.open > li, #header #nav > ul > li > li:hover {
  border-left: none;
  border-right: none;
}
/* line 906, ../sass/frame/_header.scss */
#header #nav > ul > li.open > a, #header #nav > ul > li > a:hover, #header #nav > ul > li > a:focus {
  color: #FFF;
  background-color: #eb4956;
  /*background-color: $active_pink_bg;*/
  transition: all 0.4s;
}
/* line 913, ../sass/frame/_header.scss */
#header #nav > ul > li.open > a:after, #header #nav > ul > li > a:hover:after, #header #nav > ul > li > a:focus:after {
  border-bottom: 5px solid #FFF;
  border-top: none;
}
/* line 920, ../sass/frame/_header.scss */
#header #nav > ul > li > div {
  padding-top: 3px;
  z-index: 10;
}
/* line 925, ../sass/frame/_header.scss */
#header #nav > ul > li ul {
  background: white;
  border: 1px solid #afafaf;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 120px;
  padding: .6em 0;
  left: 0;
  top: 3px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
/* line 935, ../sass/frame/_header.scss */
#header #nav > ul > li ul li {
  padding: 0;
}
/* line 937, ../sass/frame/_header.scss */
#header #nav > ul > li ul li:last-child a {
  border-bottom: none;
}
/* line 940, ../sass/frame/_header.scss */
#header #nav > ul > li ul li > a:after {
  border: none;
}
/* line 944, ../sass/frame/_header.scss */
#header #nav > ul > li ul a {
  font-size: 13px;
  color: #666666;
  display: block;
  padding: 0 0.5em 0 1em;
  line-height: 2em;
  border-bottom: 1px solid #f0f0f0;
}
/* line 954, ../sass/frame/_header.scss */
#header #nav > ul > li ul a:hover {
  color: #808080;
  background: #f0f0f0;
}
/* line 957, ../sass/frame/_header.scss */
#header #nav > ul > li ul a:hover:after {
  border: none;
}
/* line 961, ../sass/frame/_header.scss */
#header #nav > ul > li ul:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 1em;
  width: 9px;
  height: 9px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
@media only screen and (max-width: 1440px) {
  /* line 1000, ../sass/frame/_header.scss */
  #header #search .wrapper {
    width: 450px;
  }
  /* line 1009, ../sass/frame/_header.scss */
  #header #nav > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
  /* line 1012, ../sass/frame/_header.scss */
  #header #nav > ul > li > a.i {
    padding-right: 24px;
  }
  /* line 88, ../sass/define/___background.scss */
  #header #nav > ul > li > a.i:after {
    width: 8px;
    padding-top: 5px;
    background-position: -205px 0;
    top: 13px;
    right: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 1040, ../sass/frame/_header.scss */
  #header #search .wrapper {
    width: 400px;
  }
  /* line 1049, ../sass/frame/_header.scss */
  #header #nav > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 1052, ../sass/frame/_header.scss */
  #header #nav > ul > li > a.i {
    padding-right: 20px;
  }
  /* line 88, ../sass/define/___background.scss */
  #header #nav > ul > li > a.i:after {
    width: 8px;
    padding-top: 5px;
    background-position: -205px 0;
    top: 13px;
    right: 7px;
  }
  /* line 1059, ../sass/frame/_header.scss */
  #header #function a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/** end of #header **/
/** Search Suggestion **/
/* line 1074, ../sass/frame/_header.scss */
.suggestion-root {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.88);
  color: white;
  padding: .3em 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
/* line 1091, ../sass/frame/_header.scss */
.suggestion-root .suggestion-list li {
  cursor: pointer;
  padding: .3em .6em;
  line-height: 1.3em;
}
/* line 1097, ../sass/frame/_header.scss */
.suggestion-root .suggestion-list li.active {
  background: #1180c2;
  color: white;
}

/**
  * top four golden link and chameleon & breadcrumbs
*/
/* line 1108, ../sass/frame/_header.scss */
#header_banner .hdChame {
  text-align: center;
}

/* line 1112, ../sass/frame/_header.scss */
#bar-header {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
}

/* line 1120, ../sass/frame/_header.scss */
.bar-header-index {
  padding-bottom: 15px;
}

/* line 1123, ../sass/frame/_header.scss */
#bar-header-original {
  height: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 1129, ../sass/frame/_header.scss */
#bar-header-expanded {
  height: 250px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: -70px;
  width: 1000px;
  z-index: 2;
}

/* line 1139, ../sass/frame/_header.scss */
#top-golden-link {
  overflow: hidden;
  height: 44px;
}
/* line 1142, ../sass/frame/_header.scss */
#top-golden-link > ul {
  font-size: 15px;
  overflow: hidden;
  margin: 10px auto 0px;
  padding: 6px 0;
}
@media only screen and (max-width: 1440px) {
  /* line 1142, ../sass/frame/_header.scss */
  #top-golden-link > ul {
    width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 1142, ../sass/frame/_header.scss */
  #top-golden-link > ul {
    width: 1000px;
  }
}
/* line 1154, ../sass/frame/_header.scss */
#top-golden-link li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* scrollbar on touch screen */
/* line 1163, ../sass/frame/_header.scss */
html.touch body #query-list .container {
  /* Track */
  /* Handle */
}
/* line 1164, ../sass/frame/_header.scss */
html.touch body #query-list .container::-webkit-scrollbar {
  width: 6px;
}
/* line 1168, ../sass/frame/_header.scss */
html.touch body #query-list .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* line 1173, ../sass/frame/_header.scss */
html.touch body #query-list .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #777777;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
/* line 1178, ../sass/frame/_header.scss */
html.touch body #query-list .container::-webkit-scrollbar-thumb:window-inactive {
  background: #e7e7e7;
}

/* line 1, ../sass/frame/_footer.scss */
#footer {
  /**
   * General
   */
}
/* line 6, ../sass/frame/_footer.scss */
#footer {
  clear: both;
  color: white;
  background: #333;
  padding: 2em 0 3em;
  margin-top: 3em;
}
/* line 13, ../sass/frame/_footer.scss */
#footer a {
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 16, ../sass/frame/_footer.scss */
#footer a:hover {
  padding-left: .5em;
  color: #FFF;
}
/* line 21, ../sass/frame/_footer.scss */
#footer .h1 {
  font-size: 15px;
  margin-bottom: .5em;
}
/* line 25, ../sass/frame/_footer.scss */
#footer h2 {
  color: #f0cb00;
}
/* line 29, ../sass/frame/_footer.scss */
#footer section {
  float: left;
}
/* line 32, ../sass/frame/_footer.scss */
#footer section div {
  float: left;
}
/* line 35, ../sass/frame/_footer.scss */
#footer section.latest {
  width: 19%;
}
/* line 37, ../sass/frame/_footer.scss */
#footer section.latest div {
  width: 50%;
}
/* line 41, ../sass/frame/_footer.scss */
#footer section.features {
  width: 25%;
}
/* line 43, ../sass/frame/_footer.scss */
#footer section.features div {
  width: 50%;
}
/* line 47, ../sass/frame/_footer.scss */
#footer section.service_new {
  width: 34%;
}
/* line 49, ../sass/frame/_footer.scss */
#footer section.service_new div {
  width: 33%;
}
/* line 54, ../sass/frame/_footer.scss */
#footer .footer_icon {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
/* line 61, ../sass/frame/_footer.scss */
#footer #copyright {
  clear: both;
  font-size: 12px;
  padding-top: 3em;
}
/* line 66, ../sass/frame/_footer.scss */
#footer #copyright .logo {
  width: 160px;
  height: 35px;
  float: left;
  text-indent: -9999px;
}
/* line 88, ../sass/define/___background.scss */
#footer #copyright .logo:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
/* line 73, ../sass/frame/_footer.scss */
#footer #copyright p {
  margin-left: 180px;
}
/* line 76, ../sass/frame/_footer.scss */
#footer #copyright .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: bold;
}

/* line 2, ../sass/frame/_breadcrumb.scss */
#breadcrumb {
  padding-top: 10px;
}
/* line 6, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper > span {
  margin: 0 5px;
}
/* line 9, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper > div {
  display: inline-block;
}
/* line 12, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper > span {
  font-family: 'Courier New', Courier, monospace;
}
/* line 15, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper ul {
  left: -16px;
  width: 100px;
  z-index: 99;
  max-height: 278px;
  overflow-y: auto;
}
/* line 22, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper ul a {
  color: #0077b1 !important;
  text-decoration: none !important;
}
/* line 26, ../sass/frame/_breadcrumb.scss */
#breadcrumb .layout-wrapper ul a:hover {
  color: white !important;
  text-decoration: none !important;
}

/* line 2, ../sass/frame/_star.scss */
.score-bar {
  /**
   * large
   */
  /**
   * small
   */
  /**
   * small-red
   */
  /**
   * red-star
   */
}
/* line 3, ../sass/frame/_star.scss */
.score-bar {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* line 8, ../sass/frame/_star.scss */
.score-bar i {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
/* line 13, ../sass/frame/_star.scss */
.score-bar i.s-0 {
  width: 0;
}
/* line 14, ../sass/frame/_star.scss */
.score-bar i.s-5 {
  width: 10%;
}
/* line 15, ../sass/frame/_star.scss */
.score-bar i.s-10 {
  width: 20%;
}
/* line 16, ../sass/frame/_star.scss */
.score-bar i.s-15 {
  width: 30%;
}
/* line 17, ../sass/frame/_star.scss */
.score-bar i.s-20 {
  width: 40%;
}
/* line 18, ../sass/frame/_star.scss */
.score-bar i.s-25 {
  width: 50%;
}
/* line 19, ../sass/frame/_star.scss */
.score-bar i.s-30 {
  width: 60%;
}
/* line 20, ../sass/frame/_star.scss */
.score-bar i.s-35 {
  width: 70%;
}
/* line 21, ../sass/frame/_star.scss */
.score-bar i.s-40 {
  width: 80%;
}
/* line 22, ../sass/frame/_star.scss */
.score-bar i.s-45 {
  width: 90%;
}
/* line 23, ../sass/frame/_star.scss */
.score-bar i.s-50 {
  width: 100%;
}
/* line 24, ../sass/frame/_star.scss */
.score-bar i.s-55 {
  width: 100%;
}
/* line 25, ../sass/frame/_star.scss */
.score-bar i.s-60 {
  width: 100%;
}
/* line 39, ../sass/frame/_star.scss */
.score-bar meter {
  display: none;
}
/* line 47, ../sass/frame/_star.scss */
.score-bar.large {
  width: 100px;
  height: 19px;
  margin-left: 4px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -235px;
  top: 0px;
  left: 0px;
}
/* line 54, ../sass/frame/_star.scss */
.score-bar.large i {
  height: 19px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -216px;
  top: 0px;
  left: 0px;
}
/* line 62, ../sass/frame/_star.scss */
.score-bar.large-heart {
  width: 100px;
  height: 16px;
  margin-left: 10px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large-heart {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large-heart:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large-heart:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large-heart:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -70px;
  top: 0px;
  left: 0px;
}
/* line 70, ../sass/frame/_star.scss */
.score-bar.large-heart i {
  height: 16px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large-heart i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large-heart i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large-heart i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large-heart i:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -86px;
  top: 0px;
  left: 0px;
}
/* line 80, ../sass/frame/_star.scss */
.score-bar.small {
  width: 75px;
  height: 15px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -200px;
  top: 0px;
  left: 0px;
}
/* line 85, ../sass/frame/_star.scss */
.score-bar.small i {
  height: 15px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -185px;
  top: 0px;
  left: 0px;
}
/* line 95, ../sass/frame/_star.scss */
.score-bar.small-red {
  width: 75px;
  height: 15px;
  margin-left: 10px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small-red {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small-red:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small-red:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small-red:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -170px;
  top: 0px;
  left: 0px;
}
/* line 102, ../sass/frame/_star.scss */
.score-bar.small-red i {
  height: 15px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small-red i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small-red i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small-red i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small-red i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -155px;
  top: 0px;
  left: 0px;
}
/* line 109, ../sass/frame/_star.scss */
.score-bar.small-heart {
  width: 75px;
  height: 12px;
  margin-left: 10px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small-heart {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small-heart:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small-heart:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small-heart:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -103px;
  top: 0px;
  left: 0px;
}
/* line 117, ../sass/frame/_star.scss */
.score-bar.small-heart i {
  height: 12px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.small-heart i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.small-heart i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.small-heart i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.small-heart i:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -115px;
  top: 0px;
  left: 0px;
}
/* line 127, ../sass/frame/_star.scss */
.score-bar.large-red {
  width: 100px;
  height: 19px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large-red {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large-red:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large-red:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large-red:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -232px;
  top: -4px;
  left: 0px;
}
/* line 132, ../sass/frame/_star.scss */
.score-bar.large-red i {
  height: 19px;
}
/* line 104, ../sass/define/___background.scss */
.score-bar.large-red i {
  position: relative;
}
/* line 107, ../sass/define/___background.scss */
.score-bar.large-red i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 125, ../sass/define/___background.scss */
  .score-bar.large-red i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
/* line 88, ../sass/define/___background.scss */
.score-bar.large-red i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -252px;
  top: -4px;
  left: 0px;
}

/* line 1, ../sass/frame/_page-nav.scss */
.page-block {
  text-align: center;
}
/* line 3, ../sass/frame/_page-nav.scss */
.page-block a, .page-block span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-color: #DDD;
  height: 28px;
  line-height: 28px;
  color: #333333;
  border-radius: 2px;
  padding: 0 12px;
  margin: 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 13, ../sass/frame/_page-nav.scss */
.page-block a:hover, .page-block span:hover {
  text-decoration: none;
  background: #0077b1;
  color: white;
}
/* line 18, ../sass/frame/_page-nav.scss */
.page-block a:active, .page-block a.active, .page-block span:active, .page-block span.active {
  background-color: #333333;
  color: white;
}
/* line 23, ../sass/frame/_page-nav.scss */
.page-block a.disable, .page-block span.disable {
  color: #AAA;
  background-color: #f4f4f4;
}
/* line 28, ../sass/frame/_page-nav.scss */
.page-block span {
  cursor: default;
}

@media only screen and (max-width: 1440px) {
  /* line 2, ../sass/frame/_responsive.scss */
  #Layout-view {
    font-family: "cozy";
  }

  /* line 3, ../sass/frame/_responsive.scss */
  .layout-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 8, ../sass/frame/_responsive.scss */
  #Layout-view {
    font-family: "compact";
  }

  /* line 9, ../sass/frame/_responsive.scss */
  .layout-wrapper {
    width: 1000px;
  }
}
@media only screen and (max-width: 1005px) {
  /* line 14, ../sass/frame/_responsive.scss */
  #wrap {
    width: 1030px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 20, ../sass/frame/_responsive.scss */
  .layout-wrapper {
    width: 100%;
  }
}


/* =========================================================
   Edge AI page clean addon - appended by ChatGPT
   ========================================================= */

/* =========================================================
   Edge AI Computing Solutions Redesign
   Add this block to the bottom of css/main.css
   ========================================================= */
:root {
  --edge-primary: #76063C;
  --edge-primary-dark: #4d0428;
  --edge-primary-soft: rgba(118, 6, 60, .10);
  --edge-ink: #151722;
  --edge-muted: #626776;
  --edge-line: #e6e7ee;
  --edge-bg: #f6f7fb;
  --edge-card: #ffffff;
  --edge-dark: #15101d;
  --edge-radius: 20px;
  --edge-radius-lg: 32px;
  --edge-shadow: 0 22px 60px rgba(22, 24, 36, .10);
  --edge-shadow-soft: 0 14px 34px rgba(0, 0, 0, .08);
}

html { scroll-behavior: smooth; }
body.edge-redesign {
  background: #fff;
  color: var(--edge-ink);
  font-family: Montserrat, "微軟正黑體", Helvetica, Arial, sans-serif;
}

.edge-redesign a { text-decoration: none; }
.edge-redesign a:hover { text-decoration: none; }
.edge-section-anchor { scroll-margin-top: 90px; }

.edge-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.edge-section { padding: 110px 0; position: relative; overflow: hidden; }
.edge-center { text-align: center; }
.edge-center p { margin-left: auto; margin-right: auto; }
.edge-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--edge-primary);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.edge-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}
.edge-section h2,
.edge-contact-copy h2 {
  color: var(--edge-ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.04em;
  margin: 0 0 22px;
}
.edge-section p,
.edge-section-copy p,
.edge-center p {
  max-width: 820px;
  color: var(--edge-muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Header */
.edge-redesign .had_bg {
  height: 72px;
  padding: 13px 0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 30px rgba(20, 20, 30, .08) !important;
}
.edge-redesign .had_wrap {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
}
.edge-redesign .logo { width: 190px; }
.edge-redesign .pull-right { margin-top: 5px; }
.edge-redesign .pull-right li {
  margin-right: 24px;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.edge-redesign .pull-right li:last-child { margin-right: 0; }
.edge-redesign .pull-right a { color: #232633; }
.edge-redesign .pull-right a:hover { color: var(--edge-primary); }
.edge-redesign .m_menu { width: 38px; margin-top: 2px; }
.edge-redesign .m_pop_mobile_bkbg { z-index: 10000; }

.edge-side-nav {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(118,6,60,.08);
  box-shadow: 0 12px 36px rgba(20, 20, 30, .10);
}

/* Hero */
.edge-hero {
  min-height: 760px;
  padding: 150px 0 90px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(118,6,60,.35), transparent 36%), #110c18;
}
.edge-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.edge-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,12,22,.92) 0%, rgba(22,14,28,.76) 42%, rgba(13,12,22,.42) 100%),
    radial-gradient(circle at 20% 30%, rgba(118,6,60,.42), transparent 30%);
  z-index: 1;
}
.edge-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.edge-hero .edge-kicker { color: #fff; opacity: .92; }
.edge-hero h1 {
  max-width: 930px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .96;
  font-weight: 800;
  letter-spacing: -.06em;
  margin: 0 0 26px;
}
.edge-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.8;
}
.edge-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.edge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 850;
  font-size: .95rem;
  line-height: 1;
  transition: .25s ease;
}
.edge-btn-primary {
  color: #fff !important;
  background: var(--edge-primary);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.edge-btn-primary:hover { background: var(--edge-primary-dark); transform: translateY(-2px); }
.edge-btn-outline {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.edge-btn-outline:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.edge-btn-light {
  color: var(--edge-primary) !important;
  background: #fff;
  box-shadow: var(--edge-shadow-soft);
}
.edge-btn-light:hover { color: #fff !important; background: var(--edge-primary); transform: translateY(-2px); }
.edge-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 54px;
}
.edge-hero-stats div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(20px);
}
.edge-hero-stats strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}
.edge-hero-stats span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .82rem;
  line-height: 1.45;
}

/* Intro */
.edge-intro {
  background: linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
}
.edge-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 58px;
}
.edge-service-grid,
.edge-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.edge-service-card,
.edge-tier-card {
  background: #fff;
  border: 1px solid var(--edge-line);
  border-radius: var(--edge-radius-lg);
  box-shadow: 0 18px 48px rgba(24, 26, 40, .07);
}
.edge-service-card {
  padding: 38px 34px;
  transition: .25s ease;
}
.edge-service-card:hover,
.edge-tier-card:hover { transform: translateY(-6px); box-shadow: var(--edge-shadow); }
.edge-service-card img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 28px;
}
.edge-service-card h3,
.edge-tier-card h3 {
  color: var(--edge-ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 18px;
}
.edge-service-card ul { margin: 0; padding: 0; list-style: none; }
.edge-service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--edge-muted);
  font-size: .94rem;
  line-height: 1.7;
  margin-bottom: 7px;
}
.edge-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--edge-primary);
}
.edge-tier-grid { margin-top: 28px; }
.edge-tier-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 34px;
}
.edge-tier-card span {
  display: block;
  color: rgba(118,6,60,.18);
  font-size: 3.7rem;
  line-height: .85;
  font-weight: 900;
  margin-bottom: 20px;
}
.edge-tier-card p {
  font-size: .95rem;
  line-height: 1.7;
}
.edge-tier-card img {
  width: 78%;
  max-height: 170px;
  object-fit: contain;
  display: block;
  margin: 26px auto 0;
}

/* Products */
.edge-products {
  background: #11101a;
  color: #fff;
}
.edge-products::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(118,6,60,.46), transparent 26%),
    radial-gradient(circle at 84% 28%, rgba(255,255,255,.10), transparent 24%);
  pointer-events: none;
}
.edge-products .edge-container { position: relative; z-index: 1; }
.edge-products h2,
.edge-products .edge-kicker { color: #fff; }
.edge-products .edge-center p { color: rgba(255,255,255,.72); }
.edge-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 46px 0 36px;
}
.edge-tabs .filter-btn {
  min-width: auto;
  margin: 0;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(118,6,60,.18);
  background: #fff;
  color: var(--edge-primary);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(24, 26, 40, .05);
}
.edge-products .edge-tabs .filter-btn {
  color: #fff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.20);
}
.edge-tabs .filter-btn.active,
.edge-tabs .filter-btn:hover,
.edge-products .edge-tabs .filter-btn.active,
.edge-products .edge-tabs .filter-btn:hover {
  color: #fff;
  background: var(--edge-primary);
}
.edge-tab-select {
  display: none;
  width: min(92%, 360px);
  margin: 26px auto;
  padding: 12px 16px;
  border: 1px solid var(--edge-line);
  border-radius: 999px;
  background: #fff;
}
.edge-product-swiper {
  width: min(1120px, 100%);
  max-width: none;
  padding: 0 54px 10px;
  position: relative;
}
.edge-product-swiper .swiper-button-next,
.edge-product-swiper .swiper-button-prev,
.edge-partner-swiper .swiper-button-next,
.edge-partner-swiper .swiper-button-prev {
  color: var(--edge-primary);
}
.edge-products .edge-product-swiper .swiper-button-next,
.edge-products .edge-product-swiper .swiper-button-prev { color: #fff; }
.edgeProductSwiper .swiper-slide.is-filtered,
.edgePartnerSwiper .swiper-slide.is-filtered { display: none !important; }
.edge-product-swiper .so_one {
  height: 100%;
  padding: 26px;
  border-radius: var(--edge-radius-lg);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
  transition: .25s ease;
}
.edge-product-swiper .so_one:hover { transform: translateY(-6px); }
.edge-product-swiper .so_one a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}
.edge-product-swiper .so_one .sopic {
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f7f8fb, #fff);
  margin: 0 auto 20px;
}
.edge-product-swiper .so_one .sopic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.edge-product-swiper .so_one h3 {
  color: var(--edge-primary);
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 12px;
  margin: 0;
}
.edge-product-swiper .so_one p {
  color: var(--edge-muted);
  font-size: .9rem;
  line-height: 1.7;
  padding: 0;
  margin: 0;
}

/* Applications */
.edge-applications {
  background: #f7f7fb;
}
.edge-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 54px;
}
.edge-app-grid .app-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: var(--edge-radius-lg);
  background: #fff;
  color: var(--edge-ink);
  box-shadow: 0 18px 48px rgba(24, 26, 40, .08);
  backdrop-filter: none;
}
.edge-app-grid .app-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
.edge-app-grid .app-card h3 {
  color: var(--edge-ink);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.38;
  margin: 0 0 12px;
  padding: 24px 24px 0;
}
.edge-app-grid .app-card p {
  color: var(--edge-muted);
  font-size: .9rem;
  line-height: 1.68;
  margin: 0;
  padding: 0 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.edge-app-grid .app-card .btn-read {
  align-self: flex-start;
  margin: 22px 24px 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--edge-primary-soft);
  color: var(--edge-primary);
  font-size: .84rem;
  font-weight: 850;
}
.edge-app-grid .app-card .btn-read:hover {
  background: var(--edge-primary);
  color: #fff;
}
.edge-more-wrap { margin-top: 42px; }

/* News */
.edge-news {
  background: #fff;
}
.edge-news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.edge-news-grid .news-card__pic,
.edge-news-grid .news-card__media {
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(24, 26, 40, .08);
}
.edge-news-grid .news-card__title {
  color: var(--edge-ink);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 18px 4px 0;
}
.edge-news-grid a:hover .news-card__title { color: var(--edge-primary); }

/* Partners */
.edge-partners {
  background: linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}
.edge-partner-swiper {
  width: min(1120px, 100%);
  padding: 22px 52px 10px;
  position: relative;
}
.edge-partner-swiper .swiper-slide {
  height: 118px;
}
.edge-partner-swiper .pt_one {
  height: 100%;
  border: 1px solid var(--edge-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 26, 40, .06);
  padding: 22px;
}
.edge-partner-swiper .pt_one img {
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

/* Contact */
.edge-contact {
  background:
    radial-gradient(circle at 15% 18%, rgba(118,6,60,.18), transparent 28%),
    linear-gradient(135deg, #17111d 0%, #2b1424 100%);
  color: #fff;
}
.edge-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}
.edge-contact-copy {
  position: sticky;
  top: 110px;
}
.edge-contact-copy .edge-kicker,
.edge-contact-copy h2 { color: #fff; }
.edge-contact-copy p {
  color: rgba(255,255,255,.74);
  font-size: 1.02rem;
  line-height: 1.8;
}
.edge-contact-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
}
.edge-contact-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-weight: 750;
}
.edge-contact-points span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.12);
}
.edge-contact-panel {
  padding: 36px;
  border-radius: var(--edge-radius-lg);
  background: rgba(255,255,255,.97);
  box-shadow: 0 26px 80px rgba(0,0,0,.26);
  color: var(--edge-ink);
}
.edge-contact-panel form { margin: 0; }
.edge-contact-panel .row { --bs-gutter-x: 20px; }
.edge-contact-panel .bottom_line {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-bottom: 0;
  margin-bottom: 22px;
  border-bottom: none;
}
.edge-contact-panel .name_tit,
.edge-contact-panel .Questions_tit,
.edge-contact-panel .Access_tit {
  display: block;
  width: auto;
  color: var(--edge-ink);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.edge-contact-panel .name_bar {
  display: block;
  width: 100%;
}
.edge-contact-panel .form-control,
.edge-contact-panel .form-select,
.edge-contact-panel textarea {
  width: 100% !important;
  min-height: 48px;
  border: 1px solid #dfe1e8 !important;
  border-radius: 14px !important;
  background: #f8f8fb !important;
  color: var(--edge-ink) !important;
  padding: 12px 14px !important;
  font-size: .95rem !important;
  line-height: 1.4 !important;
  transition: .2s ease;
}
.edge-contact-panel textarea { min-height: 124px; resize: vertical; }
.edge-contact-panel .form-control:focus,
.edge-contact-panel .form-select:focus,
.edge-contact-panel textarea:focus {
  border-color: rgba(118,6,60,.45) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(118,6,60,.08) !important;
}
.edge-contact-panel .qs_box {
  width: 100%;
  min-height: auto;
  border: none;
  background: transparent;
  margin-bottom: 22px;
}
.edge-contact-panel .Access_box {
  display: inline-block;
  height: auto;
  border: none;
  background: transparent;
  vertical-align: middle;
  margin-right: 10px;
}
.edge-contact-panel .Access_box input { width: 130px !important; }
.edge-contact-panel .acc_pic {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
}
.edge-contact-panel .acc_pic img {
  min-width: 135px;
  height: 30px;
  border: 1px solid #dfe1e8;
  border-radius: 8px;
  background: #fff;
}
.edge-contact-panel #goreload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f5;
  color: var(--edge-primary);
  font-size: 1.25rem !important;
}
.edge-contact-panel #goreload:hover { background: var(--edge-primary); color: #fff; }
.edge-contact-panel .clicking_box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
}
.edge-contact-panel .che_bok { width: auto; padding-top: 2px; }
.edge-contact-panel .che_bok input { width: 18px; height: 18px; accent-color: var(--edge-primary); }
.edge-contact-panel .che_f {
  width: auto;
  margin-left: 0;
  color: var(--edge-muted);
  font-size: .86rem;
  line-height: 1.6;
}
.edge-contact-panel .submit_box { margin-top: 28px; text-align: left; }
.edge-contact-panel .submit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 48px;
  padding: 14px 28px;
  margin: 0;
  border-radius: 999px;
  background: var(--edge-primary);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .10);
  transition: .25s ease;
}
.edge-contact-panel .submit_btn:hover {
  background: #f2f2f2;
  color: var(--edge-primary);
  transform: translateY(-2px);
}
.edge-redesign .footer_copyright {
  background: #100c16;
  padding: 15px 0;
  font-size: .85rem;
}

@media only screen and (max-width: 1280px) {
  .edge-redesign .pull-right li { margin-right: 16px; font-size: .8rem; }
  .edge-service-card img { width: 104px; height: 104px; }
}

@media only screen and (max-width: 1154px) {
  .edge-redesign .had_wrap { width: min(100% - 36px, 1120px); max-width: none; }
  .edge-split,
  .edge-contact-layout { grid-template-columns: 1fr; }
  .edge-contact-copy { position: static; }
  .edge-app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .edge-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media only screen and (max-width: 992px) {
  .edge-section { padding: 82px 0; }
  .edge-service-grid,
  .edge-tier-grid { grid-template-columns: 1fr; }
  .edge-tier-card { min-height: auto; }
  .edge-tier-card img { max-width: 320px; }
  .edge-product-swiper,
  .edge-partner-swiper { width: 100%; padding-left: 42px; padding-right: 42px; }
}

@media only screen and (max-width: 680px) {
  .edge-container { width: min(100% - 32px, 1180px); }
  .edge-redesign .had_bg { height: 62px; padding: 10px 0; }
  .edge-redesign .logo { width: 168px; margin-left: 0; }
  .edge-hero { min-height: 680px; padding: 116px 0 70px; }
  .edge-hero h1 { font-size: clamp(2.45rem, 13vw, 4.2rem); line-height: 1.02; }
  .edge-hero-stats { grid-template-columns: 1fr; margin-top: 34px; }
  .edge-hero-actions { flex-direction: column; align-items: stretch; max-width: 280px; }
  .edge-section h2,
  .edge-contact-copy h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .edge-app-grid,
  .edge-news-grid { grid-template-columns: 1fr; }
  .edge-tabs { display: none; }
  .edge-tab-select { display: block; }
  .edge-product-swiper,
  .edge-partner-swiper { padding-left: 22px; padding-right: 22px; }
  .edge-product-swiper .swiper-button-next,
  .edge-product-swiper .swiper-button-prev,
  .edge-partner-swiper .swiper-button-next,
  .edge-partner-swiper .swiper-button-prev { display: none; }
  .edge-service-card,
  .edge-tier-card,
  .edge-contact-panel { border-radius: 24px; padding: 28px 22px; }
  .edge-service-card img { width: 98px; height: 98px; }
  .edge-contact-panel .Access_box,
  .edge-contact-panel .acc_pic { display: flex; margin-top: 8px; }
  .edge-contact-panel .Access_box input { width: 100% !important; }
  .edge-contact-panel .submit_box { text-align: center; }
  .edge-contact-panel .submit_btn { width: 100%; }
  .edge-side-nav { display: none; }
}
/* Ensure redesigned product swiper is not constrained by legacy .mySwiper width */
.edgeProductSwiper.mySwiper {
  width: 100%;
  max-width: none;
}
/* Edge AI Contact CTA - replace full form with CTA button panel */
.edge-contact.edge-contact-cta {
  padding: 12vh 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(118,6,60,.18), transparent 28%),
    linear-gradient(135deg, #17111d 0%, #2b1424 100%);
}

.edge-cta-panel {
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 80px rgba(0,0,0,.26);
  backdrop-filter: blur(22px);
  text-align: center;
}

.edge-cta-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}

.edge-cta-panel::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(118,6,60,.26);
  pointer-events: none;
}

.edge-cta-panel > * {
  position: relative;
  z-index: 1;
}

.edge-cta-panel .edge-kicker,
.edge-cta-panel h2 {
  color: #fff;
}

.edge-cta-panel h2 {
  max-width: 820px;
  margin: 0 auto 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.08;
}

.edge-cta-panel p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.8;
}

.edge-cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.edge-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-weight: 750;
  font-size: .92rem;
}

.edge-cta-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.12);
}

.edge-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
}

.edge-cta-actions .edge-btn {
  min-width: 160px;
}

@media only screen and (max-width: 680px) {
  .edge-contact.edge-contact-cta {
    padding: 9vh 0;
  }

  .edge-cta-panel {
    border-radius: 26px;
    text-align: left;
  }

  .edge-cta-panel h2,
  .edge-cta-panel p {
    margin-left: 0;
    margin-right: 0;
  }

  .edge-cta-points,
  .edge-cta-actions {
    justify-content: flex-start;
  }

  .edge-cta-actions .edge-btn {
    width: 100%;
  }
}

/* =========================================================
   Edge AI Catalogs Section - Simple Version
   ========================================================= */
.edge-catalogs {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.edge-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 46px;
}

.edge-catalog-card {
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 44, .08);
  box-shadow: 0 18px 46px rgba(25, 29, 45, .09);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.edge-catalog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(118, 6, 60, .20);
  box-shadow: 0 24px 56px rgba(25, 29, 45, .12);
}

.edge-catalog-card a {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  color: inherit;
  text-decoration: none !important;
}

.edge-catalog-cover {
  position: relative;
  min-height: 230px;
  padding: 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.edge-catalog-cover::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -82px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.edge-catalog-cover-primary {
  background: linear-gradient(145deg, #76063c 0%, #2a1424 100%);
}

.edge-catalog-cover-dark {
  background: linear-gradient(145deg, #111827 0%, #37142d 100%);
}

.edge-catalog-cover span,
.edge-catalog-cover h3 {
  position: relative;
  z-index: 1;
}

.edge-catalog-cover span {
  align-self: flex-start;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.edge-catalog-cover h3 {
  max-width: 420px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.035em;
  margin: 0;
}

.edge-catalog-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 24px 36px 34px;
  padding: 11px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--edge-primary);
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  transition: background .25s ease, color .25s ease;
}

.edge-catalog-btn::after {
  content: "→";
  font-size: 1rem;
}

.edge-catalog-card:hover .edge-catalog-btn {
  background: #f2f2f2;
  color: var(--edge-primary);
}

@media only screen and (max-width: 992px) {
  .edge-catalog-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media only screen and (max-width: 680px) {
  .edge-catalog-grid {
    gap: 24px;
    margin-top: 34px;
  }

  .edge-catalog-cover {
    min-height: 210px;
    padding: 30px 24px;
  }

  .edge-catalog-btn {
    margin: 22px 24px 28px;
  }
}
