body {
  font-family: "Noto Sans TC", sans-serif;
  background: url("img/kv/bg.jpg") center/cover fixed;
  color: #fff;
}

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

.modal {
  color: #000;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_calendar {
  background-color: transparent;
  border-radius: 99%;
}
.fix_aside .fx_item.is_primary {
  background-color: #2a65bb;
  color: #fff;
  line-height: 1.3;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}
.g_header.is_active {
  background-color: #2a65bb;
}
.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: flex;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_area .nav_content {
  display: flex;
  justify-content: flex-end;
}
.g_header .nav_area .nav_cnt {
  display: inline-flex;
}
.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}
.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #5abdde;
  color: #000;
}
.g_header .nav_area .nav_item.is_highlight .nav_link:hover {
  background-color: #addffb;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
}
.g_header .nav_area .nav_link:hover {
  color: #5abdde;
  text-decoration: none;
}
.g_header .header_sns {
  flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}
.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}
.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}
.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}
.g_header .header_sns .hover_holder {
  cursor: pointer;
}
.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.g_kv {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.g_kv .desktop {
  position: relative;
  height: 50vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.g_kv .df_logo {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 5%;
  width: 8%;
}
.g_kv .tit {
  position: absolute;
  left: 5%;
  top: 28%;
  width: 26.0416666667%;
  z-index: 6;
}
.g_kv .tit .t2 {
  display: flex;
  align-items: end;
  margin-bottom: 8%;
}
.g_kv .deco {
  width: 96.3541666667%;
}
.g_kv .deco .h {
  position: relative;
}
.g_kv .deco .box {
  position: absolute;
  top: -5%;
  z-index: 4;
}
.g_kv .deco .square1 {
  position: absolute;
  top: -4%;
  z-index: 3;
}
.g_kv .deco .square2 {
  position: absolute;
  top: 0%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.g_kv .timer {
  position: absolute;
  left: 5%;
  bottom: 18%;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
}
.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  letter-spacing: normal;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s {
  border-radius: 0 1rem 1rem 0;
}
.g_kv .timer .s::after {
  content: "sec";
}

.main_sc {
  padding: 90px 0;
}

.sc_title {
  font-size: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #addffb;
  letter-spacing: 0.16rem;
  text-align: center;
}
.sc_title .tit {
  color: #0c166c;
  font-weight: 700;
  line-height: 1;
}
.sc_title .titleDec {
  height: 2px;
  width: 30vw;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(173, 223, 251, 0), #addffb, rgba(173, 223, 251, 0));
  margin-top: 0.8rem;
}
.sc_title.c_main {
  color: #0c166c;
}
.sc_title.c_white {
  color: #fff;
}

.sc_intro {
  background-image: linear-gradient(0deg, rgba(12, 22, 108, 0.8), rgba(12, 22, 108, 0.6));
}
.sc_intro .intro_cnt {
  text-align: center;
}
.sc_intro .intro_cnt .info {
  margin-bottom: 5rem;
}
.sc_intro .intro_cnt .info p {
  line-height: 1.75;
  margin-top: 1.25rem;
  font-size: 1.25rem;
}
.sc_intro .intro_cnt .highlight {
  margin-bottom: 7rem;
  overflow: hidden;
}
.sc_intro .intro_cnt .highlight-T, .sc_intro .intro_cnt .highlight-M, .sc_intro .intro_cnt .highlight-B {
  display: inline-block;
  padding: 1.25rem 6rem;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 0;
}
.sc_intro .intro_cnt .highlight-T {
  background-image: linear-gradient(-90deg, rgba(175, 244, 249, 0), rgba(175, 244, 249, 0.6));
  border-radius: 50rem 0 0 50rem;
}
.sc_intro .intro_cnt .highlight-M {
  background-image: linear-gradient(90deg, rgba(91, 211, 221, 0), rgba(91, 211, 221, 0.6));
  border-radius: 0 50rem 50rem 0;
}
.sc_intro .intro_cnt .highlight-B {
  background-image: linear-gradient(-90deg, rgba(42, 176, 186, 0), rgba(42, 176, 186, 0.6));
  border-radius: 50rem 0 0 50rem;
}
.sc_intro .intro_cnt .place p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1.5rem;
}
.sc_intro .intro_cnt .place .date {
  margin-bottom: 2rem;
  font-size: 1.75rem;
}
.sc_intro .intro_cnt .place .bttn {
  text-decoration: none;
  display: inline-block;
}
.sc_intro .intro_cnt .place .bttn img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.75rem 1.75rem 0 0;
  color: #fff;
  box-shadow: 0 0.6em 0.1em 0.019em #d8e1ef;
  width: 90%;
  margin: 0 auto;
}
.sc_intro .intro_cnt .place .bttn img:hover {
  transition: all 0.3s;
  transform: translate(0, 0.7em);
  box-shadow: 0 0 0 0 #fff;
}
.sc_intro .intro_cnt .place .bttn img:not(hover) {
  transition: all 0.5s;
}

.gift_cnt {
  margin-top: 12rem;
}
.gift_cnt .sc_title .tit {
  color: white;
  margin-bottom: 3rem;
}
.gift_cnt .gift_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
  max-width: 100%;
}
.gift_cnt .gift_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
  width: 100%;
  margin-bottom: 1.75rem;
}
.gift_cnt .gift_list-item .sub_tit {
  font-size: 1.6rem;
  background-color: rgba(90, 189, 222, 0.5);
  padding: 0.5rem 1.5rem;
  color: white;
  margin-bottom: 1.25rem;
}
.gift_cnt .gift_list-item img {
  margin-bottom: 1rem;
  max-width: 220px;
  border-radius: 1rem;
  border: 3px solid #5abdde;
}
.gift_cnt .gift_list-item .name {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.gift_cnt .gift_list-item .num {
  margin-bottom: 0.5rem;
}
.gift_cnt .gift_list-item .text {
  text-align: center;
}
.gift_cnt .gift_list-item .pic {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.gift_cnt .gift_list-item .pic-item {
  text-align: center;
}
.gift_cnt .gift_list-item .inner_list {
  display: flex;
  width: 50%;
  justify-content: space-around;
}
.gift_cnt .gift_list-item .inner_list-item {
  text-align: center;
}
.gift_cnt .gift_list .single {
  width: 100%;
  margin-bottom: 2.5rem;
}

.sc_agenda {
  background-color: #f8f8f8;
  overflow: hidden;
}

.agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #0c166c;
  overflow: hidden;
}
.agd_cnt .tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(42, 101, 187, 0.5);
}
.agd_cnt .tr.tr_light {
  background-color: rgba(42, 101, 187, 0.1);
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #2a65bb;
  color: #fff;
}
.agd_cnt .td {
  padding: 0.6em 1.2em;
}
.agd_cnt .td_time {
  flex: 0 0 8em;
  text-align: center;
}
.agd_cnt .td_title {
  display: inline-flex;
  align-items: center;
}
.agd_cnt .ag_tit {
  flex: 1 1 auto;
  margin-right: 1em;
  font-weight: 700;
  font-size: 1.125em;
}
.agd_cnt .topic_toggle {
  flex: 0 0 100px;
}
.agd_cnt .ag_spk {
  line-height: 1.35;
}
.agd_cnt .ag_spk + .ag_spk_tit {
  margin-top: 15px;
}
.agd_cnt .ag_spk + .ag_spk {
  margin-top: 6px;
}
.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #0c166c;
}
.agd_cnt .ag_spk_tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 0.875em;
  color: #2a65bb;
}

