@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;
  font-family: 'Montserrat';
}

/* line 6, ../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 16, ../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 21, ../sass/media/_main.scss */
.logo {
  float: left;
  width: 200px;
}
/* line 24, ../sass/media/_main.scss */
.logo img {
  width: 100%;
}

/* line 28, ../sass/media/_main.scss */
.pull-right {
  float: right;
  margin-top: 10px;
}
/* line 31, ../sass/media/_main.scss */
.pull-right a {
  color: #000000;
}
/* line 33, ../sass/media/_main.scss */
.pull-right a:hover {
  color: #76063C;
  text-decoration: none !important;
  cursor: pointer !important;
}
/* line 39, ../sass/media/_main.scss */
.pull-right li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 40px;
  color: #000000;
  font-weight: bolder;
}

/* line 47, ../sass/media/_main.scss */
.swiper-container {
  width: 100vw;
}
/* line 50, ../sass/media/_main.scss */
.swiper-container img {
  width: 100%;
}

/* line 54, ../sass/media/_main.scss */
.banner_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 60px;
}

/* line 60, ../sass/media/_main.scss */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* 讓影片在背景 */
}

/* line 69, ../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 78, ../sass/media/_main.scss */
.swiper-pagination-bullet {
  width: 30px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.7;
}

/* line 84, ../sass/media/_main.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #76063C
  opacity: 1;
}

/* line 90, ../sass/media/_main.scss */
.bn1 {
  background-size: cover;
  background-image: url("../images/banner_01.jpg");
  background-position: center center;
  /*padding-bottom: 43%;*/
}

@media (max-width: 768px) {
  .bn1 {
    /* 調整比例：43% 在手機太扁，建議改為 80%~120% 之間 */
    /* 或者是固定高度，例如 400px */
    /*padding-bottom: 100%; */
    
    /* 確保手機版背景圖依然置中，或根據構圖改為 top center */
    background-position: center center;
    
    /* 科技感優化：手機版通常亮度較高，可以稍微壓暗讓文字清楚 */
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* line 114, ../sass/media/_main.scss */
:root {
  --swiper-theme-color: #76063C !important;
}

/* line 119, ../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;
}
.banner_wrap .swiper-slide {
	aspect-ratio: 16 / 8;
	display: flex;
	align-items:flex-start!important;
}
/* line 130, ../sass/media/_main.scss */
.bannertext_new {
  position: relative;
  text-align: left;
  /* 文字靠左 */
  //box-sizing: border-box;
  padding-top: 3%;
}
/* line 136, ../sass/media/_main.scss */
.bannertext_new h2 {
  font-size: clamp(2rem, 3vw, 50px);
  line-height: 1.2;
  font-weight: bolder;
  text-align: center;
}
/* line 141, ../sass/media/_main.scss */
.bannertext_new h2 div {
  display: block;
  position: absolute;
  right: 0;
  font-size: clamp(1.2rem, 1.2rem, 1.5rem);
  font-weight: normal;
}
/* line 147, ../sass/media/_main.scss */
.bannertext_new h2 div span {
  margin-left: 5px;
}
/* line 152, ../sass/media/_main.scss */
.bannertext_new h3 {
  font-size: clamp(1rem, 2vw, 2.2rem);
  line-height: 1.2;
  text-align: center;
}

/* line 159, ../sass/media/_main.scss */
.main_Wrapper {
  padding: 12vh 0;
  max-width: 100%;
  background: #E9EAEF;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
}
/* line 166, ../sass/media/_main.scss */
.main_Wrapper.nobg {
  background-color: inherit;
}
/* line 169, ../sass/media/_main.scss */
.main_Wrapper.bg1 {
  background: url("../images/bg1.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 175, ../sass/media/_main.scss */
.main_Wrapper.bg2 {
  background: url("../images/bg2.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 181, ../sass/media/_main.scss */
.main_Wrapper.bg3 {
  background: url("../images/bg3.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 187, ../sass/media/_main.scss */
.main_Wrapper.bg4 {
  background: none;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 193, ../sass/media/_main.scss */
.main_Wrapper.bg5 {
  background: url("../images/bg5.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 199, ../sass/media/_main.scss */
.main_Wrapper.bg6 {
  background: url("../images/bg6.jpg");
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 205, ../sass/media/_main.scss */
.main_Wrapper.bg7 {
  background-color: #292929;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 213, ../sass/media/_main.scss */
.sec_box {
  width: 100%;
}
/* line 216, ../sass/media/_main.scss */
.sec_box h1 {
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
/* line 224, ../sass/media/_main.scss */
.sec_box h1.white {
  color: #fff;
}
/* line 227, ../sass/media/_main.scss */
.sec_box h1 div {
  font-size: 1.1rem;
}
/* line 234, ../sass/media/_main.scss */
.sec_box h2 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 15px;
}
/* line 240, ../sass/media/_main.scss */
.sec_box p {
  font-size: 1rem;
  line-height: 2rem;
  padding-bottom: 20px;
}
/* line 245, ../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 262, ../sass/media/_main.scss */
.sec_box.bg1 h1 {
  text-align: left;
}
/* line 266, ../sass/media/_main.scss */
.sec_box.bg2 {
  background: #E9EAEF;
}
/* line 269, ../sass/media/_main.scss */
.sec_box ul {
  margin-left: 25px;
}
/* line 271, ../sass/media/_main.scss */
.sec_box ul li {
  list-style: disc;
  font-size: 1rem;
  margin-bottom: 6px;
}
/* line 277, ../sass/media/_main.scss */
.sec_box.darkmode {
  color: #fff;
}
/* line 280, ../sass/media/_main.scss */
.sec_box#successStories {
  padding-top: 0;
}

/* line 284, ../sass/media/_main.scss */
.p_width {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

/* line 291, ../sass/media/_main.scss */
.footer_copyright {
  background-color: #672146;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}

/* line 298, ../sass/media/_main.scss */
.Contact_wrapper {
  max-width: 50%;
  margin: 0 auto;
  padding: 10vh 0;
}

/* line 303, ../sass/media/_main.scss */
.contact_bg {
  background: #f5f5f5;
}

/* line 306, ../sass/media/_main.scss */
.contact_title {
  margin-bottom: 10vh;
  font-size: 2.8rem;
  text-align: center;
  color: #76063C;
  font-weight: 600;
  line-height: 2.9rem;
}

/* line 314, ../sass/media/_main.scss */
.name_tit {
  display: inline-block;
  width: 138px;
  font-size: .9rem;
  font-weight: 600;
}

/* line 320, ../sass/media/_main.scss */
.Questions_tit {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 325, ../sass/media/_main.scss */
.name_bar {
  display: inline-block;
  width: 68%;
}
/* line 328, ../sass/media/_main.scss */
.name_bar input {
  color: #000000;
  width: 100%;
  background-color: #cccccc00;
}

/* line 334, ../sass/media/_main.scss */
.bottom_line {
  padding-bottom: 15px;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px dotted #444444;
}

/* line 340, ../sass/media/_main.scss */
.qs_box {
  width: 100%;
  border: 1px dotted #444444;
  background-color: #ffffff;
  margin-bottom: 20px;
  min-height: 100px;
}
/* line 346, ../sass/media/_main.scss */
.qs_box textarea {
  width: 100%;
  height: 100%;
}

/* line 351, ../sass/media/_main.scss */
.Access_tit {
  display: inline-block;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 359, ../sass/media/_main.scss */
.Access_box {
  border: 1px dotted #444444;
  height: 25px;
  display: inline-block;
  background-color: #ffffff;
  vertical-align: top;
}
/* line 365, ../sass/media/_main.scss */
.Access_box input {
  color: #000000;
  width: 150px;
}

/* line 370, ../sass/media/_main.scss */
.acc_pic {
  display: inline-block;
  vertical-align: top;
}

/* line 377, ../sass/media/_main.scss */
.che_bok {
  display: inline-block;
  width: 10px;
  vertical-align: top;
}

/* line 382, ../sass/media/_main.scss */
.che_f {
  vertical-align: top;
  display: inline-block;
  width: 90%;
  margin-left: 10px;
}

/* line 388, ../sass/media/_main.scss */
.submit_box {
  text-align: center;
  margin-top: 30px;
}
/* line 391, ../sass/media/_main.scss */
.submit_box a:hover {
  text-decoration: none;
}

/* line 395, ../sass/media/_main.scss */
.submit_btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 1rem;
  border-radius: 50px;
  background-color: #672146;
  color: #ffffff;
  margin: 0 20px;
  font-weight: bolder;
}

/* line 406, ../sass/media/_main.scss */
.Discover_wrapper {
  max-width: 60%;
  margin: 0 auto;
  padding: 17vh 0 0;
}
/* line 410, ../sass/media/_main.scss */
.Discover_wrapper.nopad {
  padding: 0 0 17vh;
}

/* line 414, ../sass/media/_main.scss */
.edge_con {
  padding: 40px;
}
/* line 416, ../sass/media/_main.scss */
.edge_con h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-bottom: 20px;
}
/* line 422, ../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 434, ../sass/media/_main.scss */
.pd_pic {
  width: 70%;
  margin: 0 auto;
}
/* line 437, ../sass/media/_main.scss */
.pd_pic img {
  width: 100%;
}

/* line 441, ../sass/media/_main.scss */
.md_mg {
  margin-bottom: 30px;
}

/* line 444, ../sass/media/_main.scss */
.mb_line {
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}

/* line 451, ../sass/media/_main.scss */
#releated {
  padding-top: 17vh;
}

/* line 455, ../sass/media/_main.scss */
.lpd_pd {
  margin: 10vh 0;
}

/* line 459, ../sass/media/_main.scss */
.ex_p {
  text-align: center;
  font-size: 1rem;
}

/* line 464, ../sass/media/_main.scss */
.woi_wrap {
  max-width: 70%;
  margin: 0 auto;
}

/* line 468, ../sass/media/_main.scss */
.wood_mt {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* line 474, ../sass/media/_main.scss */
.Specifications_box {
  text-align: center;
  margin-top: 50px;
}

/* line 478, ../sass/media/_main.scss */
.Traffic_bn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 483, ../sass/media/_main.scss */
.traff_wrap {
  margin-bottom: 10vh;
  vertical-align: middle;
}

/* line 487, ../sass/media/_main.scss */
.tra_pic {
  width: 100%;
}
/* line 489, ../sass/media/_main.scss */
.tra_pic img {
  width: 100%;
}

/* line 497, ../sass/media/_main.scss */
.tra_title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #76063C;
  text-align: center;
}

/* line 504, ../sass/media/_main.scss */
.tra_p {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}

/* line 510, ../sass/media/_main.scss */
.table_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 515, ../sass/media/_main.scss */
.tb_md {
  margin-bottom: 10vh;
}

/* line 518, ../sass/media/_main.scss */
.rowtr {
  display: table-row;
}

/* line 522, ../sass/media/_main.scss */
.cell_td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* line 528, ../sass/media/_main.scss */
.mobile_show {
  display: none;
}

/* line 531, ../sass/media/_main.scss */
.mobile_hide {
  display: show;
}

/* line 534, ../sass/media/_main.scss */
.Great_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 539, ../sass/media/_main.scss */
.great_tr {
  display: table-row;
}

/* line 542, ../sass/media/_main.scss */
.great_td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* line 548, ../sass/media/_main.scss */
.motion_wrapper {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 17vh;
}

/* line 554, ../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 567, ../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 575, ../sass/media/_main.scss */
.mobile_block {
  display: none;
}

/* line 579, ../sass/media/_main.scss */
.tt_hd {
  display: block;
}

/* line 582, ../sass/media/_main.scss */
.m_menu {
  float: right;
  display: none;
  margin-right: 10px;
  width: 42px;
}
/* line 587, ../sass/media/_main.scss */
.m_menu img {
  width: 100%;
}

/* line 593, ../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 605, ../sass/media/_main.scss */
.pop_menu {
  margin-top: 30px;
}
/* line 607, ../sass/media/_main.scss */
.pop_menu a {
  color: #ffffff;
}
/* line 609, ../sass/media/_main.scss */
.pop_menu a:hover {
  color: #b8005d;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 2s;
  font-weight: 900;
}
/* line 617, ../sass/media/_main.scss */
.pop_menu li {
  font-size: 1.2rem;
  padding: 17px;
  color: #ffffff;
  font-weight: 900;
  border-bottom: 1px solid #393939;
}
/* line 624, ../sass/media/_main.scss */
.pop_menu ul {
  margin: 0;
  list-style: none;
}

/* line 629, ../sass/media/_main.scss */
.menu_icon {
  float: right;
  width: 30px;
}
/* line 632, ../sass/media/_main.scss */
.menu_icon img {
  width: 100%;
}

/* line 638, ../sass/media/_main.scss */
.topmenu a.active {
  color: #76063C;
}

/* line 643, ../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 656, ../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 665, ../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;
  min-width: 100px;
  padding: 3px 15px;
  white-space: nowrap;
  color: #fff;

  opacity: 0;
  visibility: hidden;
  transform: translateX(10px); /* 滑入感（可選） */

  transition: 
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s linear 0.4s; /* 延遲隱藏 */
}

/* active 本體 */
ul.spyitem li a.active {
  background-color: #76063C;
  height: 24px;
  transition: height 0.5s ease;
}

/* ⭐ 顯示狀態 */
.scroll-spy.show-tag ul.spyitem li a.active .sptag {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);

  transition: 
    opacity 0.4s ease,
    transform 0.4s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************/
/* line 716, ../sass/media/_main.scss */
.ai-section {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 724, ../sass/media/_main.scss */
.ai-section .ai-services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
/* line 731, ../sass/media/_main.scss */
.ai-section .ai-services .service-box {
  flex: 1 1 30%;
  background: transparent;
}
/* line 735, ../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 743, ../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 750, ../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 759, ../sass/media/_main.scss */
.ai-section .ai-services .service-box ul li {
  margin-bottom: 5px;
  font-size: 0.95rem;
  text-align: left;
}
/* line 769, ../sass/media/_main.scss */
.ai-section .ai-solutions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
/* line 775, ../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 782, ../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 789, ../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 798, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 804, ../sass/media/_main.scss */
.ai-section .ai-solutions .solution-card .tag {
  font-size: 1rem;
  display: block;
  text-align: center;
}

/* line 815, ../sass/media/_main.scss */
.product-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 50px;
}
/* line 821, ../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 831, ../sass/media/_main.scss */
.product-tabs .filter-btn.active {
  background: #4c0428;
}

/* line 836, ../sass/media/_main.scss */
.tab-select {
  display: none;
}

/* line 840, ../sass/media/_main.scss */
.so_one {
  background-color: #fefefd;
  border-radius: 10px;
  padding: 20px;
}
/* line 844, ../sass/media/_main.scss */
.so_one a {
  text-decoration: none !important;
}
/* line 847, ../sass/media/_main.scss */
.so_one h3 {
  font-size: 1.2rem;
  color: #75073C;
  font-weight: bolder;
  padding-bottom: 15px;
}
/* line 853, ../sass/media/_main.scss */
.so_one p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
/* line 858, ../sass/media/_main.scss */
.so_one .sopic {
  max-width: 350px;
  aspect-ratio: 1 / 1;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
/* line 864, ../sass/media/_main.scss */
.so_one .sopic img {
  width: 100%;
}

/* line 870, ../sass/media/_main.scss */
.mySwiper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 877, ../sass/media/_main.scss */
.midswiper {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  margin-top: 60px;
}
/* line 883, ../sass/media/_main.scss */
.midswiper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 889, ../sass/media/_main.scss */
.midswiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 897, ../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 912, ../sass/media/_main.scss */
.ai-applications {
  background: url("../images/bg-lightwave.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 8vh 0;
}
/* line 917, ../sass/media/_main.scss */
.ai-applications .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
/* line 923, ../sass/media/_main.scss */
.ai-applications .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
/* line 929, ../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 942, ../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 950, ../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 957, ../sass/media/_main.scss */
.ai-applications .app-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}
/* line 963, ../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 973, ../sass/media/_main.scss */
.ai-applications .app-card .btn-read:hover {
  background: #75073C;
  color: #fff;
}
/* line 978, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent {
  backdrop-filter: none;
}
/* line 980, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent .divempty {
  height: 100%;
  position: relative;
}
/* line 984, ../sass/media/_main.scss */
.ai-applications .app-card.nocontent .btn-read {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 995, ../sass/media/_main.scss */
.mySwiper .swiper-slide.is-filtered {
  display: none !important;
}

/* line 1000, ../sass/media/_main.scss */
.fullbtn {
  width: 100%;
}
/* line 1002, ../sass/media/_main.scss */
.fullbtn .divempty {
  position: relative;
  text-align: center;
}
/* line 1006, ../sass/media/_main.scss */
.fullbtn .btn-read {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
}

/* line 1013, ../sass/media/_main.scss */
.ptswiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
}
/* line 1019, ../sass/media/_main.scss */
.ptswiper .swiper-slide {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1027, ../sass/media/_main.scss */
.pt_one {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 1032, ../sass/media/_main.scss */
.pt_one img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

/* line 1040, ../sass/media/_main.scss */
.news-section {
  width: 100%;
  padding: 24px 16px;
}

/* line 1045, ../sass/media/_main.scss */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 60px 0;
}

/* line 1052, ../sass/media/_main.scss */
.news-card {
  display: flex;
  flex-direction: column;
}
/* line 1056, ../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 1065, ../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 1073, ../sass/media/_main.scss */
.news-card__pic:hover img, .news-card__media:hover img {
  transform: scale(1.03);
}
/* line 1076, ../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 1083, ../sass/media/_main.scss */
.news-card__title:hover {
  text-decoration: none;
  color: #76063C;
}
/* line 1089, ../sass/media/_main.scss */
.news-card__excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
/* line 1095, ../sass/media/_main.scss */
.news-card a:hover {
  text-decoration: none;
  color: #76063C;
}
/* line 1098, ../sass/media/_main.scss */
.news-card a:hover .news-card__title {
  text-decoration: none;
  color: #76063C;
}

/*******************************/
/************************** AI2 **********************/
/* line 1111, ../sass/media/_main.scss */
.bntxt_1 {
  color: #e3e0e0;
}

/* line 1114, ../sass/media/_main.scss */
.bntxt_2 {
  color: #95a0b0;
}

/* line 1117, ../sass/media/_main.scss */
.sec1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
}
/* line 1125, ../sass/media/_main.scss */
.sec1.aw {
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 60px;
}

/* line 1134, ../sass/media/_main.scss */
.ptline1 {
  background: #e8e9ea;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* line 1139, ../sass/media/_main.scss */
.ptline1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* line 1144, ../sass/media/_main.scss */
.ptline1-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  height: 220px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  flex-direction: column;
}

/* line 1166, ../sass/media/_main.scss */
.ptline1-pt {
  padding: 20px 30px 50px;
  text-align: center;
}

/* line 1170, ../sass/media/_main.scss */
.ptlint1-img {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1175, ../sass/media/_main.scss */
.ptlint1-img img {
width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto 15px;
  mix-blend-mode: multiply;
}

/* line 1184, ../sass/media/_main.scss */
.ptline1-name {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
}
/* line 1189, ../sass/media/_main.scss */
.ptline1-name h2 {
  font-size: 1.6rem;
  color: #76063C;
  margin-bottom: 5px;
}
/* line 1194, ../sass/media/_main.scss */
.ptline1-name h3 {
  font-size: 1.1rem;
  color: #333;
  font-weight: normal;
  line-height: 1.4;
  
}
@media (max-width: 768px) {
	.banner_wrap .swiper-slide {
		aspect-ratio: 16/10!important;
	}
  /* 讓容器寬度更彈性，避免在小手機上寫死 230px 導致左右留白過多 */
  .ptline1-name {
    max-width: 100%; 
    padding: 0 15px; /* 增加左右留白，防止貼邊 */
    text-align: center; /* 手機版通常標題置中視覺較平衡，若要維持靠左請刪除此行 */
  }

  /* 縮小標題字級，避免長單字溢出 */
  .ptline1-name h2 {
    font-size: 1.4rem; /* 從 1.6 降到 1.4 */
    color: #76063C;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  /* 副標題調整 */
  .ptline1-name h3 {
    font-size: 1rem; /* 從 1.1 降到 1 */
    line-height: 1.5;
    color: #555; /* 稍微加深顏色增加可讀性 */
  }
}

/* line 1202, ../sass/media/_main.scss */
.wa {
  position: relative;
  z-index: 1;
  text-align: left;
}
/* line 1208, ../sass/media/_main.scss */
.wa:hover .wa-icon img {
  transform: translateY(-5px) scale(1.05);
}

/* line 1214, ../sass/media/_main.scss */
.wa-icon {
  margin-bottom: 20px;
  height: 120px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
/* line 1222, ../sass/media/_main.scss */
.wa-icon img {
  transition: 0.3s;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 1231, ../sass/media/_main.scss */
.wa-title h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
/* line 1238, ../sass/media/_main.scss */
.wa-title p {
  color: #d1d1d1;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
    /* 1. 確保最外層容器水平置中，並清除任何可能導致偏移的 margin/padding */
    .wa {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        display: block !important; /* 確保它是一個佔滿寬度的塊狀元素 */
    }

    /* 2. 標題容器必須佔滿寬度，字才會在正中央 */
    .wa-title {
        width: 100% !important;
        padding: 0 20px !important; /* 左右留白，防止字貼邊 */
        box-sizing: border-box;
    }

    /* 3. 針對 p 標籤做最後的強制對齊 */
    .wa-title p {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        /* 修正可能的行高問題，讓視覺更平衡 */
        line-height: 1.5 !important; 
    }
}

/* 整體區塊 */
/* 白霧遮罩 */
/* line 1257, ../sass/media/_main.scss */
.success-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 放最底 */
  overflow: hidden;
}
/* line 1262, ../sass/media/_main.scss */
.success-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 撐滿 */
  object-position: center;
  opacity: 0.15;
  /* ✅ 只讓圖片透明 */
}

/* 內層 */
/* line 1281, ../sass/media/_main.scss */
.success-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}

/* 上方圓形 */
/* 外層 */
/* line 1293, ../sass/media/_main.scss */
.stories-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* 這一層當容器 */
/* line 1300, ../sass/media/_main.scss */
.stories-nav-bgnums {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* 每一顆（你現在這層） */
/* line 1307, ../sass/media/_main.scss */
.stories-nav-bgnums > .story-dot {
  position: relative;
  width: 100px;
  height: 100px;
  background: #B1B2B5;
  border-radius: 1000px;
  overflow: hidden;
}
/* line 1314, ../sass/media/_main.scss */
.stories-nav-bgnums > .story-dot.active {
  background: #76063C;
}

/* ===== 數字（底層） ===== */
/* line 1321, ../sass/media/_main.scss */
.undernumber {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  /* 半透明白 */
  z-index: 10;
  pointer-events: none;
}

/* ===== 圓點（蓋上去） ===== */
/* line 1336, ../sass/media/_main.scss */
.stories-nav-bgnums .story-dot button {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* active */
/* hover */
/* line 1364, ../sass/media/_main.scss */
.stories-nav-bgnums .story-dot button:hover {
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .stories-nav-bgnums .story-dot {
    width: 55px;  /* 調整容器寬度 */
    height: 55px; /* 調整容器高度 */
    margin: 0 5px; /* 縮小間距 */
  }

  .stories-nav-bgnums .story-dot button {
    font-size: 0.70rem; /* 字體同步縮小 */
    /* 移除位移，改用點擊縮放感 */
    transform: none; 
	line-height:1.2;
	
  }
  .stories-nav-bgnums .story-dot undernumber{
	  fon-size:50px;
  }
}

/* content layout */
/* line 1369, ../sass/media/_main.scss */
.stories-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
}

/* 左欄 */
/* line 1376, ../sass/media/_main.scss */
.stories-left {
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/* 區塊 */
/* line 1382, ../sass/media/_main.scss */
.info-block,
.project-block {
  margin-bottom: 18px;
}

/* 標題色 */
/* line 1388, ../sass/media/_main.scss */
.info-block h3,
.project-block h3 {
  color: #8b004b;
  font-size: 16px;
  margin-bottom: 3px;
}

/* 小標 */
/* line 1396, ../sass/media/_main.scss */
.info-block h4,
.project-block h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

/* 文字 */
/* line 1404, ../sass/media/_main.scss */
.info-block p,
.project-block p,
.project-block li {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* project title */
/* line 1413, ../sass/media/_main.scss */
.project-block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* UL */
/* line 1420, ../sass/media/_main.scss */
.project-block ul {
  padding-left: 18px;
}

/* line 1424, ../sass/media/_main.scss */
.project-block.pt {
  margin: 30px;
  background: rgba(255, 255, 255, 0.25);
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
/* line 1432, ../sass/media/_main.scss */
.project-block.pt:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
/* line 1438, ../sass/media/_main.scss */
.project-block.pt:hover .pbpt-img img {
  transform: scale(1.05);
}
/* line 1442, ../sass/media/_main.scss */
.project-block.pt:hover .pbpt-img::after {
  opacity: 1;
}
/* line 1448, ../sass/media/_main.scss */
.project-block.pt:hover .pbpt-title h2 {
  font-weight: bold;
}
/* line 1453, ../sass/media/_main.scss */
.project-block.pt:hover::after {
  left: 100%;
}
/* line 1458, ../sass/media/_main.scss */
.project-block.pt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.5s;
}
/* line 1474, ../sass/media/_main.scss */
.project-block.pt a {
  display: flex;
  flex-direction: row;
  gap: 30px;
  text-decoration: none;
}
/* line 1480, ../sass/media/_main.scss */
.project-block.pt a:hover {
  text-decoration: none;
}
/* line 1485, ../sass/media/_main.scss */
.project-block.pt .pbpt-img {
  width: 100%;
  position: relative;
}
/* line 1489, ../sass/media/_main.scss */
.project-block.pt .pbpt-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
/* line 1495, ../sass/media/_main.scss */
.project-block.pt .pbpt-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), transparent);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
/* line 1510, ../sass/media/_main.scss */
.project-block.pt .pbpt-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 1515, ../sass/media/_main.scss */
.project-block.pt .pbpt-title h2 {
  color: #76063C;
  transition: 0.3s ease;
}
/* line 1520, ../sass/media/_main.scss */
.project-block.pt .pbpt-title p {
  font-size: 0.9rem;
  font-weight:400;
}

/* 切換顯示 */
/* line 1527, ../sass/media/_main.scss */
.story-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

/* line 1532, ../sass/media/_main.scss */
.story-pane.active {
  display: block;
}

/* 淡入動畫 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes storyFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1562, ../sass/media/_main.scss */
.asblock {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
}

/* line 1570, ../sass/media/_main.scss */
.aspic {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
/* line 1577, ../sass/media/_main.scss */
.aspic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

/* line 1585, ../sass/media/_main.scss */
.astitle {
  flex: 1;
}
/* line 1587, ../sass/media/_main.scss */
.astitle h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}
/* line 1594, ../sass/media/_main.scss */
.astitle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}

/* line 1603, ../sass/media/_main.scss */
.resource-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 14px 18px;
}

/* line 1612, ../sass/media/_main.scss */
.resource-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

/* line 1619, ../sass/media/_main.scss */
.resource-thumb {
  width: 350px;
  flex: 0 0 350px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #1f1f21;
}

/* line 1626, ../sass/media/_main.scss */
.resource-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 10px;
}

/* line 1634, ../sass/media/_main.scss */
.resource-info {
  color: #fff;
}

/* line 1638, ../sass/media/_main.scss */
.resource-info h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}

/* line 1646, ../sass/media/_main.scss */
.resource-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #c00067;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* line 1662, ../sass/media/_main.scss */
.resource-btn:hover {
  background: #d40073;
  transform: translateY(-2px);
}

/* line 1667, ../sass/media/_main.scss */
.resource-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.25);
}

/************************* AI2 ***********************/
/* line 1680, ../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 1693, ../sass/media/_main.scss */
.ax_red {
  color: #76063C !important;
}

/* line 1696, ../sass/media/_main.scss */
.ta_c {
  text-align: center;
}

/* line 1699, ../sass/media/_main.scss */
.ta_l {
  text-align: left !important;
}

/* line 1702, ../sass/media/_main.scss */
.pt_5vh {
  padding-top: 5vh;
}

/* line 1705, ../sass/media/_main.scss */
.bg_c1 {
  background: #FBFBFB;
}

/* line 1709, ../sass/media/_main.scss */
.nvgreen {
  color: #76B900;
}

@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 */
  .banner_wrap .swiper-slide {
	  aspect-ratio: 16 / 10;
  }
  .bannertext_new h2 {
  }
  .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);
  }

  /* line 62, ../sass/media/_touch_main.scss */
  .resource-links {
    gap: 24px;
  }

  /* line 66, ../sass/media/_touch_main.scss */
  .resource-thumb {
    width: 150px;
    flex-basis: 150px;
  }

  /* line 71, ../sass/media/_touch_main.scss */
  .resource-info h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  /* 992 */
  /* line 80, ../sass/media/_touch_main.scss */
  .bn1, .bn2, .bn3, .bn4 {
    /*padding-bottom: 45%;*/
  }

  /* line 83, ../sass/media/_touch_main.scss */
  .Discover_wrapper {
    max-width: 80%;
  }

  /* line 86, ../sass/media/_touch_main.scss */
  .Contact_wrapper {
    max-width: 80%;
  }

  /* line 89, ../sass/media/_touch_main.scss */
  .great_td {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  /* line 94, ../sass/media/_touch_main.scss */
  .ai_md {
    margin-bottom: 30px;
  }

  /* line 97, ../sass/media/_touch_main.scss */
  .r2_pic {
    width: 100%;
  }

  /* line 101, ../sass/media/_touch_main.scss */
  .feature-block,
  .feature-block.reverse {
    flex-direction: column !important;
    text-align: center;
  }

  /* line 106, ../sass/media/_touch_main.scss */
  .feature-image,
  .feature-text {
    flex: 1 1 100%;
    width: 80%;
  }

  /* line 112, ../sass/media/_touch_main.scss */
  .feature-image img {
    max-width: 100%;
    height: auto;
    flex: none;
  }

  /* line 117, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions .solution-card h3 {
    font-size: 1rem;
  }

  /*ai2*/
  /* line 123, ../sass/media/_touch_main.scss */
  .sec1 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 126, ../sass/media/_touch_main.scss */
  .stories-content {
    grid-template-columns: 1fr;
  }

  /* line 130, ../sass/media/_touch_main.scss */
  .stories-left {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  /*ai2*/
}
@media only screen and (max-width: 768px) {
  /* 768 */
  /* line 139, ../sass/media/_touch_main.scss */
  .mySwiper {
    width: 80%;
  }

  /* line 142, ../sass/media/_touch_main.scss */
  .pull-right li {
    margin-right: 30px;
  }

  /* line 145, ../sass/media/_touch_main.scss */
  .bannertext {
    /*left: 60%;*/
    top: 70%;    
    text-align: left;
    box-sizing: border-box;
    padding-right: 2vw;
    color: #fff;
  }
  /* line 153, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  /* line 158, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  /* line 163, ../sass/media/_touch_main.scss */
  .ai-section .ai-solutions {
    gap: 1rem;
  }

  /* line 166, ../sass/media/_touch_main.scss */
  .asblock {
    gap: 14px;
  }

  /* line 169, ../sass/media/_touch_main.scss */
  .aspic {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  /* line 173, ../sass/media/_touch_main.scss */
  .aspic img {
    width: 42px;
    height: 42px;
  }

  /* line 178, ../sass/media/_touch_main.scss */
  .astitle h2 {
    font-size: 1.5rem;
  }

  /* line 181, ../sass/media/_touch_main.scss */
  .astitle p {
    font-size: 1.25rem;
  }

  /* line 185, ../sass/media/_touch_main.scss */
  .resource-links {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  /* line 191, ../sass/media/_touch_main.scss */
  .resource-divider {
    width: 100%;
    height: 1px;
  }

  /* line 196, ../sass/media/_touch_main.scss */
  .resource-item {
    gap: 16px;
  }

  /* line 200, ../sass/media/_touch_main.scss */
  .resource-thumb {
    width: 130px;
    flex-basis: 130px;
  }

  /* line 205, ../sass/media/_touch_main.scss */
  .resource-info h3 {
    margin-bottom: 12px;
    font-size: 1.125rem;
  }

  /* line 209, ../sass/media/_touch_main.scss */
  .stories-nav-bgnums {
    gap: 0px;
	row-gap: 8px;
  }

  /* line 213, ../sass/media/_touch_main.scss */
  .story-dot {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 680px) {
  /* 680 */
  /* line 222, ../sass/media/_touch_main.scss */
  .submit_btn {
    margin-bottom: 10px;
  }

  /* line 226, ../sass/media/_touch_main.scss */
  .table_con h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
  }

  /* line 233, ../sass/media/_touch_main.scss */
  .motion_wrapper {
    width: 980px;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 7vh;
    margin-bottom: 15vh;
  }

  /* line 241, ../sass/media/_touch_main.scss */
  .aiper_font h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  /* line 246, ../sass/media/_touch_main.scss */
  .contact_title {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 5vh;
  }

  /* line 251, ../sass/media/_touch_main.scss */
  .un_md {
    padding: 20px 0 0 0;
  }

  /* line 254, ../sass/media/_touch_main.scss */
  .solu_bn_title {
    font-size: 1.5rem;
    line-height: 0rem;
    margin-bottom: 20px;
  }

  /* line 259, ../sass/media/_touch_main.scss */
  .p_width {
    max-width: 85%;
  }

  /* line 262, ../sass/media/_touch_main.scss */
  .tra_p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 267, ../sass/media/_touch_main.scss */
  .sec_box h2 {
    font-size: 1.2rem;
  }
  /* line 271, ../sass/media/_touch_main.scss */
  .sec_box p {
    font-size: .9rem;
    line-height: 1.6rem;
    text-align: justify;
  }

  /* line 279, ../sass/media/_touch_main.scss */
  .solout_con p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 285, ../sass/media/_touch_main.scss */
  .expan_font_box p {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  /* line 290, ../sass/media/_touch_main.scss */
  .pull-right {
    margin-top: 0;
  }

  /* line 293, ../sass/media/_touch_main.scss */
  .m_menu {
    display: block;
  }

  /* line 296, ../sass/media/_touch_main.scss */
  .solu_pin {
    padding: 26px;
  }

  /* line 299, ../sass/media/_touch_main.scss */
  .solu_bn_title {
    margin-bottom: 0;
  }

  /* line 302, ../sass/media/_touch_main.scss */
  .solu_p {
    display: none;
  }

  /* line 305, ../sass/media/_touch_main.scss */
  .tt_hd {
    display: none;
  }

  /* line 309, ../sass/media/_touch_main.scss */
  .mobile_block {
    display: block;
  }

  /* line 312, ../sass/media/_touch_main.scss */
  .cell_td {
    display: inline-block;
  }

  /* line 315, ../sass/media/_touch_main.scss */
  .cell_td {
    width: 100%;
  }

  /* line 318, ../sass/media/_touch_main.scss */
  .lin_wrap {
    max-width: 65%;
    margin: 0 auto;
  }

  /* line 322, ../sass/media/_touch_main.scss */
  .woi_wrap {
    max-width: 90%;
  }

  /* line 325, ../sass/media/_touch_main.scss */
  .Discover_wrapper {
    max-width: 80%;
    padding: 10vh 0;
  }
  /* line 328, ../sass/media/_touch_main.scss */
  .Discover_wrapper.nopad {
    padding: 0;
  }

  /* line 332, ../sass/media/_touch_main.scss */
  .Contact_wrapper {
    max-width: 80%;
  }

  /* line 335, ../sass/media/_touch_main.scss */
  .r1_pic {
    width: 89%;
  }

  /* line 338, ../sass/media/_touch_main.scss */
  .had_wrap {
    max-width: 100%;
  }

  /* line 341, ../sass/media/_touch_main.scss */
  .list-inline {
    display: none;
  }

  /* line 344, ../sass/media/_touch_main.scss */
  .logo {
    margin-left: 20px;
  }

  /*20250613*/
  /* line 349, ../sass/media/_touch_main.scss */
  .halfpic {
    display: none;
  }

  /* line 352, ../sass/media/_touch_main.scss */
  .halfcontent {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 357, ../sass/media/_touch_main.scss */
  .box_grid.for2 {
    grid-template-columns: 1fr;
  }

  /* line 361, ../sass/media/_touch_main.scss */
  .product-tabs {
    display: none;
  }

  /* line 364, ../sass/media/_touch_main.scss */
  .tab-select {
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 0.5rem;
    font-size: 1rem;
  }

  /* line 371, ../sass/media/_touch_main.scss */
  .ai-section .ai-services .service-box {
    flex: 1 1 100%;
  }
  /* line 373, ../sass/media/_touch_main.scss */
  .ai-section .ai-services .service-box h3 {
    display: block;
    text-align: center;
  }

  /* line 378, ../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 389, ../sass/media/_touch_main.scss */
  .bn1, .bn2, .bn3, .bn4 {
    /*padding-bottom: 55%;*/
  }
  
  .bn1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_01.png");
    background-position: 50%;
    background-size: cover;
  }
  .banner_wrap .swiper-slide {
        aspect-ratio: 1!important;
		
    }
	.bannertext_new{
		padding-top:10%;
	}
	.bannertext_new h2 div{
		text-align:center;
		position:relative;
	}

  /* line 393, ../sass/media/_touch_main.scss */
  .bannertext {
    /*left: 60%;*/
    top: 50%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 2vw;
    color: #fff;
  }
  /* line 401, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  /* line 406, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  /* line 412, ../sass/media/_touch_main.scss */
  .news-grid {
    grid-template-columns: 1fr;
  }

  /*ai2*/
  /* line 417, ../sass/media/_touch_main.scss */
  .sec1 {
    grid-template-columns: 1fr;
  }

  /* line 420, ../sass/media/_touch_main.scss */
  .story-dot {
    width: 56px;
    height: 56px;
    font-size: 10px;
  }
  
  .project-block.pt a{
	  flex-direction:column;
  }

  /*ai2*/
}
@media only screen and (max-width: 480px) {
  /* 480 */
  /* line 433, ../sass/media/_touch_main.scss */
  .bn1 {
    /*padding-bottom: 30%;*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner_01.png");
    background-position: 50%;
    background-size: cover;
  }

  /* line 441, ../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 449, ../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 457, ../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 465, ../sass/media/_touch_main.scss */
  .bannertext {
    left: 0%;
    margin-left: 20px;
    padding: 20px;
	top: 10%;
  }
  /* line 470, ../sass/media/_touch_main.scss */
  .bannertext h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bolder;
  }
  .bannertext h2 div{
    font-size: 1rem;
	text-align:center;
	position: relative;
  }
  /* line 475, ../sass/media/_touch_main.scss */
  .bannertext h3 {
    font-size: 1.2rem;
    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', 微軟正黑體, 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', 微軟正黑體, 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: 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: 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%;
  }
}
