@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

a {
  text-decoration: none
}

body {
  background-color: #edeef3
}

.wrap {
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  overflow: hidden;
  background-color: #031730
}

.container {
  max-width: 1200px
}

p {
  line-height: 1.75;
  color: #031730;
  letter-spacing: .04rem;
  font-weight: 300
}

.tit {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 1.75rem;
  color: #fff
}

.modal .modal-dialog {
  max-width: 800px
}

.modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px
}

.modal .modal-header {
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0
}

.modal .modal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0F334B, #79C2F7)
}

.modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #0f334b
}

.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #0f334b;
  display: block
}

.modal .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 30px;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
  cursor: pointer
}

.modal .modal-header .btn-close:hover {
  transform: rotate(180deg)
}

.modal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  text-align: left;
  padding: .75rem
}

.modal .modal-body .sec_n {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 35px auto 15px auto;
  box-sizing: border-box;
  padding: 1rem 0
}

.modal .modal-body .sec_n::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background: linear-gradient(90deg, #0F334B, #79C2F7)
}

.modal .modal-body span {
  font-weight: bold
}

.modal .modal-body .cnt {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 18px;
  border: dashed rgba(248, 197, 73, .3);
  border-width: 1px 0 1px 0
}

.modal .modal-body .t {
  color: #a31cb3;
  display: block
}

.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px
}

.modal .modal-body ul {
  font-size: 18px;
  list-style: disc;
  padding: 0 0 0 20px
}

.modal .modal-footer {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0
}

.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0
}

.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #f8c549;
  border: 1px solid #f8c549;
  transition: all .3s ease-in-out;
  text-decoration: none
}

.modal .modal-footer .btn:hover {
  color: #f8c549;
  background-color: #fff
}

@media(max-width: 768px) {
  p {
    line-height: 1.5
  }

  .container {
    max-width: 720px
  }

  .tit {
    font-size: 1.75rem;
    margin-bottom: 1rem
  }

  .modal .modal-dialog {
    max-width: 800px
  }

  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px
  }

  .modal .modal-header {
    text-align: left;
    padding: .75rem .5rem
  }

  .modal .modal-header .btn-close {
    top: 18px;
    right: 5px
  }

  .modal .modal-header .modal-title {
    font-size: 1.2rem
  }

  .modal .modal-header .sub {
    font-size: 16px
  }

  .modal .modal-body {
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 15px
  }

  .modal .modal-body p {
    letter-spacing: 0;
    font-size: 15px
  }

  .modal .modal-body ul {
    letter-spacing: 0;
    font-size: 15px
  }
}

.fix_aside {
  position: fixed;
  z-index: 99;
  bottom: 1%;
  right: -20%;
  display: flex;
  flex-direction: column;
  transition: all 1s
}

.fix_aside.is_active {
  right: .5%
}

.fix_aside .item {
  width: 64px;
  height: 64px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(3, 23, 48, .2);
  border-radius: .5rem;
  margin: .35rem;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.fix_aside .item.signup {
  background-color: #f9f040;
  position: relative
}

.fix_aside .item.signup p {
  position: absolute;
  top: 20%;
  left: 25%;
  color: #000;
  font-weight: 500;
  line-height: 1.25
}

.fix_aside .item.is_calendar {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(3, 23, 48, 0)
}

.fix_aside .item.scrollTop {
  background-image: url(../../assets/images/icons/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center center
}

.fix_aside .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 3px 0 rgba(3, 23, 48, 0)
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: all .2s ease-out
}

nav.is_active {
  background-color: rgba(3, 23, 48, .75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 1px 3px 0 rgba(3, 23, 48, .25)
}

nav.is_active .nav_area ul {
  height: 50px
}

nav.is_active .nav_area ul li a {
  font-size: 1rem
}

nav .nav_area {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 70px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

nav .nav_area ul {
  position: relative;
  width: auto;
  height: 60px;
  margin: 0 1% 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-out
}

nav .nav_area ul li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px
}

nav .nav_area ul li a {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-out
}

nav .nav_area ul li a:hover {
  transform: translateY(-2px)
}

nav .nav_mobile {
  display: none
}

nav .nav_sns {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%)
}

nav .nav_sns .hover {
  display: inline-block;
  position: relative
}

nav .nav_sns .hover:hover .hover_menu {
  display: block
}

nav .nav_sns .hover img {
  width: 40px;
  line-height: 0
}

nav .nav_sns .hover_holder {
  cursor: pointer
}

nav .nav_sns .hover_menu {
  position: absolute;
  padding: .5em 0;
  display: none
}

nav .nav_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: .5em
}

header {
  height: 50vw;
  width: 100%;
  position: relative
}

header .fix_kv {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh
}

header .fix_kv .inner {
  position: relative;
  width: 100%;
  height: 50vw
}

header .fix_kv .inner .kv-bg {
  position: relative;
  top: 0%;
  left: 0%;
  max-width: 100%
}

header .light {
  position: absolute;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: .25;
  transform: rotate(-3deg)
}

header .logo {
  position: absolute;
  z-index: 1;
  top: 4%;
  left: 2%;
  max-width: 9.21875%
}

header .title {
  position: absolute;
  z-index: 1;
  top: 37.25%;
  left: 62%;
  width: 32.4479166667%
}

header .title .inner {
  position: relative
}

header .title .inner .t1 {
  position: absolute;
  top: 17%;
  left: 0%;
  width: 56.6613162119%;
  margin-bottom: 3%
}

header .title .inner .t2 {
  position: relative;
  top: 0%;
  left: 0%;
  width: 99.6789727127%
}

header .title .inner .t3 {
  position: absolute;
  top: 84.5%;
  left: 50%;
  width: 49.1171749599%
}

header .title .inner .t4 {
  position: absolute;
  top: 115%;
  left: 50%;
  width: 49.1171749599%
}

header .timer {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 2%;
  display: flex
}

header .timer .tb {
  position: relative;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  padding: .75rem .75rem 1.25rem .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .12rem;
  text-align: center;
  margin: 0 5% 0 0;
  width: 3.5rem
}

header .timer .tb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 90%);
  font-size: .625rem;
  letter-spacing: .05rem
}

header .timer .tb.d::after {
  content: "DAY"
}

header .timer .tb.h::after {
  content: "HR"
}

header .timer .tb.m::after {
  content: "MIN"
}

header .timer .tb.s::after {
  content: "SEC"
}

.main {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 10%, rgba(3, 23, 48, 0.75), rgba(3, 23, 48, 0.25), rgba(3, 23, 48, 0));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.sc_intro {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  text-align: center
}

.sc_intro-cnt .subtit {
  display: inline-flex;
  justify-content: center;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  padding: 1rem 3rem;
  margin-bottom: 1.25rem
}

.sc_intro-cnt .subtit h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  background: linear-gradient(135deg, #53aac3, #1b304d);
  -webkit-background-clip: text;
  background-clip: text
}

.sc_intro-cnt .subtit h2 span {
  font-size: 2.25rem
}

.sc_intro-cnt .text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem
}

.sc_intro-cta {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  padding: 1.5rem 5rem;
  display: inline-block
}

.sc_intro-cta .cta-tit {
  font-size: 1.45rem;
  letter-spacing: .08rem;
  font-weight: 700;
  display: inline-block;
  color: #186033;
  margin-bottom: .5rem
}

.sc_intro-cta .cta-tit span {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #5ce612, #186033);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: .5rem
}

.sc_intro-cta .time {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000
}

.sc_intro-cta .time span {
  font-size: .95rem
}

.sc_intro-cta .cta {
  display: inline-block;
  margin-top: 1rem
}

.sc_intro-cta .cta-inner {
  background-color: #f9f040;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b304d;
  padding: 1.25rem 2.75rem;
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 2px;
  transition: all .3s ease-in-out
}

.sc_intro-cta .cta-inner:hover {
  transform: scale(1.1);
  box-shadow: 0 0 4px 4px rgba(249, 240, 64, .25)
}

.sc_intro-cta .cta-inner img {
  margin-left: 1rem;
  animation-name: arrowAni;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate
}

@keyframes arrowAni {
  0% {
    transform: translateX(4px)
  }

  100% {
    transform: translateX(-4px)
  }
}

.sc_agenda {
  position: relative;
  z-index: 1;
  padding: 3rem 0
}

.sc_agenda-cnt {
  margin-bottom: .25rem
}

.sc_agenda .tr {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: .8rem;
  box-shadow: 0 0 .5rem 0 rgba(3, 23, 48, .2);
  color: #031730
}

.sc_agenda .tr .td_time {
  width: 15%;
  text-align: center
}

.sc_agenda .tr .td_subject {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.sc_agenda .tr .td_subject .subject {
  width: 85%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25
}

.sc_agenda .tr .td_subject .subject-btn {
  width: 15%;
  border-radius: 100px;
  margin: 0 2rem 0 1rem;
  padding: .5rem .75rem;
  line-height: 1;
  font-size: .9rem;
  border: 1px solid #0f334b;
  background-color: #fff;
  color: #0f334b;
  box-shadow: 0 0 4px 0 rgba(15, 51, 75, .8);
  transition: all .3s ease-in-out
}

.sc_agenda .tr .td_subject .subject-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 4px 0 rgba(15, 51, 75, .25)
}

.sc_agenda .tr .td_speaker {
  width: 25%;
  line-height: 1.5
}

.sc_agenda .tr .td_speaker span {
  font-size: .9rem
}

.sc_agenda .tr_light {
  background-image: linear-gradient(-135deg, rgba(121, 194, 247, 0.75), rgba(15, 51, 75, 0.75) 80%);
  color: #fff
}

.sc_agenda .tr_light .td_subject .subject {
  color: #fff
}

.sc_agenda .tip {
  color: #fff;
  text-align: center;
  font-size: .9rem;
  line-height: 1.5;
  letter-spacing: 0
}

.sc_speaker {
  position: relative;
  z-index: 1;
  padding: 3rem 0
}

.sc_speaker-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem
}

.sc_speaker-cnt .item {
  padding: 0.5rem;
  max-width: 20%;
  text-align: center
}

.sc_speaker-cnt .item .pic {
  padding: .25rem;
  border-radius: .5rem;
  margin-bottom: .25rem
}

.sc_speaker-cnt .item:nth-child(odd) .pic {
  background-image: linear-gradient(135deg, #0F334B, #79C2F7)
}

.sc_speaker-cnt .item:nth-child(even) .pic {
  background-image: linear-gradient(135deg, #79C2F7, #0F334B)
}

.sc_speaker-cnt .item img {
  border-radius: .5rem
}

.sc_speaker-cnt .item .name {
  color: #79c2f7;
  font-weight: 500;
  font-size: 1.25rem
}

.sc_speaker-cnt .item .job {
  line-height: 1.25
}

.sc_speaker-cnt .item .company,
.sc_speaker-cnt .item .job {
  font-size: .9rem;
  color: #fff
}

.sc_gift {
  position: relative;
  z-index: 1;
  padding: 3rem 0
}

.sc_gift .container {
  max-width: 1320px
}

.sc_gift .tit {
  margin-bottom: 3rem
}

.sc_gift-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem
}

.sc_gift-cnt .gift-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2% .75%;
  border: 1px solid #79c2f7;
  border-radius: .5rem;
  width: 23%
}

.sc_gift-cnt .gift-item .type {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: #79c2f7;
  border-radius: .5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  padding: .25rem 1rem
}

.sc_gift-cnt .gift-item img {
  border-radius: .5rem;
  width: 80%;
  margin: 2rem 0 .75rem 0
}