.agd_normal .td_title {
  flex: 0 1 60%;
}
.agd_normal .td_speaker {
  flex: 0 1 40%;
}

.agd_split .td {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.agd_split .topic_toggle {
  flex: 0 0 0;
  margin: 10px 0;
}
.agd_split .tr_split_tit {
  color: #fff;
}
.agd_split .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
}
.agd_split .tr_split_tit .td_split.sp1 {
  border-left: 5px solid #0c166c;
  background-color: #0c166c;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #0c166c;
}
.agd_split .sp1 {
  flex: 0 1 50%;
  border-left: 5px solid #0c166c;
}
.agd_split .sp2 {
  flex: 0 1 50%;
  border-left: 5px solid #0c166c;
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ag_tip {
  text-align: center;
  color: #084b70;
}

.sc_speaker {
  background-color: #fff;
}

.speaker_items {
  display: flex;
  flex-wrap: wrap;
}
.speaker_items .item {
  flex: 0 0 25%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.speaker_items .item .for_test {
  display: none;
}
.speaker_items .item .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  background: url("img/ui/speech.svg") center/120px no-repeat;
  cursor: pointer;
}
.speaker_items .item .pic img {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 300ms;
}
.speaker_items .item .pic:hover img {
  transform: scale(0.95);
}
.speaker_items .item .name {
  margin-bottom: 6px;
  color: #0c166c;
  font-size: 1.25em;
  line-height: 1.2;
}
.speaker_items .item .name span {
  display: inline-block;
}
.speaker_items .item .job {
  color: #000;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #19244e;
  text-align: center;
  font-weight: 500;
  transition-duration: 300ms;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #0a3c07;
  color: #fff;
  text-shadow: 0 2px rgba(10, 60, 7, 0.2);
}
.bttn .main_b:hover {
  background-color: #000929;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #0c166c;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #19244e;
}
.bttn .sub_b:hover {
  background-color: #becbff;
}

.sc_sponsor {
  background-color: #f8f8f8;
}
.sc_sponsor .container-fluid {
  max-width: 1440px;
}

.sort_cnt .sorts {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.sort_cnt .sorts .item {
  flex: 0 0 auto;
  margin: 0 5px;
}
.sort_cnt .sorts .item_link {
  display: block;
  border-radius: 8px;
  padding: 0.75em 1.5em;
  background-color: #0c166c;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: background 250ms;
}
.sort_cnt .sorts .item_link:hover {
  text-decoration: none;
  background-color: rgba(12, 22, 108, 0.6);
}
.sort_cnt .sorts .item_link.is_active {
  background-color: #ff8200;
}

.sponsor_cnt {
  padding: 20px 0;
}
.sponsor_cnt .sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor_cnt .spr_item {
  flex: 0 0 20%;
  padding: 10px;
}
.sponsor_cnt .spr_item .for_test {
  display: none;
}
.sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
}

.sc_location {
  background-color: rgba(12, 22, 108, 0.5);
}
.sc_location .c_white {
  color: #fff;
}

.location_cnt .loc_top {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: baseline;
}
.location_cnt .loc_top .loc {
  color: #ffcb22;
  font-size: 1.5em;
  margin: 0 0.5em 10px;
}
.location_cnt .loc_top .addr {
  margin: 0 0.5em 10px;
  color: #fff;
}

.sc_detail {
  color: black;
  background-color: #fff;
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  body {
    background: none;
  }
  .mobile {
    position: absolute;
    background: url(img/kv/kv.jpg) center/cover;
    height: 100vw;
    width: 100%;
  }
  .fix_aside {
    right: 0.5rem;
    bottom: 0rem;
  }
  .g_header {
    background-color: #2a65bb;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .g_kv {
    margin-top: 64px;
    height: 100vw;
  }
  .g_kv .df_logo {
    top: 0;
    width: 30%;
    margin: 20px;
    left: 65%;
  }
  .g_kv .df_logo img {
    width: 80%;
    max-width: 80%;
  }
  .g_kv .tit {
    position: absolute;
    z-index: 5;
    width: 50%;
    top: 8%;
  }
  .g_kv .tit .t2 {
    display: flex;
    align-items: end;
    margin-bottom: 8%;
  }
  .g_kv .deco .square1 {
    top: -300%;
  }
  .g_kv .deco .square2 {
    margin-top: 30%;
  }
  .g_kv .deco .square3 {
    margin-top: 30%;
  }
  .g_kv .timer {
    bottom: 10%;
    left: 5%;
  }
  .g_kv .timer .tb {
    width: 3.5em;
    height: 3rem;
  }
  .g_kv .timer .tb span {
    font-size: 1rem;
  }
  .sc_title {
    letter-spacing: 0.03rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .sc_title .titleDec {
    width: 60vw;
  }
  .sc_intro {
    background-image: linear-gradient(0deg, rgb(19, 50, 130), rgba(19, 50, 130, 0.95));
  }
  .sc_intro .intro_cnt .info {
    margin-bottom: 3rem;
  }
  .sc_intro .intro_cnt .info p {
    line-height: 1.75;
    margin-top: 0rem;
    font-size: 1rem;
  }
  .sc_intro .intro_cnt .highlight {
    margin-bottom: 3.5rem;
  }
  .sc_intro .intro_cnt .highlight-T, .sc_intro .intro_cnt .highlight-M, .sc_intro .intro_cnt .highlight-B {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sc_intro .intro_cnt .place p {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .sc_intro .intro_cnt .place .date {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  .sc_intro .intro_cnt .place .bttn img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem 0.75rem 0 0;
    color: #fff;
    box-shadow: 0 0.6em 0.1em 0.019em #d8e1ef;
    width: 100%;
    margin: 0 auto;
  }
  .main_sc {
    padding: 40px 0;
  }
  .gift_cnt {
    margin-top: 6rem;
  }
  .gift_cnt .sc_title .tit {
    margin-bottom: 1.5rem;
  }
  .gift_cnt .gift_list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0rem;
  }
  .gift_cnt .gift_list-item {
    margin-bottom: 2rem;
    max-width: 100%;
  }
  .gift_cnt .gift_list-item .sub_tit {
    font-size: 1.15rem;
  }
  .gift_cnt .gift_list-item img {
    margin-bottom: 1rem;
    max-width: 220px;
    border-radius: 1rem;
    border: 3px solid #5abdde;
  }
  .gift_cnt .gift_list-item .name {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .gift_cnt .gift_list-item .num {
    font-size: 0.8rem;
  }
  .gift_cnt .gift_list-item .text {
    font-size: 0.8rem;
  }
  .gift_cnt .gift_list-item .pic {
    flex-direction: column;
    align-items: center;
  }
  .gift_cnt .gift_list-item .pic-item {
    margin-bottom: 0.5rem;
  }
  .gift_cnt .gift_list-item .inner_list {
    flex-direction: column;
    align-items: center;
  }
  .gift_cnt .gift_list-item .inner_list-item {
    margin-bottom: 1.5rem;
  }
  .agd_cnt .tr {
    display: block;
  }
  .agd_cnt .tr_head {
    display: none;
  }
  .agd_cnt .td {
    padding: 0.2em 1em;
  }
  .agd_cnt .td:first-child {
    padding-top: 1em;
  }
  .agd_cnt .td:last-child {
    padding-bottom: 1em;
  }
  .agd_cnt .td_time {
    text-align: left;
  }
  .agd_cnt .td_title {
    display: block;
  }
  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }
  .sc_speaker .container {
    padding: 0;
  }
  .speaker_items {
    display: flex;
    flex-wrap: wrap;
  }
  .speaker_items .item {
    flex: 0 0 50%;
  }
  .sort_cnt .sorts {
    flex-wrap: wrap;
  }
  .sort_cnt .sorts .item {
    margin: 0;
    padding: 3px;
    flex: 0 0 33.33%;
  }
  .sort_cnt .sorts .item_link {
    text-align: center;
    padding: 0.65em 1.3em;
  }
  .sponsor_cnt {
    padding: 0;
  }
  .sponsor_cnt .spr_item {
    flex: 0 0 50%;
    padding: 3px;
  }
  .location_cnt .loc_top {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */