@charset "UTF-8";
@-webkit-keyframes bounseX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounseX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Noto Sans JP", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

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;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background: #d44a83 linear-gradient(120deg, #7e2290, #290476);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/arrow_top.png") center/contain no-repeat;
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@keyframes shine {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.g_header {
  background-color: #000;
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #faab63;
  text-decoration: none;
}

.g_kv {
  position: relative;
}
.g_kv .winner_show {
  position: absolute;
  left: 0;
  top: 3%;
  width: 100%;
  text-align: center;
}
.g_kv .winner_show .wn_btn {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.7rem 5rem 0.8rem;
  font-size: 1.5rem;
  background-image: linear-gradient(150deg, #faab63 40%, #c543a4);
  color: #fff;
  text-shadow: 0 2px 0 rgba(41, 4, 118, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms, -webkit-transform 300ms;
  transition: background 300ms, -webkit-transform 300ms;
  transition: transform 300ms, background 300ms;
  transition: transform 300ms, background 300ms, -webkit-transform 300ms;
}
.g_kv .winner_show .wn_btn:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #d44a83;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.sc_title .tit {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#d44a83), color-stop(#7e2290), to(#290476)) left bottom/100% 4px no-repeat;
  background: linear-gradient(90deg, #d44a83, #7e2290, #290476) left bottom/100% 4px no-repeat;
  color: #290476;
}

.sc_intro {
  padding: 3rem 0 4rem;
  background-color: #fff;
}
.sc_intro .tit,
.sc_intro p,
.sc_intro ul,
.sc_intro .location {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sc_intro .content {
  font-size: 1.125rem;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}
.sc_intro .list_tit {
  text-align: center;
  color: #d44a83;
  font-size: 1.25em;
}
.sc_intro ul {
  padding-left: 3.25rem;
}
.sc_intro .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 0.5em;
  font-size: 1.125rem;
}
.sc_intro .list li {
  margin: 0 5px;
  border-radius: 3em;
  padding: 1em 1.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1.1;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#d44a83), to(#7e2290));
  background: linear-gradient(#d44a83, #7e2290);
  color: #fff;
}
.sc_intro .location {
  margin-top: 1.5rem;
  text-align: center;
}
.sc_intro .location a {
  position: relative;
  padding-left: 5.5rem;
  display: inline-block;
  text-align: left;
  background: url("img/google-maps.svg") left center/contain no-repeat;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.sc_intro .location a:hover {
  opacity: 0.8;
}
.sc_intro .location .loca {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  color: #1b2290;
}
.sc_intro .location .loca span {
  display: inline-block;
  vertical-align: middle;
}
.sc_intro .location .loca .t {
  margin-left: 0.5rem;
  border-radius: 4px;
  padding: 0.2rem 0.5rem 0.33rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #1b2290;
  color: #fff;
}
.sc_intro .location .addr {
  margin-top: 0.5rem;
  color: #444;
  padding-bottom: 0.5rem;
}

.cta {
  text-align: center;
}
.cta .date {
  font-size: 1.125rem;
  color: #290476;
  padding-bottom: 0.5rem;
}
.cta .bttn {
  position: relative;
  display: inline-block;
  border-radius: 2rem;
  height: 4rem;
  background-color: #fff;
  overflow: hidden;
}
.cta .bttn::before, .cta .bttn::after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}
.cta .bttn::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background: #d44a83 linear-gradient(120deg, #7e2290, #290476);
}
.cta .bttn::after {
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  border: 2px solid #d44a83;
}
.cta .bttn div {
  position: relative;
  top: 45%;
  z-index: 2;
  padding: 0 4rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 400ms 200ms;
  transition: color 400ms 200ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta .bttn:hover {
  text-decoration: none;
}
.cta .bttn:hover::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.cta .bttn:hover div {
  color: #d44a83;
}

.sc_agenda {
  padding: 3rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 4, 118, 0.5)), color-stop(67%, #290476), to(#d44a83));
  background: linear-gradient(180deg, rgba(41, 4, 118, 0.5), #290476 67%, #d44a83);
}
.sc_agenda .sc_title .tit {
  color: #fff;
}

.ag_switch {
  margin-left: -2px;
  margin-right: -2px;
}
.ag_switch .it_wrap {
  padding: 0 2px;
  margin-bottom: 4px;
}
.ag_switch .sw_item {
  position: relative;
  border: 4px solid transparent;
  border-width: 0 0 4px;
  height: 100%;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, border 500ms;
  transition: background 500ms, border 500ms;
}
.ag_switch .sw_item .d {
  color: #290476;
  line-height: 1;
}
.ag_switch .sw_item .t {
  margin-top: 0.25rem;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #fff;
}
.ag_switch .sw_item .t span {
  padding: 0 0.1em;
}
.ag_switch .sw_item .tip {
  display: none;
  position: absolute;
  left: 1.25rem;
  top: -2px;
  font-size: 0.875rem;
  border-radius: 0 0 10px 10px;
  padding: 0.35em 0.75em;
  background-color: #bbb389;
}
.ag_switch .sw_item:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #d44a83;
}
.ag_switch .sw_item:hover .t {
  color: #d44a83;
}
.ag_switch .sw_item.is_active {
  background-color: #fff;
}
.ag_switch .sw_item.is_active .t {
  color: #d44a83;
}

.ag_wrap {
  display: none;
}
.ag_wrap:first-of-type {
  display: block;
}

.ag_table {
  padding: 1.5rem 0;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.8));
}
.ag_table .tr:last-child {
  margin-bottom: 0;
}
.ag_table .tr .td {
  padding: 0.75rem 1rem;
  line-height: 1;
}
.ag_table .tr .td_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.ag_table .tr .td_title .time {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #1b2290;
}
.ag_table .tr .td_title .time span {
  display: inline-block;
  vertical-align: middle;
}
.ag_table .tr .td_title .time .live {
  padding: 0.4em 0.5em 0.4em;
  margin-left: 0.5em;
  font-size: 0.7em;
  background-color: #1b2290;
  line-height: 1;
  color: #fff;
}
.ag_table .tr .td_title .topic {
  font-size: 1rem;
}
.ag_table .tr .td_title .topic div {
  line-height: 1.33;
}
.ag_table .tr .td_title .topic div:nth-child(1) {
  font-size: 1.25em;
}
.ag_table .tr .td_title .topic div:nth-child(2) {
  margin-top: 0.25em;
}
.ag_table .tr .td_title .topic div:last-child {
  color: #d44a83;
}
.ag_table .tr .td_title .card_wrap {
  margin: 1rem 0;
  line-height: 1.33;
  color: #455;
}
.ag_table .tr .td_title .card_wrap div {
  padding: 0.25rem 0;
}
.ag_table .tr .td_speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
}
.ag_table .tr .spk {
  display: inline-block;
  cursor: pointer;
  line-height: 1.3;
}
.ag_table .tr .spk:nth-child(2) {
  margin-top: 1rem;
}
.ag_table .tr .spk .img {
  display: inline-block;
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.ag_table .tr .spk .img img {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.ag_table .tr .spk .txt {
  margin-top: 0.5rem;
}
.ag_table .tr .spk:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ag_table .tr .spk:hover .txt {
  text-decoration: underline;
}
.ag_table .tr .sp_name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #290476;
}
.ag_table .tr .sp_job {
  margin: 0.5rem 0 0.33rem;
  line-height: 1.33;
}
.ag_table .tr .sp_cpy {
  color: #d44a83;
}
.ag_table .tr.soft_bg {
  background-color: #fefbfb;
  background: linear-gradient(160deg, transparent, #fff6f6 33%);
}
.ag_table .tr.tr_spec {
  background: transparent linear-gradient(160deg, transparent, rgba(255, 255, 255, 0.9) 33%);
}
.ag_table .tr.tr_spec .td {
  color: #d44a83;
}

.sc_about {
  padding: 3rem 0;
  background-color: #290476;
}
.sc_about .sc_title .tit {
  color: #fff;
}
.sc_about .ab_item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_about .ab_item .img img {
  display: block;
  margin: 0 auto;
  width: 400px;
}
.sc_about .ab_item .text {
  padding: 0 1rem;
}
.sc_about .ab_item .text .name {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.sc_about .ab_item .text .t {
  font-size: 1rem;
}
.sc_about .ab_item .text a {
  margin-top: 0.5rem;
  text-decoration: underline;
  color: #1b2290;
}
.sc_about .c_area {
  margin-top: 2rem;
}
.sc_about .c_area .area_img_wrap {
  border-radius: 10px;
  overflow: hidden;
}
.sc_about .c_area .area_txt {
  padding-left: 1rem;
}
.sc_about .c_area .area_ol {
  margin-bottom: 0;
}
.sc_about .c_area .area_ol li {
  padding: 0.35rem 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
}

.sc_gift {
  padding: 3rem 0;
  background-color: #fff;
}

.gift_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gift_cnt .item {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}
.gift_cnt .item .img {
  position: relative;
  overflow: hidden;
  margin: 0 25px;
}
.gift_cnt .item .img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid rgba(250, 171, 99, 0.3);
}
.gift_cnt .item .txt {
  line-height: 1;
  padding: 0.5em 2rem 0;
  text-align: center;
}
.gift_cnt .item .att {
  color: #d44a83;
  text-align: center;
}
.gift_cnt .item .att .t {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  font-size: 1.25em;
  border-bottom: 2px solid #d44a83;
}
.gift_cnt .item .name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.gift_cnt .item .name .n {
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1.2;
  color: #290476;
}
.gift_cnt .item .name .f {
  display: inline-block;
  margin: 0.5rem auto 0;
  padding: 0.25rem 0.5rem 0.375rem;
  background-color: #1b2290;
  font-size: 0.875rem;
  color: #fff;
}
.gift_cnt .item .active {
  line-height: 1.4;
  width: 100%;
}

.sc_detail {
  padding: 3rem 0;
  background-color: rgba(41, 4, 118, 0.8);
  color: #fff;
}
.sc_detail .sc_title .tit {
  color: #fff;
}
.sc_detail ol, .sc_detail ul {
  padding-left: 1.25em;
}
.sc_detail ol a, .sc_detail ul a {
  color: #faab63;
  text-decoration: underline;
}
.sc_detail ol a:hover, .sc_detail ul a:hover {
  color: #d44a83;
}
.sc_detail ol span, .sc_detail ul span {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.8);
}

.sc_footer {
  overflow: hidden;
  padding: 2em;
  background-color: #fafafa;
}
.sc_footer .in_left {
  position: relative;
}
.sc_footer .logo {
  display: block;
  padding-right: 2rem;
  height: 100%;
}
.sc_footer .logo img {
  height: 72px;
}
.sc_footer .intro {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.sc_footer .links {
  margin-top: 0.5rem;
}
.sc_footer .links .link {
  display: inline-block;
  margin-right: 0.25rem;
  line-height: 1.2;
}
.sc_footer .links a {
  border-radius: 4px;
  display: block;
  padding: 1rem;
  background: center/contain no-repeat;
  background-color: #d44a83;
}
.sc_footer .links a.i_logo {
  background-image: url("img/i_logo.svg");
}
.sc_footer .links a.i_fb {
  background-image: url("img/i_fb.svg");
}
.sc_footer .links a:hover {
  background-color: #290476;
  text-decoration: none;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
  padding-left: 2rem;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }

  .sc_intro .tit,
.sc_intro p,
.sc_intro ul,
.sc_intro .location {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
  }
  .sc_intro ul {
    padding-left: 2.5rem;
  }
  .sc_intro .list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
  .sc_intro .list li {
    margin: 5px 0;
    padding: 0.75em 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#d44a83), to(#7e2290));
    background: linear-gradient(#d44a83, #7e2290);
    color: #fff;
  }
  .sc_intro .location a {
    text-align: center;
    padding-top: 64px;
    padding-left: 0;
    background-position: center top;
    background-size: 64px;
  }

  .ag_switch .sw_item {
    padding: 0.5em;
  }
  .ag_switch .sw_item .t {
    font-size: 1.25em;
  }

  .ag_table {
    padding: 0;
  }
  .ag_table .tr {
    display: block;
    padding: 1rem 0;
  }
  .ag_table .tr.soft_bg {
    background: #fefbfb;
  }
  .ag_table .tr.tr_spec {
    background: transparent;
  }
  .ag_table .tr .td {
    padding: 0.25rem 1rem;
  }
  .ag_table .tr .time {
    text-align: left;
  }

  .sc_about {
    padding: 3rem 0;
    background-color: #290476;
  }
  .sc_about .ab_item {
    display: block;
    padding: 1rem;
  }
  .sc_about .ab_item .img {
    padding-top: 1rem;
  }
  .sc_about .ab_item .img img {
    max-width: 100%;
  }
  .sc_about .ab_item .text .name {
    line-height: 1.2;
    font-size: 1.25em;
  }
  .sc_about .ab_item .text .t {
    font-size: 1rem;
  }
  .sc_about .ab_item .text a {
    font-size: 0.875rem;
  }
  .sc_about .c_area .area_txt {
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .sc_about .c_area .area_ol {
    padding-left: 1.75rem;
  }
  .sc_about .c_area .area_ol li {
    padding: 0.35rem 0;
    font-size: 1rem;
    line-height: 1.3;
    color: #fff;
  }

  .gift_cnt {
    display: block;
    padding-bottom: 0;
  }
  .gift_cnt .item {
    padding: 20px 0;
  }
  .gift_cnt .item .img img {
    padding: 0 25px;
  }
  .gift_cnt .item .txt {
    padding-top: 0;
  }
  .gift_cnt .item:nth-child(2) {
    background-color: rgba(212, 74, 131, 0.05);
  }

  .detail_cnt ul {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.5em;
  }

  .modal-header {
    padding-left: 1.5rem;
  }

  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}