.sc_gift-cnt .gift-item .gift-info {
  text-align: center;
  padding: 0rem .5rem 1rem .5rem
}

.sc_gift-cnt .gift-item .gift-info .name {
  color: #79c2f7;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25
}

.sc_gift-cnt .gift-item .gift-info .num {
  color: #fff
}

.sc_gift-cnt .gift-item .gift-info .text {
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff
}

.sc_sponsor {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

.sc_sponsor .container {
  max-width: 1200px
}

.sc_sponsor .sort_cnt .sorts {
  padding: 20px 0;
  display: flex;
  justify-content: center
}

.sc_sponsor .sort_cnt .sorts .item {
  margin: 0;
  padding: 4px;
  text-align: center
}

.sc_sponsor .sort_cnt .sorts .item_link {
  display: block;
  border-radius: .5rem;
  padding: .75rem 2rem;
  background-color: #0f334b;
  color: #fff;
  cursor: pointer;
  transition: background 250ms
}

.sc_sponsor .sort_cnt .sorts .item_link:hover {
  text-decoration: none;
  background-color: rgba(15, 51, 75, .6)
}

.sc_sponsor .sort_cnt .sorts .item_link.is_active {
  background-color: #186033;
  color: #fff
}

.sc_sponsor .sponsor_cnt .sponsors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.sc_sponsor .sponsor_cnt .spr_item {
  flex: 0 0 20%;
  padding: 10px
}

.sc_sponsor .sponsor_cnt .spr_item img {
  border-radius: .5rem
}

.sc_sponsor .sponsor_cnt .spr_item .link {
  display: block
}

.sc_location {
  position: relative;
  z-index: 1;
  padding: 3rem 0
}

.sc_location .loc_top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem
}

.sc_location .loc_top .loc {
  font-size: 1.5rem;
  margin-right: 1rem
}

.sc_detail {
  position: relative;
  z-index: 20;
  background-color: #fff;
  letter-spacing: 0;
  padding: 3rem 0
}

.sc_detail .container {
  max-width: 1200px
}

.sc_detail .tit {
  color: #000
}

.sc_detail .list {
  margin-bottom: 1rem;
  line-height: 1.5
}

.sc_detail .policy_cnt a {
  color: #000;
  border: 1px solid #000
}

@media(max-width: 768px) {
  nav {
    height: 35px
  }

  nav .nav_area {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0f334b;
    flex-direction: column;
    justify-content: flex-start
  }

  nav .nav_area ul {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 0%
  }

  nav .nav_area ul li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  nav .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out
  }

  nav .nav_area ul li a:hover {
    transform: translateY(-4px)
  }

  nav .nav_mobile {
    position: relative;
    display: block
  }

  nav .nav_mobile-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  nav .nav_mobile-btn-line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #cbcbcb;
    border-radius: 4px;
    margin: 2.5px 0
  }

  nav .nav_sns {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0)
  }

  header {
    height: 80vw
  }

  header .fix_kv {
    position: fixed;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    height: 80vw
  }

  header .fix_kv .inner {
    height: 80vw
  }

  header .fix_kv .inner .kv-bg {
    scale: 1.75
  }

  header .light {
    scale: 1.75;
    left: -50%
  }

  header .logo {
    top: 6%;
    left: 5%;
    max-width: 15%
  }

  header .title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -45%);
    width: 55%
  }

  header .title .inner {
    position: relative
  }

  header .timer {
    left: 15%;
    bottom: 16%
  }

  header .timer .tb {
    padding: .5rem .5rem .85rem .5rem;
    font-size: .75rem;
    letter-spacing: .08rem;
    margin: .5rem .25rem 0 0;
    width: 2.2rem
  }

  header .timer .tb::after {
    transform: translate(-50%, 68%);
    font-size: .45rem;
    letter-spacing: .05rem
  }

  .sc_intro {
    padding: 2.5rem .5rem;
    background-color: #fff
  }

  .sc_intro-cnt .subtit {
    display: flex;
    flex-direction: column;
    padding: 0 0;
    margin-bottom: 1.5rem
  }

  .sc_intro-cnt .subtit h2 {
    font-size: 1.25rem;
    margin-bottom: 0rem;
    line-height: 1.25;
    text-align: center;
    display: block
  }

  .sc_intro-cnt .subtit h2 span {
    font-size: 2rem
  }

  .sc_intro-cnt .text {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: .01rem
  }

  .sc_intro-cnt .text:nth-child(4) {
    margin-bottom: .5rem
  }

  .sc_intro-cta {
    padding: 0;
    margin-top: 1.5rem
  }

  .sc_intro-cta .cta-tit {
    font-size: 1.25rem
  }

  .sc_intro-cta .cta-tit span {
    font-size: 1.75rem;
    margin-left: .25rem
  }

  .sc_intro-cta .time {
    font-size: 1.05rem
  }

  .sc_intro-cta .time span {
    font-size: 1rem
  }

  .sc_intro-cta .cta {
    display: inline-block;
    margin-top: 1rem
  }

  .sc_intro-cta .cta-inner {
    background-color: #f9f040;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 1rem 2.75rem
  }

  .sc_agenda {
    padding: 3rem .5rem 3rem .5rem;
    background-color: #0f334b
  }

  .sc_agenda .tr {
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    border-radius: .5rem
  }

  .sc_agenda .tr .td_time {
    width: 100%;
    text-align: left;
    margin-bottom: .5rem
  }

  .sc_agenda .tr .td_subject {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.05rem;
    text-align: left;
    margin-bottom: .25rem;
    line-height: 1.25
  }

  .sc_agenda .tr .td_subject .subject {
    width: 100%
  }

  .sc_agenda .tr .td_subject .subject-btn {
    width: 30%;
    margin: .75rem 0;
    padding: .5rem .75rem
  }

  .sc_agenda .tr .td_speaker {
    width: 100%
  }

  .sc_agenda .tip {
    font-size: .75rem;
    letter-spacing: 0;
    text-align: left
  }

  .sc_speaker {
    padding: 3rem 0;
    background-color: #031730;
  }

  .sc_speaker-cnt {
    margin-top: 1.5rem
  }

  .sc_speaker-cnt .item {
    margin: 0;
    padding: .5rem;
    max-width: 50%
  }

  .sc_speaker-cnt .item:last-child {
    margin: 0 0 1rem 0
  }

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

  .sc_gift .tit {
    margin-bottom: 1.5rem
  }

  .sc_gift-cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .sc_gift-cnt .gift-item {
    margin: 1rem;
    width: 85%
  }

  .sc_gift-cnt .gift-item .gift-info .text {
    font-size: .9rem
  }

  .sc_sponsor {
    padding: 3rem 0;
    background-color: #031730;
  }

  .sc_sponsor .sort_cnt .sorts {
    flex-wrap: wrap;
    padding: 20px 0
  }

  .sc_sponsor .sort_cnt .sorts .item {
    margin: 0;
    padding: 3px;
    flex: 0 0 50%
  }

  .sc_sponsor .sort_cnt .sorts .item_link {
    text-align: center;
    padding: .65em 1.3em
  }

  .sc_sponsor .sponsor_cnt {
    padding: 0
  }

  .sc_sponsor .sponsor_cnt .spr_item {
    flex: 0 0 50%;
    padding: 3px
  }

  .sc_location {
    background-color: #0f334b
  }

  .sc_location .loc_top {
    flex-direction: column;
    align-items: center
  }

  .sc_location .loc_top .loc {
    font-size: 1.25rem;
    margin-right: 0rem;
    margin-bottom: .5rem;
    font-weight: 700
  }

  .sc_location .loc_top .addr {
    font-size: 1rem
  }

  .sc_detail {
    padding: 2rem 0 2rem 1.5rem;
    letter-spacing: 0
  }
}

/*# sourceMappingURL=all.min.css.map */