@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 **/
/**
 * 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 ( 1240+ )
 */
/**
 * Compact Layout ( 0~1239 )
 */
/**
 * pad Layout ( 0~1096 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~546 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * 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
 */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", "微軟正黑體", "華康黑體", "新細明體", "Poiret One", "Fjalla One", "Proxima Nova", "sans-serif" !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #1F1F1F !important;
  background-size: contain;
  background-position: 100% 100%;
  position: relative;
}

address {
  margin-bottom: 0rem;
}

nav {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.en {
  border-radius: 100%;
  float: right;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
  margin-right: 21px;
  width: 30px;
  padding-top: 4px;
  background-color: #0303033b;
  height: 30px;
  color: #e4710f;
  border: 1px solid #f67809;
}

.m_pop_mobile_bkbg {
  display: none;
  background-color: #1A1A1A;
  width: 100%;
  height: 100vh;
  z-index: 100;
  position: fixed;
  padding: 20px 30px;
}

.wiu_box {
  zoom: 1;
}
.wiu_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pop_menu {
  margin-top: 4vh;
  margin-bottom: 10vh;
  margin-left: 18%;
}
.pop_menu a {
  color: #4B4B4B;
}
.pop_menu a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity 2s;
}
.pop_menu li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 20px;
  color: #4B4B4B;
  font-style: oblique;
}
.pop_menu ul {
  margin: 0;
  list-style: none;
}

.menu_active {
  color: #ffffff !important;
  font-style: initial !important;
}

.white_bg {
  background-color: #343434;
  width: 100%;
  height: 270px;
  overflow: hidden;
  margin-bottom: 14px;
}
.white_bg a {
  transition: opacity .3s;
  color: #000000;
}
.white_bg a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}
.white_bg a:hover .bk_bg {
  background-color: #000000;
  transition: opacity .3s;
}
.white_bg a:hover .c-archive_image {
  -webkit-filter: grayscale(0);
}
.white_bg a {
  text-decoration: none !important;
  cursor: pointer !important;
  background-color: #131313;
}
.white_bg a:hover .category_name {
  color: #FF7B01;
}

.category_name {
  color: #767676;
  margin-top: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15789;
  letter-spacing: .06em;
  overflow: hidden;
  min-height: 7vh;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category_name:hover {
  color: #FF7B01;
  transition: all .2s linear;
}

.c-archive_image {
  width: 100%;
  height: 37vh;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
  transform: scale(1, 1);
  transition: all 350ms ease-in-out;
  -webkit-filter: grayscale(0.9);
}
.c-archive_image:hover {
  -webkit-filter: grayscale(1);
}

.move_icon {
  width: 36px;
  margin: 0 auto;
}
.move_icon img {
  width: 100%;
}

.tag_Bar {
  position: static;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  margin-top: 122px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .06em;
  color: #6c6c6c;
}
.tag_Bar ul {
  margin: 0;
}
.tag_Bar li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag_Bar li:before {
  content: "#";
}

img {
  vertical-align: bottom;
  border: 0;
}

.olo_pd {
  padding-right: 0;
  padding-left: 0;
}

.mv_pic {
  width: 100%;
}
.mv_pic img {
  width: 100%;
}

.pf_mb {
  margin-bottom: 40px;
}

.category_font {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .05em;
  color: #6c6c6c;
}

.med_pd {
  padding: 3vh 2vw;
}

.port_menu {
  color: #777777;
}
.port_menu ul {
  list-style-image: url("../svg/listicon.svg");
  margin: 0;
}
.port_menu li {
  font-size: 14px;
  margin-left: 15px;
}
.port_menu a {
  color: #777777;
}
.port_menu a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}
.port_menu .active {
  color: #ffffff !important;
}
.port_menu .on {
  color: #ffffff !important;
}

.pf_head {
  margin-bottom: 20px;
}

.more_bg {
  background-image: url("../jpg/more_bg.jpg");
  width: 100%;
  height: auto;
  position: relative;
  background-position: center center;
}

