:root {
  --gold: #deb34c;
  --orang: #228B33;
  --sky: #2affed;
  --blue: #0E5871;
  --grey: #57565e;
  --deepgrey: #2f3144;
  --black: #041729;
  --ff_zh: "Roboto", "Noto Sans TC", sans-serif;
  --sec_PT: 60px;
  --sec_PB: 60px;
}

html {
  font-size: 18px;
}

body {
  background-color: var(--black);
  font-family: var(--ff_zh);
  overflow-x: hidden;
}

.modal .modal-body .pic {
  width: 100%;
}

.modal .modal-body .pic img {
  width: 100%;
  max-width: 100%;
}

.mainbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: var(--black) url("img/kvbg.jpg") center/cover;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  display: block;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px;
  width: 52px;
  line-height: 1;
  background-color: #fff;
  color: var(--black);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.85em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.fix_aside .fx_item img {
  width: 32px;
}
.fix_aside .fx_item.is_primary {
  background: linear-gradient(135deg, var(--sky), var(--blue) 33%, var(--black));
  color: #fff;
  font-weight: 500;
}
.fix_aside .fx_item:nth-child(2) {
  margin-top: 12px;
}
.fix_aside .fx_item:hover {
  text-decoration: none;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.g_header {
  position: relative;
  background: #ffffff;
}
.g_header.is_active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes underline {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes underline {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.header_wrap {
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .head_topic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header_wrap .nav_cnt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_wrap .nav_item {
  padding: 10px 0;
}
.header_wrap .nav_link {
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: rgba(4, 23, 41, 0);
  color: #14944A;
  font-weight: bold;
  letter-spacing: 0.1rem;
  /* text-shadow: 1px 1px 0 rgba(4, 23, 41, 0.5); */
}
.header_wrap .nav_link:hover {
  /* background-color: rgba(65, 211, 255, 0.5); */
  text-decoration: none;
}

.g_kv {
  position: relative;
  height: 100vh;
  background: url("img/kv/kvbg.jpg") center/cover no-repeat;
  overflow: hidden;
}
.g_kv .cnt {
  position: absolute;
  right: 5vh;
  bottom: 0;
  width: 33%;
}
.g_kv .cnt img {
  width: 100%;
}
.g_kv .wrap {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_kv .wrap .logo {
  position: absolute;
  left: 5vh;
  top: 5vh;
  z-index: 1;
  width: 25%;
}
.g_kv .wrap .logo img {
  width: 100%;
}
.g_kv .wrap .title {
  position: relative;
  z-index: 2;
  margin-top: 14%;
}
.g_kv .wrap .title .t1 {
  position: absolute;
  width: 43%;
  left: 50%;
  transform: translateX(-50%);
}
.g_kv .wrap .title .t1 img {
  width: 100%;
  /* mix-blend-mode: screen; */
  filter: drop-shadow(0px 3px 5px #14944A);
}
.g_kv .wrap .title .date {
  width: 60%;
  position: absolute;
  display: inline-block;
  margin-top: 38%;
  font-size: 1.8em;
  padding: 8px 20px;
  border-radius: 25px;
  left: 50%;
  transform: translateX(-50%);
  /* font-family: "Roboto Serif", serif; */
  color: var(--gold);
  color: #ffd675;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: linear-gradient(0deg,#124c6b,#3dbcdc)
}
.g_kv .wrap .title .t2 {
  position: absolute;
  bottom: 5vh;
  width: 20%;
}
.g_kv .wrap .title img {
  width: 100%;
}
.g_kv .timer {
  color: #fff;
  width: 100%;
}
.g_kv .timer .time_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -4px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.75vw;
  font-size: 1.2vw;
}
.g_kv .timer .tb {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 4em;
  height: 4em;
  padding-bottom: 1.5em;
  letter-spacing: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 23, 41, 0)), color-stop(rgba(4, 23, 41, 0.5)), color-stop(rgba(4, 23, 41, 0.5)), to(rgba(4, 23, 41, 0)));
  background: linear-gradient(rgba(4, 23, 41, 0), rgba(4, 23, 41, 0.5), rgba(4, 23, 41, 0.5), rgba(4, 23, 41, 0));
}
.g_kv .timer .tb:nth-child(1) {
  border-left-width: 0;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: var(--gold);
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.38em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 1.5em;
}
.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::after {
  content: "sec";
}

.g_main {
  position: relative;
  background-color: #fff;
}
.g_main .sec_title {
  margin-bottom: 24px;
  text-align: center;
}


.g_main .sec_title .tit {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}

.g_main .sec_title.park {
  margin: 80px 0 20px 0;
}

.g_main .sec_title.park .parking img {
  width: 800px;
  max-width: 100%;
}

.g_main .cta_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_main .cta_row .cta {
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.g_main .cta_row .cta div {
  position: relative;
  z-index: 2;
  padding: 0.75em 1em;
  width: 10em;
  border-radius: 1.5em;
  color: #fff;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--orang)), to(var(--gold)));
  background: linear-gradient(90deg, var(--blue), var(--sky));
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(4, 23, 41, 0.4);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.g_main .cta_row .cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 84, 116, 0.3)), to(rgba(130, 130, 136, 0.1)));
  background: linear-gradient(180deg, rgba(80, 84, 116, 0.3), rgba(130, 130, 136, 0.1));
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.g_main .cta_row .cta span {
  position: relative;
  z-index: 2;
}
.g_main .cta_row .cta:hover {
  text-decoration: none;
}
.g_main .cta_row .cta:hover div {
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.g_main .cta_row .cta:hover::after {
  -webkit-transform: translate(0, 6px);
          transform: translate(0, 6px);
}
.g_main .cta_row .separation {
  margin-left: 1.5em;
  margin-right: 1.5em;
  height: 4em;
  width: 1px;
  background-color: #ddd;
}

.sec_intro {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 58, 142, 0.33);
          box-shadow: 0 0 30px 0 rgba(0, 58, 142, 0.33);
  padding-top: var(--sec_PT);
  padding-bottom: var(--sec_PB);
  color: var(--black);
}
.sec_intro .cta_row {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.intro_cnt {
  margin: 0 auto;
  max-width: 50em;
  line-height: 1.67;
  color: var(--deepgrey);
}
.intro_cnt .strong {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
}
.intro_cnt p:last-child {
  margin-bottom: 0;
}
.intro_cnt .highlight {
  padding-top: 10px;
  text-align: center;
  line-height: 1.33;
}
.intro_cnt .highlight b {
  display: block;
  margin-bottom: 0.2em;
  color: var(--deepgrey);
}
.intro_cnt .highlight .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro_cnt .highlight .contact .cat {
  margin: 10px 15px 0;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid var(--grey);
  line-height: 1.5;
}

.sec_agenda {
  padding-top: var(--sec_PT);
  padding-bottom: var(--sec_PB);
  background-color: #fafafa;
}

.agenda_cnt {
  padding: 0 15px;
}
.agenda_cnt .cta_row {
  margin-top: 40px;
}
.agenda_cnt .cta_row .cta {
  font-size: 1.25rem;
}

.ag_table {
  margin-top: 20px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 1em;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(130, 130, 136, 0.33);
}
.ag_table .tr.tr_tit {
  background-color: #0B4D41;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
}
.ag_table .tr.tr_soft .td_topic, .ag_table .tr.tr_col .td_topic {
  text-align: center;
  /* color: white; */
}
.ag_table .tr.tr_soft {
  background-color: #0B4D41;
  color: white;
}

.ag_table .tr.tr_soft .tm {
  color: white;
}

.ag_table .tr:last-child {
  border-bottom-width: 0;
}
.ag_table .td {
  padding: 8px 10px;
  line-height: 1;
}
.ag_table .min {
  font-size: 0.85em;
}
.ag_table .td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
}
.ag_table .td_time .tm {
  /* color: var(--blue); */
}
.ag_table .td_topic {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 0;
  font-size: 1em;
  line-height: 1.3;
}
.ag_table .td_topic .tp_en {
  margin-bottom: 0.25em;
  color: var(--orang);
  font-weight: 300;
  line-height: 1.2;
}
.ag_table .td_spk {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.ag_table .td_spk .spk:nth-child(n+2) {
  margin-top: 14px;
}
.ag_table .td_spk .name {
  font-weight: 700;
  font-size: 1.125em;
}
.ag_table .td_spk .job {
  margin-top: 0.5em;
  line-height: 1.3;
  color: #14944A;
  font-size: 0.875em;
}

.sec_location_up {
  padding-top: var(--sec_PT);
}

.sec_location {
  background: url("img/kv/kvbg.jpg") center/cover;
}

.sec_park {
  margin-top: 20px;
}

.sec_location .wrapp {
  background-color: rgba(0, 0, 0, 0.67);
}

.sec_location_up .parking {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
  text-align: center;
}

.loc_cnt {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loc_cnt .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 40px 30px;
  padding-right: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loc_cnt .info .sec_title {
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}


.loc_cnt .info .loc {
  margin-bottom: 0.33em;
  font-size: 1.5em;
  color: var(--gold);
}
.loc_cnt .info .addr {
  font-size: 1.125em;
  line-height: 1.2;
  color: var(--sky);
  font-weight: 300;
}
.loc_cnt .info .detail {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.loc_cnt .info .detail ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.loc_cnt .info .detail li {
  line-height: 1.3;
}
.loc_cnt .info .detail li ul {
  margin-top: 3px;
  margin-bottom: 10px;
  padding-left: 1.25em;
}
.loc_cnt .info .detail li ul li {
  padding: 5px 0;
}
.loc_cnt .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  position: relative;
  line-height: 0;
  min-height: 400px;
}
.loc_cnt .map iframe {
  width: 100%;
  height: 100%;
}

.sec_detail {
  padding-top: var(--sec_PT);
  padding-bottom: var(--sec_PB);
  background-color: #fff;
  color: #041729;
}

.detail_cnt {
  margin: 0 auto;
  max-width: 918px;
  font-size: 0.875em;
}
.detail_cnt .list {
  padding-left: 1.65em;
  margin-bottom: 0;
}
.detail_cnt .list li {
  padding: 6px 0;
  line-height: 1.3;
}
.detail_cnt .tip {
  margin-top: 20px;
  color: var(--blue);
  text-align: center;
}

.g_footer {
  position: relative;
  background-color: white;
}
.g_footer .logo {
  padding: 2vw 3vw;
}
.g_footer .logo img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 20%;
}

@media (max-width: 767px) {

  .g_header .header_wrap .head_left .menu_trigger .menu_btn .icon span{
    background-color: #14944A;;
  }
  :root {
    --sec_PT: 40px;
    --sec_PB: 40px;
  }
  html {
    font-size: 16px;
  }
  .mainbg {
    background: var(--black);
  }
  .fix_aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fix_aside .fx_item {
    font-size: 1em;
    line-height: 16px;
  }
  .fix_aside .fx_item:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
  .header_wrap {
    display: block;
    padding: 0;
  }
  .header_wrap .head_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_wrap .menu_trigger {
    padding: 10px;
  }
  .header_wrap .menu_trigger .icon {
    padding: 22px 10px;
  }
  .header_wrap .menu_trigger .icon span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .header_wrap .menu_trigger .icon span:nth-child(2) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
  }
  .header_wrap .menu_trigger .icon span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_wrap .menu_trigger .icon span:last-child {
    display: none;
  }
  .header_wrap .menu_trigger .collapsed .icon {
    padding: 15px 10px;
  }
  .header_wrap .menu_trigger .collapsed .icon span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
  }
  .header_wrap .menu_trigger .collapsed .icon span:nth-child(2) {
    margin: 6px 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  .header_wrap .menu_trigger .collapsed .icon span:first-child {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header_wrap .menu_trigger .collapsed .icon span:last-child {
    display: block;
    width: 18px;
  }
  .header_wrap .head_topic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 16px;
  }
  .header_wrap .nav_cnt {
    padding: 0 10px 10px;
  }
  .header_wrap .nav_item {
    padding: 0;
  }
  .header_wrap .nav_link {
    padding: 12px 16px;
  }
  .g_kv {
    height: min(100vw, 67vh);
    background: url("img/kv/kvbg.jpg") right/cover no-repeat;
  }
  .g_kv .wrap {
    background: -webkit-gradient(linear, left top, right top, from(#041729), color-stop(33%, rgba(4, 23, 41, 0.5)), to(rgba(4, 23, 41, 0)));
    background: linear-gradient(90deg, #041729, rgba(4, 23, 41, 0.5) 33%, rgba(4, 23, 41, 0));
  }
  .g_kv .wrap .logo {
    left: 3vh;
    top: 5vh;
    width: 40%;
  }
  .g_kv .wrap .title {
    /* left: 2vh; */
    margin-top: 30%;
  }
  .g_kv .wrap .title .t1 {
    /* top: 32%; */
    width: 85%;
  }
  .g_kv .wrap .title .t1 img {
    width: 100%;
  }
  .g_kv .wrap .title .date {
    width: 80%;
    margin-top: 20px;
    font-size: 2vh;
    padding: 5px 10px;
    margin-top: 35%;
  }
  .g_kv .wrap .title .t2 {
    width: 30%;
    bottom: 3vh;
  }
  .g_kv .wrap .timer {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
  .g_kv .date {
    left: 0;
    /* width: 100%; */
    overflow: hidden;
  }
  .g_kv .date img {
    margin-left: -4%;
    width: 108%;
  }
  .g_kv .timer .time_box {
    padding-right: 1vw;
    font-size: 14px;
    overflow: hidden;
  }
  .g_kv .timer .tb {
    background: rgba(4, 23, 41, 0.75);
  }
  .g_kv .timer .tb:first-child {
    border-radius: 10px 0 0 10px;
  }
  .g_kv .timer .tb:last-child {
    border-radius: 0 10px 10px 0;
  }
  .g_main .cta_row {
    display: block;
    text-align: center;
  }
  .g_main .cta_row .separation {
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
  }
  .sec_intro .container {
    padding: 0 30px;
  }
  .intro_cnt .strong {
    line-height: 1.3;
  }
  .intro_cnt .highlight .contact .cat {
    line-height: 1.3;
    margin: 6px 8px 0;
  }
  .sec_agenda .container {
    padding: 0 30px;
  }
  .agenda_cnt {
    padding: 0;
  }
  .ag_table .tr {
    display: block;
  }
  .ag_table .tr.tr_tit {
    display: none;
  }
  .ag_table .tr.tr_soft .td_topic, .ag_table .tr.tr_col .td_topic {
    text-align: left;
  }
  .ag_table .td {
    padding: 4px 0;
  }
  .ag_table .td_time {
    text-align: left;
  }
  .ag_table .td_topic {
    line-height: 1.3;
  }
  .ag_table .td_toggle {
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .ag_table .td_toggle .tgl {
    display: inline-block;
  }
  .spk_cnt .spk_item {
    padding: 20px 15px;
  }
  .spk_cnt .pic {
    max-width: 206px;
  }
  .spk_cnt .pic img {
    width: 200px;
    height: 200px;
  }
  .sps_categ:nth-child(1) {
    padding-top: 40px;
  }
  .sps_categ .sec_title {
    margin-bottom: 15px;
  }
  .sps_categ .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sps_categ .item {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
  }
  .sps_categ .item.it0 {
    width: 275px;
  }
  .sps_categ .item.it4 {
    width: 260px;
  }
  .sec_location {
    background: url("img/mainbg.jpg") right/cover;
  }
  .loc_cnt {
    display: block;
    padding: var(--sec_padding) 30px;
  }
  .loc_cnt .info {
    padding: 30px;
  }
  .loc_cnt .info .addr {
    font-size: 1.125em;
  }
  .loc_cnt .map {
    padding-top: 100%;
  }
  .loc_cnt .map iframe {
    position: absolute;
    left: 0;
    top: 0;
  }
  .detail_cnt {
    padding-right: 4px;
    padding-bottom: var(--sec_padding);
  }
  .detail_cnt .tip {
    padding: 0 2em;
  }
  .g_footer .logo {
    padding: 40px;
  }
  .g_footer .logo img {
    width: 100%;
  }
}