.index_bg {
  background-image: url("../jpg/a3-2.jpg");
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.portfolio_bg {
  background-image: url("../jpg/a2-n.jpg");
  width: 100%;
  height: 34vh;
  position: relative;
}
.portfolio_bg.film {
  background-size: cover;
  background-position: 100% 86%;
}
.portfolio_bg.web {
  background-size: cover;
  background-position: 100% 46%;
}
.portfolio_bg.app {
  background-size: cover;
  background-position: 100% 17%;
}
.portfolio_bg.graphic {
  background-size: cover;
  background-position: 100% 54%;
}
.portfolio_bg.programmin {
  background-size: cover;
  background-position: 100% 35%;
}
.portfolio_bg.showreel {
  background-size: cover;
  background-position: 100% 86%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 43.25%;
  margin-bottom: 40px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.web-container {
  margin-bottom: 40px;
  width: 100%;
}
.web-container img {
  width: 100%;
}

.vd_pd {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.vd_con_md {
  margin-bottom: 40px;
}

.video_wrap {
  width: 71%;
  margin-right: -20px;
  margin-left: -20px;
}
.video_wrap p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

.hv_box {
  width: 73%;
}

.ve_box {
  width: 60%;
}

.web_box {
  width: 100%;
}

.hv_a {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #888888;
  margin-bottom: 20px;
  margin-right: 4%;
}

.hv_b {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

.hv_c {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

.hv_d {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
  margin-right: 4%;
}

.ser_web_pic {
  width: 100%;
}
.ser_web_pic img {
  width: 100%;
}

.team_font {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

.more_wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding: 15vh 0 10vh 0;
}

.intr_isu {
  font-size: 14px;
  color: #8F8F8F;
  margin-bottom: 10px;
}

.introduce_name {
  margin-top: 15px;
  font-size: 38px;
  line-height: 1.15789;
  letter-spacing: .06em;
  color: #ffffff;
}

.portfolio_wrapper {
  max-width: 96%;
  margin: 0 auto;
  padding: 11vh 0;
}

.portfolio_title {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.search_icon {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}
.search_icon img {
  width: 100%;
}

.form_search {
  display: inline-block;
  width: 300px;
  border-bottom: 1px dotted #444444;
}

.search_in_put {
  display: inline-block;
  width: 80%;
  margin-bottom: 10px;
}
.search_in_put input {
  padding: 10px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
}

.searc_port_bar {
  display: inline-block;
  vertical-align: middle;
}

header {
  position: fixed;
  width: 100%;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 10;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.7) 36%, transparent 100%);
}
header {
  zoom: 1;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mu_Title {
  font-size: 14px;
  font-weight: bolder;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-style: oblique;
  margin-right: 5px;
}

.mu_db_icon {
  display: inline-block;
  width: 10px;
  vertical-align: middle;
}
.mu_db_icon img {
  width: 100%;
  vertical-align: middle;
}

.index_side_box {
  position: absolute;
  bottom: 35px;
  left: 2%;
  max-width: 490px;
}

.mu_box {
  margin-bottom: 5px;
}

.mu_eventname_box {
  margin-bottom: 5px;
}

.annou_a {
  background-size: cover;
  display: inline-block;
  padding-bottom: 18%;
  vertical-align: top;
  width: 150px;
  margin-top: 7px;
  margin-right: 3%;
  border: 1px solid #4A4A4A;
}
.annou_a img {
  width: 100%;
  vertical-align: top;
}

.annou_b {
  display: inline-block;
  vertical-align: top;
  width: 53%;
}

.mu_p {
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list_new {
  display: inline-block;
  color: #Ffffff;
  border: 1px solid #ffffff;
  padding: 0px 4px;
}

.list_name {
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.logo_icon {
  width: 200px;
  float: left;
}
.logo_icon img {
  width: 100%;
}

.menu_icon {
  cursor: pointer;
  float: right;
  width: 30px;
}
.menu_icon img {
  width: 100%;
}

.footer_bg {
  background-image: url("../jpg/footer_bg.jpg");
  width: 100vw;
  position: relative;
  background-size: cover;
}

.fooer_wrapper {
  padding: 5vh 0 10vh 10vw;
  max-width: 890px;
}

.fot_a {
  width: 100%;
  margin-bottom: 30px;
}

.fot_b {
  width: 100%;
  margin-bottom: 30px;
}

.fot_c {
  width: 100%;
  color: #484848;
}

.scroll {
  position: absolute;
  width: 44px;
  left: 50%;
  bottom: 20px;
  margin-left: -22px;
}

.add_box {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
.add_box p {
  color: #696969;
  margin-bottom: 0;
}
.add_box p a {
  color: #696969;
}
.add_box p a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}

.add_box2 {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.add_box2 p {
  color: #696969;
  margin-bottom: 0;
}
.add_box2 p a {
  color: #696969;
}
.add_box2 p a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}

.add_share {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.fo_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  margin-right: 5px;
}
.fo_icon img {
  width: 100%;
  vertical-align: middle;
}

.fo_font {
  display: inline-block;
  vertical-align: middle;
  color: #8a8a8a;
  font-style: oblique;
}

.swiper-pagination {
  z-index: 1;
}

.share_all li {
  width: 24px;
  margin-right: 20px;
  display: inline-block;
}
.share_all li img {
  width: 100%;
}

.mail_font {
  font-size: 16px;
  border-bottom: 1px solid #404040;
  display: table;
  margin-bottom: 20px;
  font-style: oblique;
  color: #555555;
}
.mail_font a {
  color: #555555;
}
.mail_font a:hover {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}

.contact_Bg {
  background-color: #0D0D0D;
}

.contact_wrapper {
  max-width: 70%;
  margin: 0 auto;
  padding: 10vh 0;
}

.orange_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 38px;
  color: #FF7B01;
  margin-right: 5px;
}

.white_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-right: 5px;
}

.ora_line {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
}
.ora_line img {
  width: 100%;
  vertical-align: middle;
}

.ora_en {
  display: inline-block;
  vertical-align: middle;
  color: #5B5B5B;
  font-style: oblique;
}

.dosh_line {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #444444;
}

.font_p {
  color: #727272;
  font-size: 14px;
  margin-bottom: 40px;
}

.name_bar {
  width: 100%;
  border-bottom: 1px dotted #444444;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.name_bar input {
  color: #ffffff;
  width: 100%;
  background-color: #0D0D0D;
}

.massage_title {
  color: #727272;
  margin-bottom: 8px;
}

.massage_box {
  width: 100%;
  border: 1px solid #1F1F1F;
  height: 130px;
  margin-bottom: 10px;
}
.massage_box textarea {
  padding: 10px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #242424;
}

.ver_bar {
  width: 195px;
  border: 1px solid #1F1F1F;
  padding-bottom: 15px;
  margin-bottom: 30px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  background-color: #242424;
  padding: 5px 10px;
}
.ver_bar input {
  padding: 10px;
  color: #ffffff;
  width: 100%;
  height: auto;
  background-color: #242424;
}

.ver_number {
  display: inline-block;
  vertical-align: top;
}

.ver_return {
  display: inline-block;
  vertical-align: top;
  width: 35px;
}
.ver_return img {
  width: 100%;
}

.submit_p {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
}

.submit_icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-top: -4px;
}
.submit_icon img {
  width: 100%;
  vertical-align: middle;
}

.sub_box {
  text-align: center;
  background-color: #151515;
  padding: 7px 20px;
  width: 170px;
  margin: 0 auto;
}
.sub_box a {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}
.sub_box a:hover {
  color: #8a8a8a;
}

.about_bg {
  background-image: url("../jpg/aboutbg.jpg");
  width: 100%;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
}

.about_wrapper {
  max-width: 70%;
  margin: 0 auto;
  padding: 10vh 0;
}

.sub_box {
  color: #828282;
  text-decoration: none !important;
  cursor: pointer !important;
}
.sub_box:hover {
  color: #ffffff;
  background-color: #000000;
  transition: all 0.3s linear;
}

.about_content {
  max-width: 60%;
  padding-top: 40px;
}
.about_content p {
  font-size: 13px;
  color: #8F8F8F;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about_content h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.about_content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #CBCBCB;
  font-style: italic;
}
.about_content h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #686868;
  font-style: italic;
}

.left_line {
  border-left: 1px solid #626262;
  padding-right: 10px;
}

.md_left {
  padding-left: 20px;
}

.service_box {
  width: 100%;
  margin-top: 20px;
}

.service_a {
  color: #FFFFFF;
}
.service_a a {
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer !important;
}
.service_a a:hover {
  color: #8a8a8a;
}
.service_a ul {
  list-style-image: url("../svg/listicon.svg");
}
.service_a li {
  font-size: 12px;
  margin-left: 20px;
}

.work_wrapper {
  max-width: 70%;
  margin: 0 auto;
  padding: 10vh 0;
}

.media_box {
  margin: 4vh 0;
}

.year_bar {
  background-color: #3A3A3A;
  padding: 5px 20px;
  display: inline-block;
}

.year_item {
  display: inline-block;
  vertical-align: middle;
}

.year_item_icon {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  margin-right: 4px;
}
.year_item_icon img {
  vertical-align: middle;
  width: 100%;
}

.year_media {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  font-style: oblique;
  color: #FF7B01;
}

.year_font {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: oblique;
  color: #AAAAAA;
}

.case_box {
  float: left;
  width: 50%;
}
.case_box a:hover {
  text-decoration: none !important;
}
.case_box a:hover .au_b {
  color: #FF7B01 !important;
}
.case_box td {
  vertical-align: top;
}

.case_font {
  float: left;
  width: 49%;
  color: #8F8F8F;
}

.case_wrap {
  margin-bottom: 10px;
}
.case_wrap {
  zoom: 1;
}
.case_wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.au_a {
  width: 4px;
  margin-right: 5px;
  margin-top: -3px;
}
.au_a img {
  width: 100%;
}

.au_b {
  color: #ffffff;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news_pic a {
  transition: opacity .3s;
  color: #000000;
  transition: all 350ms ease-in-out;
  text-decoration: none !important;
}
.news_pic a:hover {
  color: #ffffff;
  cursor: pointer !important;
}
.news_pic a:hover .noable_pic {
  transition: all 350ms ease-in-out;
  -webkit-filter: grayscale(0);
}
.news_pic a:hover .pro_name {
  transition: all 350ms ease-in-out;
  color: #FF7B01 !important;
}

.pro_pic {
  width: 100%;
}
.pro_pic img {
  width: 100%;
}

.noable_pic {
  width: 100%;
  -webkit-filter: grayscale(1);
}
.noable_pic img {
  width: 100%;
}

.pro_name {
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  margin-top: 10px;
}

.pro_it {
  text-align: center;
  color: #8F8F8F;
  font-size: 12px;
  margin-bottom: 10px;
}

.cf_mb {
  margin-bottom: 30px;
}

.eyeicon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-right: 10px;
  border: 1px solid #4B4B4B;
}
.eyeicon img {
  padding: 6px;
  width: 100%;
}

.view_box {
  margin-top: 40px;
}
.view_box a {
  text-decoration: none !important;
  cursor: pointer !important;
}
.view_box a:hover .view_font {
  color: #ffffff;
  transition: all 0.3s linear;
}

.view_font {
  display: inline-block;
  vertical-align: middle;
  color: #767676;
  font-style: oblique;
}

.service_isu {
  font-size: 13px;
  color: #8F8F8F;
}

.service_title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.15789;
  letter-spacing: .06em;
  color: #ffffff;
}

.service_wrap {
  width: 70%;
}

.sev_tag ul {
  margin: 0;
}
.sev_tag li {
  display: inline-block;
  margin-right: 16px;
  color: #8a8a8a;
}

.ser_p {
  font-size: 13px;
  color: #8F8F8F;
  margin-bottom: 20px;
}

.ser_orange {
  font-size: 22px;
  font-weight: 900;
  color: #FF7B01;
}

.mg_mg {
  margin-bottom: 30px;
}

.lang_title {
  font-size: 16px;
  color: #ffffff;
}

.service_pic {
  width: 70%;
  margin-bottom: 40px;
}
.service_pic img {
  width: 100%;
}

.og_mg {
  margin-bottom: 40px;
}

.gotestweb {
  font-size: 14px;
  font-weight: bold;
  color: #FF7B01;
  border-bottom: 1px solid #FF7B01;
  display: inline-block;
}
.gotestweb a {
  color: #FF7B01;
  text-decoration: none !important;
  cursor: pointer !important;
}
.gotestweb a:hover .view_font {
  color: #ffffff;
  transition: all 0.3s linear;
}

.mleft {
  margin-left: 20px;
}

.drp_menu {
  display: inline-block;
  margin-left: 20px;
}

.btn-secondary {
  color: #ff7b01;
  background-color: #343434;
  border-color: #262626;
}

.btn-secondary:hover {
  color: #cbcbcb;
  background-color: #424242;
  border-color: #4c4c4c;
}

.btn-secondary:focus {
  color: #cbcbcb;
  background-color: #424242;
  border-color: #4c4c4c;
}

.btn-secondary:active {
  color: #cbcbcb;
  background-color: #424242;
  border-color: #4c4c4c;
}

.mask {
  -webkit-mask: url("../svg/mask.svg");
  mask: url("../svg/mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.banner_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}
.swiper-container img {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bn1 {
  background-size: cover;
  background-image: url("../jpg/a3-2.jpg");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn2 {
  background-size: cover;
  background-image: url("../jpg/blessed_web.jpg");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn3 {
  background-size: cover;
  background-image: url("../jpg/dog_web.jpg");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn4 {
  background-size: cover;
  background-image: url("../jpg/award_winner_web.jpg");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn5 {
  background-size: cover;
  background-image: url("../jpg/moonlight_web.jpg");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn6 {
  background-size: cover;
  background-image: url("../%c3%a8%c2%a8%c2%b1%c3%a5%c2%af%c2%8c%c3%a5%c2%87%c2%b1_web.html");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn7 {
  background-size: cover;
  background-image: url("../%c3%a5%c2%a4%c2%95%c3%a9%c2%99%c2%bd%c3%a6%c2%ad%c2%a6%c3%a5%c2%a3%c2%ab_web.html");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn8 {
  background-size: cover;
  background-image: url("../%c3%a5%c2%b7%c2%b4%c3%a9%c2%a2%c2%a8%c3%a7%c2%89%c2%b9_web.html");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.bn9 {
  background-size: cover;
  background-image: url("../%c3%a5%c2%8f%c2%b0%c3%a4%c2%b8%c2%ad_web.html");
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

:root {
  --swiper-theme-color: #ff7b01 !important;
}

.parallax-window {
  min-height: 100vh;
  position: relative;
  background: transparent;
  top: 0;
  left: 0;
}
.parallax-window video {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
.parallax-window video::-webkit-media-controls,
.parallax-window video::-moz-media-controls,
.parallax-window video::-webkit-media-controls-enclosure {
  display: none !important;
}
.parallax-window video::-webkit-media-controls-panel,
.parallax-window video::-webkit-media-controls-panel-container,
.parallax-window video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.year_tie {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}

.winner_title li {
  font-size: 13px;
  color: #8F8F8F;
  margin-bottom: 0;
  text-align: justify;
  text-decoration: none !important;
  margin-left: 18px;
}

.euh_time {
  color: #525252;
}

.white_active {
  color: #ffffff;
}

@media only screen and (max-width: 1239px) {
  .about_wrapper {
    max-width: 90%;
    padding: 4vh 0;
  }

  .about_content {
    max-width: 80%;
  }
  .about_content p {
    font-size: 12px;
  }

  .orange_title {
    font-size: 28px;
  }

  .work_wrapper {
    max-width: 91%;
  }

  .portfolio_bg {
    height: 23vh;
  }

  .tag_Bar {
    margin-top: 102px;
  }
}
@media only screen and (max-width: 992px) {
  .about_wrapper {
    max-width: 90%;
    padding: 4vh 0;
  }

  .about_content {
    max-width: 80%;
  }

  .orange_title {
    font-size: 28px;
  }

  .about_bg {
    height: auto;
  }

  .tag_Bar {
    margin-top: 102px;
  }

  .hv_d {
    width: 45%;
  }

  .c-archive_image {
    height: 35vh;
  }

  .contact_wrapper {
    max-width: 81%;
  }
}
@media only screen and (max-width: 768px) {
  .bn1 {
    background-image: url("../jpg/phone.jpg");
    background-position: center center;
  }

  .bn2 {
    background-image: url("../jpg/belssed_website_mobile.jpg");
    background-position: center center;
  }

  .bn3 {
    background-image: url("../jpg/dog_mobile.jpg");
    background-position: center center;
  }

  .bn4 {
    background-image: url("../jpg/award_winner_web_mobile.jpg");
    background-position: center center;
  }

  .bn5 {
    background-image: url("../jpg/moonlight_web_mobile.jpg");
    background-position: center center;
  }

  .bn6 {
    background-image: url("../%c3%a8%c2%a8%c2%b1%c3%a5%c2%af%c2%8c%c3%a5%c2%87%c2%b1_mobile.html");
    background-position: center center;
  }

  .bn7 {
    background-image: url("../%c3%a5%c2%a4%c2%95%c3%a9%c2%99%c2%bd%c3%a6%c2%ad%c2%a6%c3%a5%c2%a3%c2%ab_mobile.html");
    background-position: center center;
  }

  .bn8 {
    background-image: url("../%c3%a5%c2%b7%c2%b4%c3%a9%c2%a2%c2%a8%c3%a7%c2%89%c2%b9_mobile.html");
    background-position: center center;
  }

  .bn9 {
    background-image: url("../%c3%a5%c2%8f%c2%b0%c3%a4%c2%b8%c2%ad_mobile.html");
    background-position: center center;
  }

  .dropdown-menu.show {
    width: 100%;
  }

  .more_wrapper {
    max-width: 90%;
  }

  .btn:not(:disabled):not(.disabled) {
    width: 100%;
    text-align: left;
  }

  .dropdown-toggle::after {
    text-align: right;
    margin-top: 10px;
    float: right;
  }

  .form_search {
    margin-bottom: 20px;
    width: 100%;
  }

  .drp_menu {
    display: inline;
    margin-left: 0;
  }

  .dosh_line {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .introduce_name {
    font-size: 24px;
  }

  .web-container {
    width: 100%;
  }

  .pop_menu {
    margin-left: 0%;
  }
  .pop_menu li {
    font-size: 22px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .ve_box {
    width: 100%;
  }

  .service_pic {
    width: 100%;
  }

  .service_wrap {
    width: 100%;
  }

  .portfolio_wrapper {
    padding: 4vh 0;
  }

  .hv_box {
    width: 100%;
  }

  .hv_a {
    width: 100%;
  }

  .hv_b {
    width: 100%;
  }

  .hv_d {
    width: 100%;
  }

  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .video_wrap {
    width: 103%;
  }

  .white_bg {
    height: auto;
  }

  .portfolio_bg {
    height: 21vh !important;
  }
  .portfolio_bg.film {
    background-size: 200%;
    background-position: 40% 83%;
  }
  .portfolio_bg.web {
    background-size: 200%;
    background-position: 73% 52%;
  }
  .portfolio_bg.app {
    background-size: 200%;
    background-position: 90% 12%;
  }
  .portfolio_bg.graphic {
    background-size: 200%;
    background-position: 0% 32%;
  }
  .portfolio_bg.programmin {
    background-size: 200%;
    background-position: 44% 15%;
  }

  .portfolio_title {
    font-size: 24px;
  }

  .category_name {
    font-size: 25px;
  }

  .tag_Bar {
    left: 1.5vh;
    margin-top: 10px;
  }

  .med_pd h2 {
    font-size: 30px;
    margin-bottom: 23px;
  }

  .news_pic {
    margin-bottom: 16px;
  }

  .portfolio_title {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .portfolio_bg {
    height: 13vh;
  }

  .about_content {
    max-width: 100% !important;
  }
  .about_content p {
    font-size: 0.85rem;
  }

  .add_share {
    width: 60%;
  }

  .fot_a {
    margin-bottom: 13px;
  }

  .contact_wrapper {
    max-width: 85%;
  }

  .fooer_wrapper {
    padding: 20px;
  }

  .logo_icon {
    width: 170px;
  }

  header {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu_icon {
    width: 24px;
    margin-top: -4px;
  }

  .add_box2 {
    width: 51%;
  }

  .add_box {
    width: 25%;
  }

  .index_side_box {
    bottom: 65px;
    left: 5%;
    width: 94%;
    display: none;
  }

  .c-archive_image {
    height: 30vh;
  }
}
@media only screen and (max-width: 680px) {
  .index_bg {
    background-image: url("../jpg/phone.jpg");
    background-repeat: no-repeat;
    background-color: #131313;
    background-size: 100%;
  }

  .service_title {
    font-size: 28px;
  }

  .c-archive_image {
    height: 24vh;
  }

  .work_wrapper {
    max-width: 91%;
  }

  .case_box {
    width: 100%;
  }

  .case_font {
    width: 100%;
    margin-left: 9px;
  }
}
@media only screen and (max-width: 320px) {
  .add_box {
    width: 27%;
  }

  .add_box2 {
    width: 59%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1470px) {
  .about_content {
    max-width: 76%;
  }
}
/** 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 **/
/**
 * 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 ( 1240+ )
 */
/**
 * Compact Layout ( 0~1239 )
 */
/**
 * pad Layout ( 0~1096 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~546 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * 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
 */
body {
  font-size: .8em;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  line-height: 170%;
  background: white;
  color: #333;
}

/**
 * Hyperlinks
 */
a {
  color: #0077b1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[target=_blank]:hover {
  color: #be252c;
}

a.ad,
a.important {
  color: #be252c;
}

a img {
  border: none;
}

/**
 * Form Elements
 */
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;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  outline: none;
}

/**
 * Common Class Names
 */
.hide {
  display: none;
}

.invisible {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearself {
  overflow: hidden;
}

/**
 * inner content style reset
 */
.content p {
  margin: 1.2em 0;
}

.content * {
  line-height: 170%;
}

.content ul,
.content ol {
  margin: 1.2em 0 1.2em 2em;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

/**
 * Layouts
 */
.layout-wrapper {
  margin: 0 auto;
  position: relative;
}

.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;
}
.ad .ysm {
  padding: 10px;
}
.ad .ysm dl {
  margin-bottom: 10px;
}
.ad .ysm dd {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}

/**
 * background image prepare
 */
.i {
  position: relative;
}
.i:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../full05b1.html);
  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) {
  .i:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}

/**
 * message
 */
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;
}

div.center[class^=message-] {
  text-align: center;
}

.message-info {
  background: #dcebf0;
}

/**
 * .button
 * .button.blue
 * .button.grey (or .button.gray)
 * .button.large    // shadow style
 * .button.medium   // shadow style
 * .button.small
 * .button.disabled
 */
.button {
  /** active/pressed **/
  /**
   * Grey
   */
  /**
   * Blue
   */
  /**
   * gray
   */
 /**
* blink yellow button
*/
  /**Header Red **/
  /** Large **/
  /**
   * Medium
   */
  /**
   * Small
   */
}
.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;
}
.button, .button[type] {
  padding: .5em 1em .4em;
}
.button:hover {
  color: white !important;
  text-decoration: none !important;
  background: #ce343f;
}
.button.disabled, .button[disabled] {
  cursor: default !important;
  color: #e5babf;
  background: #cc757f;
}
.button[type=reset], .button[type=button], .button[type=submit] {
  font-family: inherit;
  border: 0 none;
  margin: 0;
}
.button:active, .button.pressed {
  background: #9e1621;
}
.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;
}
.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;
}
.button.grey, .button.gray {
  /** active/pressed **/
}
.button.grey, .button.gray {
  background: #eee;
  color: #555 !important;
}
.button.grey:hover, .button.gray:hover {
  background: #ddd;
  color: #555 !important;
}
.button.grey.disabled, .button.grey[disabled], .button.gray.disabled, .button.gray[disabled] {
  color: #bbb !important;
  background: #eee !important;
}
.button.grey.large, .button.gray.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
}
.button.grey.medium, .button.gray.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
}
.button.grey:active, .button.grey.pressed, .button.gray:active, .button.gray.pressed {
  background: #333;
  color: white !important;
}
.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;
}
.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;
}
.button.blue {
  /** active/pressed **/
}
.button.blue {
  background: #1180c2;
}
.button.blue:hover {
  background: #2290c6;
}
.button.blue.disabled, .button.blue[disabled] {
  color: #b1d1e1 !important;
  background: #0066a0 !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.button.blue:active, .button.blue.pressed {
  background: #0066a0;
}
.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;
}
.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;
}
.button.gray {
  /** active/pressed **/
}
.button.gray {
  background: #e7e7e7;
}
.button.gray:hover {
  background: #cccccc;
}
.button.gray.disabled, .button.gray[disabled] {
  color: #cccccc !important;
  background: #e7e7e7 !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.button.gray:active, .button.gray.pressed {
  background: #777777;
}
.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;
}
.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;
}
.button.blink {
  background: #F39C12;
}
.button.blink:hover {
  background: #FBB03B;
}
.button.blink.disabled, .button.blink[disabled] {
  color: #fffadc !important;
  background: #D35400 !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.button.blink:active, .button.blink.pressed {
  background: #D35400;
}
.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;
}
.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;
}
.button.header-red {
  /** active/pressed **/
}
.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;
}
.button.header-red:hover {
  background: #ea4f5a;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.button.small {
  font-size: 12px;
  padding: .4em .5em .3em;
}

/**
 * ico-
 */
.button.large.ico-arrow {
  padding-left: 33px;
}
.button.large.ico-arrow {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .button.large.ico-arrow:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.button.large.ico-arrow:after {
  width: 16px;
  padding-top: 16px;
  background-position: -80px -154px;
  top: 8px;
  left: 10px;
}

/**
 * collect-button style
 */
.button.collect-button {
  height: 30px;
  width: 80px;
  padding-left: 17px !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.collect-button:after {
  width: 16px;
  padding-top: 16px;
  background-position: -160px -170px;
  top: 6px;
  left: 8px;
}
.button.collect-button.pressed:after {
  width: 16px;
  padding-top: 16px;
  background-position: -16px -154px;
  top: 7px;
  left: 8px;
}

/**
 * UI Select
 * g-select
 */
.g-select a.button:first-child + div {
  padding-top: 7px;
}

/**
 * Droplist
 * ul.g-droplist
 */
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;
}
ul.g-droplist li.hr {
  padding-bottom: .3em;
  margin-bottom: .4em;
  border-bottom: 1px solid #eee;
}
ul.g-droplist li a {
  display: block;
  padding: .2em 1em;
}
ul.g-droplist li a:hover {
  text-decoration: none;
  color: white;
  background: #0077b1;
}

/**
  *
*/
.light-box-overlayer {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.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;
}

.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;
}
.light-box-close {
  position: relative;
}
.light-box-close:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../full05b1.html);
  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) {
  .light-box-close:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.light-box-close:after {
  width: 16px;
  padding-top: 16px;
  background-position: -240px -154px;
  top: 4px;
  left: 4px;
}

/**
 * lightview
 */
.lightview-box .lightview-content {
  padding-top: 10px;
}
.lightview-box .lightview-content {
  zoom: 1;
}
.lightview-box .lightview-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lightview-box .lightview-content .avatar {
  float: left;
  width: 50px;
  height: 50px;
}
.lightview-box .lightview-content .avatar img {
  width: 50px;
  height: 50px;
}
.lightview-box .lightview-content .avatar ~ p {
  margin-left: 60px;
}
.lightview-box .lightview-content .avatar + .name {
  font-weight: bold;
  margin-bottom: 3px;
}
.lightview-box .lightview-content .avatar ~ .info {
  line-height: 1.4em;
}

/**
 * zIndex setting
 */
#header .area {
  z-index: 30;
}
#header nav ul ul {
  z-index: 11;
}

#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 **/
}
#header {
  background-color: #be252c;
  color: white;
}
#header a {
  color: white;
  text-decoration: none;
}
#header .top-header {
  padding: .2em 0;
  position: relative;
  background-color: #333333;
}
#header .top-header {
  zoom: 1;
}
#header .top-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header .middle-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: .6em 0 .4em;
}
#header .middle-header .layout-wrapper {
  position: relative;
}
#header .middle-header .layout-wrapper {
  zoom: 1;
}
#header .middle-header .layout-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header .bottom-header {
  position: relative;
  background-color: #8f0100;
  height: 32px;
}
#header #region {
  width: 160px;
  float: left;
}
#header #region > div {
  z-index: 1000;
}
#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;
}
#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;
}
#header #region.open a span:after {
  border-bottom: 5px solid #666666;
  border-top: none;
}
#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;
}
#header #region .area a:hover,
#header #region .area a:focus {
  color: #be252c;
}
#header #region .area strong {
  float: left;
}
#header #region .area strong a {
  color: black;
}
#header #region .area strong span {
  color: black;
  cursor: default;
}
#header #region .area > li:last-child .city {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#header #region .city {
  overflow: hidden;
  margin-left: 3.1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
#header #region .city > li {
  float: left;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
#header #region .city a {
  color: #0077b1;
}
#header .top-info {
  float: left;
}
#header .top-info a {
  color: #ccc;
  padding-left: 16px;
}
#header .top-info a:after {
  width: 16px;
  padding-top: 16px;
  background-position: -256px -154px;
  top: 0;
  left: 0;
}
#header .top-info a:hover {
  color: #FFF;
  text-decoration: underline;
}
#header #user {
  float: right;
}
#header #user > li {
  float: left;
  margin-left: 1em;
}
#header #user > li a {
  color: #e7e7e7;
}
#header #user > li a:hover, #header #user > li a:focus {
  color: #FFF;
  text-decoration: underline;
}
#header #user > li a:hover em, #header #user > li a:focus em {
  color: white;
}
#header #user i {
  display: none;
}
#header #user .fb-login {
  padding-left: 18px;
}
#header #user .fb-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -245px 0;
  top: 2px;
  left: 0;
}
#header #user .yh-login {
  padding-left: 18px;
}
#header #user .yh-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -259px 0;
  top: 2px;
  left: 0;
}
#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;
}
#header #user .service-list,
#header #user .notice-list {
  position: relative;
  margin-right: .5em;
}
#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;
}
#header #user .service-list.open > a,
#header #user .notice-list.open > a {
  color: #FFF;
}
#header #user .service-list.open > a:after,
#header #user .notice-list.open > a:after {
  border-top: none;
  border-bottom: 5px solid #FFF;
}
#header #user .service-list > div,
#header #user .notice-list > div {
  padding-top: 5px;
}
#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;
}
#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;
}
#header #user .service-list ul li,
#header #user .notice-list ul li {
  padding: 0 .5em;
}
#header #user .service-list ul li:last-child a,
#header #user .notice-list ul li:last-child a {
  border-bottom: none;
}
#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;
}
#header #user .service-list ul a:hover,
#header #user .notice-list ul a:hover {
  color: #808080 !important;
  background: #CCCCCC;
  text-decoration: none;
}
#header #user .notice-list ul {
  width: 170px;
}
#header #user .notice-list a b {
  color: #be252c;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-right: .3em;
  font-size: 1.2em;
}
#header #user .notice-list a:hover b {
  color: white;
}
#header h2 {
  width: 160px;
  float: left;
}
#header h2 a {
  display: block;
  width: 160px;
  height: 35px;
  text-indent: -9999px;
}
#header h2 a {
  position: relative;
}
#header h2 a:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../full05b1.html);
  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) {
  #header h2 a:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header h2 a:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
#header h2 a:focus {
  background-color: #9e1621;
}
#header .event {
  width: 120px;
  height: 50px;
  overflow: hidden;
  margin-top: -8px;
  margin-left: 15px;
  float: left;
}
#header .event a {
  display: block;
  height: 50px;
  background-image: url(../flashbuy.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: -60px 0;
}
#header .event a:hover {
  background-position: -60px -50px;
}
@media only screen and (max-width: 1239px) {
  #header .event {
    height: 35px;
    width: 60px;
    margin-top: 4px;
    margin-left: 13px;
    float: left;
  }
  #header .event a {
    height: 35px;
    background-position: 0px 0;
  }
  #header .event a:hover {
    background-position: 0px -50px;
  }
}
#header #search {
  float: left;
  vertical-align: middle;
  position: absolute;
  margin-top: .2em;
}
@media only screen and (min-width: 1400px) {
  #header #search {
    left: 305.5px;
  }
}
@media only screen and (max-width: 1239px) {
  #header #search {
    left: 240px;
  }
}
#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;
}
#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;
}
#header #search .type.active {
  background: #ddd;
}
#header #search .type.active label:after {
  border-top: none;
  border-bottom: 5px solid #777777;
}
#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;
}
#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;
}
#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);
}
#header #search .inputs {
  margin-left: 60px;
}
#header #search .inputs {
  zoom: 1;
}
#header #search .inputs:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#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;
}
#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);
}
.ie8 #header #search .inputs input[type=text] {
  padding-top: 6px;
}
#header #search .inputs input.placeholder[type=text] {
  color: #999;
}
#header #search .inputs input[name=kw] {
  width: 40%;
}
#header #search .inputs input[name=adkw] {
  width: 59%;
  border-left: 1px solid #ccc;
}
#header #search .inputs.wide input[name=kw] {
  width: 100%;
}
#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;
}
#header #function {
  float: right;
  margin-top: .6em;
}
#header #function li {
  float: left;
  margin: 0 .2em;
}
#header #function li a {
  position: relative;
  padding-left: 26px;
}
#header #function li .add-shop {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #function li .add-shop:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #function li .add-shop:after {
  width: 16px;
  padding-top: 16px;
  background-position: -128px -154px;
  top: 4px;
  left: 8px;
}
#header #function li .add-cmmt {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #function li .add-cmmt:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #function li .add-cmmt:after {
  width: 16px;
  padding-top: 16px;
  background-position: -48px -154px;
  top: 4px;
  left: 8px;
}
#header #query-nav {
  display: inline-block;
  width: 160px;
  font-size: 14px;
}
#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));
}
#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);
}
#header #query-nav.open li {
  border-right: 1px solid #afafaf;
}
#header #query-nav > a {
  display: block;
  position: relative;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  background: #eb4956;
  padding-left: 10px;
}
#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;
}
#header #query-nav > a.active:after {
  border-bottom: 5px solid #FFF;
  border-top: none;
}
#header #query-nav > div {
  padding-top: 3px;
  margin-left: -1px;
  z-index: 999;
  position: relative;
}
#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);
}
#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;
}
#header #query-nav > div ul li.active > span {
  color: #E6332C;
}
#header #query-nav > div ul li.active > span:before {
  color: #E6332C;
}
#header #query-nav > div ul li.active #food-row:after {
  background-position: -205px -134px;
}
#header #query-nav > div ul li.active #travel-row:after {
  background-position: -220px -134px;
}
#header #query-nav > div ul li.active #other-row:after {
  background-position: -235px -134px;
}
#header #query-nav > div ul li.active #dis-row:after {
  background-position: -250px -134px;
}
#header #query-nav > div ul li.active #mrt-row:after {
  background-position: -265px -134px;
}
#header #query-nav > div ul li.active #uni-row:after {
  background-position: -280px -134px;
}
#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;
}
#header #query-nav > div ul li > span:before {
  content: "\203A";
  font-size: 25px;
  color: #808080;
  position: absolute;
  right: 0;
  top: 10px;
}
#header #query-nav > div ul li > span:hover {
  color: #E6332C;
}
#header #query-nav > div ul li > span:hover:before {
  color: #E6332C;
}
#header #query-nav > div ul li #food-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #food-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #food-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -115px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #food-row:hover:after {
  background-position: -205px -134px;
}
#header #query-nav > div ul li #travel-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #travel-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #travel-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -130px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #travel-row:hover:after {
  background-position: -220px -134px;
}
#header #query-nav > div ul li #other-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #other-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #other-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -145px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #other-row:hover:after {
  background-position: -235px -134px;
}
#header #query-nav > div ul li #dis-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #dis-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #dis-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -160px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #dis-row:hover:after {
  background-position: -250px -134px;
}
#header #query-nav > div ul li #mrt-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #mrt-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #mrt-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -175px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #mrt-row:hover:after {
  background-position: -265px -134px;
}
#header #query-nav > div ul li #uni-row {
  position: relative;
}
#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(../full05b1.html);
  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) {
  #header #query-nav > div ul li #uni-row:after {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #uni-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -190px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #uni-row:hover:after {
  background-position: -280px -134px;
}
#header #query-nav > div ul li.first-tag {
  padding-top: .4em;
}
#header #query-nav > div ul li.tag {
  padding-left: 0;
}
#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;
}
#header #query-nav > div ul li.tag span:before {
  content: "";
}
#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;
}
#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;
}
#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;
}
#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;
}
#header #query-nav .submenu dl {
  width: 95%;
  margin: 1em 1.5em;
}
#header #query-nav .submenu dl:last-child {
  margin-bottom: 3em;
}
#header #query-nav .submenu dd {
  color: #E6332C;
  border-bottom: 1px dotted #afafaf;
  line-height: 26px;
}
#header #query-nav .submenu dt {
  padding: 8px 16px 0;
}
#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;
}
#header #query-nav .submenu dt a:hover {
  color: #0077b1;
  text-decoration: underline;
}
#header #query-nav .submenu#cfood dt a {
  width: 18%;
}
#header #query-nav .submenu#cfood dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#ctravel dt a {
  width: 18%;
}
#header #query-nav .submenu#ctravel dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cother dt a {
  width: 18%;
}
#header #query-nav .submenu#cother dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cdis dt a {
  width: 18%;
}
#header #query-nav .submenu#cdis dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cmrt dt a {
  width: 18%;
}
#header #query-nav .submenu#cmrt dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cuni dt a {
  width: 23%;
}
#header #query-nav .submenu#cuni dt a:hover {
  padding-left: 1em;
}
#header #nav {
  position: absolute;
  left: 170px;
  top: 0;
  font-size: 14px;
  height: 32px;
}
#header #nav > ul > li {
  /*hot tag*/
  /** submenu **/
}
#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;
}
#header #nav > ul > li.ui-select a {
  position: relative;
  padding-right: 20px;
}
#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;
}
#header #nav > ul > li:first-child {
  border-left: none;
}
#header #nav > ul > li:last-child {
  border-right: none;
}
#header #nav > ul > li > a {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #FFD0C0;
  margin-top: -10px;
}
#header #nav > ul > li > a.new-tag {
  position: relative;
}
#header #nav > ul > li > a.new-tag:after {
  content: "";
  position: absolute;
  top: -11px;
  right: -12px;
  width: 32px;
  height: 27px;
  background: url(../new.html) no-repeat;
  background-size: 32px 27px;
  background-size: contain;
  z-index: 9;
}
#header #nav > ul > li > a.new-tag:hover:after {
  border-bottom: 0;
}
#header #nav > ul > li.open > li, #header #nav > ul > li > li:hover {
  border-left: none;
  border-right: none;
}
#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;
}
#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;
}
#header #nav > ul > li > div {
  padding-top: 3px;
  z-index: 10;
}
#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);
}
#header #nav > ul > li ul li {
  padding: 0;
}
#header #nav > ul > li ul li:last-child a {
  border-bottom: none;
}
#header #nav > ul > li ul li > a:after {
  border: none;
}
#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;
}
#header #nav > ul > li ul a:hover {
  color: #808080;
  background: #f0f0f0;
}
#header #nav > ul > li ul a:hover:after {
  border: none;
}
#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 (min-width: 1400px) {
  #header #search .wrapper {
    width: 450px;
  }
  #header #nav > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
  #header #nav > ul > li > a.i {
    padding-right: 24px;
  }
  #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: 1239px) {
  #header #search .wrapper {
    width: 400px;
  }
  #header #nav > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header #nav > ul > li > a.i {
    padding-right: 20px;
  }
  #header #nav > ul > li > a.i:after {
    width: 8px;
    padding-top: 5px;
    background-position: -205px 0;
    top: 13px;
    right: 7px;
  }
  #header #function a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/** end of #header **/
/** Search Suggestion **/
.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;
}
.suggestion-root .suggestion-list li {
  cursor: pointer;
  padding: .3em .6em;
  line-height: 1.3em;
}
.suggestion-root .suggestion-list li.active {
  background: #1180c2;
  color: white;
}

/**
  * top four golden link and chameleon & breadcrumbs
*/
#header_banner .hdChame {
  text-align: center;
}

#bar-header {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
}

.bar-header-index {
  padding-bottom: 15px;
}

#bar-header-original {
  height: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#bar-header-expanded {
  height: 250px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: -70px;
  width: 1000px;
  z-index: 2;
}

#top-golden-link {
  overflow: hidden;
  height: 44px;
}
#top-golden-link > ul {
  font-size: 15px;
  overflow: hidden;
  margin: 10px auto 0px;
  padding: 6px 0;
}
@media only screen and (min-width: 1400px) {
  #top-golden-link > ul {
    width: 1200px;
  }
}
@media only screen and (max-width: 1239px) {
  #top-golden-link > ul {
    width: 1000px;
  }
}
#top-golden-link li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* scrollbar on touch screen */
html.touch body #query-list .container {
  /* Track */
  /* Handle */
}
html.touch body #query-list .container::-webkit-scrollbar {
  width: 6px;
}
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;
}
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);
}
html.touch body #query-list .container::-webkit-scrollbar-thumb:window-inactive {
  background: #e7e7e7;
}

#footer {
  /**
   * General
   */
}
#footer {
  clear: both;
  color: white;
  background: #333;
  padding: 2em 0 3em;
  margin-top: 3em;
}
#footer a {
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer a:hover {
  padding-left: .5em;
  color: #FFF;
}
#footer .h1 {
  font-size: 15px;
  margin-bottom: .5em;
}
#footer h2 {
  color: #f0cb00;
}
#footer section {
  float: left;
}
#footer section div {
  float: left;
}
#footer section.latest {
  width: 19%;
}
#footer section.latest div {
  width: 50%;
}
#footer section.features {
  width: 25%;
}
#footer section.features div {
  width: 50%;
}
#footer section.service_new {
  width: 34%;
}
#footer section.service_new div {
  width: 33%;
}
#footer .footer_icon {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#footer #copyright {
  clear: both;
  font-size: 12px;
  padding-top: 3em;
}
#footer #copyright .logo {
  width: 160px;
  height: 35px;
  float: left;
  text-indent: -9999px;
}
#footer #copyright .logo:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
#footer #copyright p {
  margin-left: 180px;
}
#footer #copyright .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: bold;
}

#breadcrumb {
  padding-top: 10px;
}
#breadcrumb .layout-wrapper > span {
  margin: 0 5px;
}
#breadcrumb .layout-wrapper > div {
  display: inline-block;
}
#breadcrumb .layout-wrapper > span {
  font-family: 'Courier New', Courier, monospace;
}
#breadcrumb .layout-wrapper ul {
  left: -16px;
  width: 100px;
  z-index: 99;
  max-height: 278px;
  overflow-y: auto;
}
#breadcrumb .layout-wrapper ul a {
  color: #0077b1 !important;
  text-decoration: none !important;
}
#breadcrumb .layout-wrapper ul a:hover {
  color: white !important;
  text-decoration: none !important;
}

.score-bar {
  /**
   * large
   */
  /**
   * small
   */
  /**
   * small-red
   */
  /**
   * red-star
   */
}
.score-bar {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.score-bar i {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.score-bar i.s-0 {
  width: 0;
}
.score-bar i.s-5 {
  width: 10%;
}
.score-bar i.s-10 {
  width: 20%;
}
.score-bar i.s-15 {
  width: 30%;
}
.score-bar i.s-20 {
  width: 40%;
}
.score-bar i.s-25 {
  width: 50%;
}
.score-bar i.s-30 {
  width: 60%;
}
.score-bar i.s-35 {
  width: 70%;
}
.score-bar i.s-40 {
  width: 80%;
}
.score-bar i.s-45 {
  width: 90%;
}
.score-bar i.s-50 {
  width: 100%;
}
.score-bar i.s-55 {
  width: 100%;
}
.score-bar i.s-60 {
  width: 100%;
}
.score-bar meter {
  display: none;
}
.score-bar.large {
  width: 100px;
  height: 19px;
  margin-left: 4px;
}
.score-bar.large {
  position: relative;
}
.score-bar.large:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../full05b1.html);
  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) {
  .score-bar.large:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -235px;
  top: 0px;
  left: 0px;
}
.score-bar.large i {
  height: 19px;
}
.score-bar.large i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.large i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -216px;
  top: 0px;
  left: 0px;
}
.score-bar.large-heart {
  width: 100px;
  height: 16px;
  margin-left: 10px;
}
.score-bar.large-heart {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.large-heart:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large-heart:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -70px;
  top: 0px;
  left: 0px;
}
.score-bar.large-heart i {
  height: 16px;
}
.score-bar.large-heart i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.large-heart i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large-heart i:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -86px;
  top: 0px;
  left: 0px;
}
.score-bar.small {
  width: 75px;
  height: 15px;
}
.score-bar.small {
  position: relative;
}
.score-bar.small:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../full05b1.html);
  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) {
  .score-bar.small:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -200px;
  top: 0px;
  left: 0px;
}
.score-bar.small i {
  height: 15px;
}
.score-bar.small i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.small i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -185px;
  top: 0px;
  left: 0px;
}
.score-bar.small-red {
  width: 75px;
  height: 15px;
  margin-left: 10px;
}
.score-bar.small-red {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.small-red:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small-red:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -170px;
  top: 0px;
  left: 0px;
}
.score-bar.small-red i {
  height: 15px;
}
.score-bar.small-red i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.small-red i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small-red i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -155px;
  top: 0px;
  left: 0px;
}
.score-bar.small-heart {
  width: 75px;
  height: 12px;
  margin-left: 10px;
}
.score-bar.small-heart {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.small-heart:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small-heart:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -103px;
  top: 0px;
  left: 0px;
}
.score-bar.small-heart i {
  height: 12px;
}
.score-bar.small-heart i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.small-heart i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.small-heart i:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -115px;
  top: 0px;
  left: 0px;
}
.score-bar.large-red {
  width: 100px;
  height: 19px;
}
.score-bar.large-red {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.large-red:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large-red:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -232px;
  top: -4px;
  left: 0px;
}
.score-bar.large-red i {
  height: 19px;
}
.score-bar.large-red i {
  position: relative;
}
.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(../full05b1.html);
  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) {
  .score-bar.large-red i:before {
    background-image: url(../full-205b1.html);
    background-size: 400px 400px;
  }
}
.score-bar.large-red i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -252px;
  top: -4px;
  left: 0px;
}

.page-block {
  text-align: center;
}
.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;
}
.page-block a:hover, .page-block span:hover {
  text-decoration: none;
  background: #0077b1;
  color: white;
}
.page-block a:active, .page-block a.active, .page-block span:active, .page-block span.active {
  background-color: #333333;
  color: white;
}
.page-block a.disable, .page-block span.disable {
  color: #AAA;
  background-color: #f4f4f4;
}
.page-block span {
  cursor: default;
}

@media only screen and (min-width: 1400px) {
  #Layout-view {
    font-family: "cozy";
  }

  .layout-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1239px) {
  #Layout-view {
    font-family: "compact";
  }

  .layout-wrapper {
    width: 1000px;
  }
}
@media only screen and (max-width: 1005px) {
  #wrap {
    width: 1030px;
  }
}
@media only screen and (max-width: 768px) {
  .layout-wrapper {
    width: 100%;
  }
}
