body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #000;
}

.main_color {
  color: #1C1366;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -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-color: #fff;
  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_calendar {
  background-color: transparent;
  border-radius: 99%;
}

.fix_aside .fx_item.is_primary {
  background-color: #00b2e9;
  color: #1d1d1d;
  line-height: 1.3;
}

.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.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%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header.is_active {
  background-color: rgba(0, 0, 0, 0.8);
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #14369A;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .act_logo {
  padding: 0 0 0 5%;
}

.g_header .nav_area .act_logo img {
  width: 250px;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: #00b2e9;
  color: #000;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: white;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          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;
}

.bttn {
  display: inline-block;
}

.bttn .bttn_inner {
  color: #49fff0;
  border: solid 1px #49fff0;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bttn .bttn_inner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bttn .xl_size {
  font-size: 2em;
}

.bttn .lg_size {
  max-width: 100%;
}

.bttn .sm_size {
  font-size: 1em;
}

.bttn .xs_size {
  padding: 0.35em 0.5em;
  font-size: 0.95em;
}

.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #1C1366;
}

.bttn .dark_b:hover {
  background-color: #160f02;
}

.bttn .sub_b {
  border: none;
  background-color: transparent;
  color: #62cffb;
  margin: 0.5rem 0;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #62cffb;
  padding: 0.2rem 0.5rem;
  font-size: 14px;
}

.bttn .sub_b:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes maskUp {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes maskUp {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@-webkit-keyframes maskDown {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
            clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
            clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@keyframes maskDown {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
            clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    opacity: 0;
  }
  20% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
            clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

@-webkit-keyframes maskBright {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@keyframes maskBright {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@-webkit-keyframes bgflow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  15% {
    opacity: 1;
  }
  60% {
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes bgflow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  15% {
    opacity: 1;
  }
  60% {
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.kv_container {
  height: 49vw;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv_container #cnt {
  position: fixed;
  width: 100%;
  height: 49vw;
  background: url("img/kv/kv_bg_color.jpg");
  background-position: center;
  background-size: cover;
}

.kv_container #cnt .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kv_container #cnt .kv_bg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kv_container #cnt .kv_bg-L1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.kv_container #cnt .kv_bg-L4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  -webkit-transform-origin: 74% 57%;
          transform-origin: 74% 57%;
  -webkit-animation: bgflow 3s normal infinite;
          animation: bgflow 3s normal infinite;
}

.kv_container #cnt .kv_bg-L2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  -webkit-animation: maskBright 3s normal infinite;
          animation: maskBright 3s normal infinite;
}

.kv_container #cnt .kv_bg-L2 img {
  -webkit-animation: maskUp 2s ease-out normal 1;
          animation: maskUp 2s ease-out normal 1;
}

.kv_container #cnt .kv_bg-L3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  -webkit-animation: maskBright 3s normal infinite;
          animation: maskBright 3s normal infinite;
}

.kv_container #cnt .kv_bg-L3 img {
  -webkit-animation: maskDown 2s ease-out normal 1;
          animation: maskDown 2s ease-out normal 1;
}

.kv_container .df_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
  margin-top: 2%;
  margin-left: 2%;
  z-index: 1;
}

.kv_container .df_logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kv_container .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48.4375%;
  -webkit-transform: translate(-95%, -50%);
          transform: translate(-95%, -50%);
}

.kv_container .tit img {
  width: 100%;
  max-width: 100%;
}

.kv_container .tit .t1 {
  position: relative;
  width: 100%;
}

.kv_container .tit .t2 {
  position: relative;
  margin-top: 6%;
  width: 100%;
  text-align: right;
}

.kv_container .tit .t2 a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
  border: 3px solid #fff;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.kv_container .tit .t2 a:hover {
  letter-spacing: 0.625rem;
}

.kv_container .timer {
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  margin-top: 40%;
  margin-left: 25%;
  z-index: 3;
  width: 100%;
}

.kv_container .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;
}

.kv_container .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: white;
}

.kv_container .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.kv_container .timer .d {
  border-radius: 1rem 0 0 1rem;
}

.kv_container .timer .d::after {
  content: "day";
}

.kv_container .timer .h::after {
  content: "hour";
}

.kv_container .timer .m::after {
  content: "min";
}

.kv_container .timer .s {
  border-radius: 0 1rem 1rem 0;
}

.kv_container .timer .s::after {
  content: "sec";
}

.kv_container .date {
  position: absolute;
  left: 9.375%;
  bottom: 170px;
  color: #ffc000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.33vw;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.33);
  font-weight: 500;
  line-height: 1.2;
}

.kv_container .date .d {
  font-size: 2.5rem;
}

.kv_container .date .l {
  font-size: 1.25rem;
  display: block;
  margin: 0 10px;
}

.kv_container .date .n {
  font-size: 2.5rem;
}

.kv_container .date .time_glow {
  position: absolute;
  bottom: -45px;
  left: -25%;
  width: 150%;
  height: auto;
}

.xxxxxxx {
  color: #0000;
}

.g_main {
  position: relative;
  overflow: hidden;
}

.main_sc {
  padding: 30px 0 20px 0;
}

.sc_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}

.sc_title .sub_tit {
  color: #FDCF5E;
  color: 0.6em;
  letter-spacing: 5px;
}

.sc_title .tit {
  display: inline-block;
  margin: 50px auto 20px auto;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.sc_title .tit.sp {
  color: white;
  font-weight: 550;
}

.sc_title .tit span {
  font-size: 1.4rem;
  letter-spacing: initial;
}

.sc_title .tit.c_main {
  color: #ff8c00;
}

.sc_title .tit.c_white {
  color: #fff;
}

.sc_intro {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
}

.sc_intro .container {
  max-width: 1200px;
}

.intro_cnt2 {
  margin: 2.5rem 0 3em 0;
}

.event_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin-top: 10%;
}

.event_row .event {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  background: url("img/circle.png");
  width: 300px;
  background-position: center center;
  background-size: cover;
  height: 300px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 8px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 8px 25px rgba(0, 0, 0, 0.4);
}

.event_row .event .title {
  color: #005088;
  font-size: 24px;
  font-weight: bold;
  line-height: 3rem;
}

.event_row .event .content {
  color: #14629a;
  font-size: 20px;
  font-weight: bold;
}

.intro_cnt {
  padding: 1.25rem 4rem;
  text-align: center;
  font-size: 1.25rem;
}

.intro_cnt p .feature {
  -webkit-text-stroke: 1px red;
  color: white;
  font-weight: bold;
  text-shadow: 1px 3px 0px red;
}

.intro_cnt p .get {
  color: #ffe100;
  text-shadow: 1px 3px 0px rgba(255, 0, 0, 0.8);
}

.intro_cnt p .skill {
  display: block;
  color: #ffe100;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.intro_cnt p .notice {
  display: block;
  color: red;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.intro_cnt .titleText {
  display: inline-block;
  margin: 0 auto 20px auto;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.intro_cnt .titleText .for_mb {
  display: none;
}

.intro_cnt .sign_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.intro_cnt .sign_btn :hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.intro_cnt .sign_btn .info {
  position: relative;
  display: block;
  width: 100%;
  border: solid 0.5px #00b2e9;
  margin: 8% 0 0 0;
  padding: 2% 3%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 178, 233, 0.8);
          box-shadow: 0px 0px 15px rgba(0, 178, 233, 0.8);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.intro_cnt .sign_btn .info .date {
  background: -webkit-linear-gradient(270deg, #00b2e9 20%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FDCF5E;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.intro_cnt .sign_btn .info .date span {
  background: -webkit-linear-gradient(270deg, #00b2e9 20%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FDCF5E;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.intro_cnt .sign_btn .info .location {
  margin-top: 10px;
  background: -webkit-linear-gradient(90deg, #00b2e9 30%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.intro_cnt .sign_btn .info .location span {
  background: -webkit-linear-gradient(90deg, #00b2e9 30%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2rem;
}

.intro_cnt .heightlight {
  color: #EB8D00;
  font-weight: bold;
}

.intro_cnt .heightlight2 {
  font-size: 1.35rem;
  color: #EB8D00;
  font-weight: bold;
}

.intro_cnt .invite {
  text-align: right;
}

.intro_cnt .intro_part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15%;
}

.intro_cnt .intro_part2 .title_list {
  padding: 3% 0;
  border-radius: 15px 15px 0 0;
  margin: 3% 0 0 0;
  color: #004B8F;
  font-weight: 600 !important;
}

.intro_cnt .intro_part2 .block {
  color: white;
  padding: 3% 0;
}

.intro_cnt .intro_part2 .block1 {
  border-radius: 15px 15px 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#2136ed), to(rgba(33, 54, 237, 0.5)));
  background: linear-gradient(-90deg, #2136ed, rgba(33, 54, 237, 0.5));
}

.intro_cnt .intro_part2 .block2 {
  background: -webkit-gradient(linear, left top, right top, from(#d47afb), to(rgba(212, 122, 251, 0.5)));
  background: linear-gradient(90deg, #d47afb, rgba(212, 122, 251, 0.5));
}

.intro_cnt .intro_part2 .block3 {
  background: -webkit-gradient(linear, left top, right top, from(#d43b30), to(rgba(212, 59, 48, 0.5)));
  background: linear-gradient(90deg, #d43b30, rgba(212, 59, 48, 0.5));
}

.intro_cnt .intro_part2 .block4 {
  border-radius: 0 0 15px 15px;
  background: -webkit-gradient(linear, right top, left top, from(#00b643), to(rgba(0, 182, 67, 0.5)));
  background: linear-gradient(-90deg, #00b643, rgba(0, 182, 67, 0.5));
}

.intro_cnt .title1 {
  color: #4EF2EF;
  font-weight: 500 !important;
  text-align: left;
}

.intro_cnt .title2 {
  margin-top: 3vw;
}

.intro_cnt .highlight_tit {
  color: #1C1366;
  font-size: 1.65em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1;
}

.intro_cnt p {
  color: white;
  text-align: left;
  margin-bottom: 0em;
  padding: 0.25em 0;
  line-height: 1.65;
}

.intro_cnt .combain {
  display: inline-block;
  margin: 3rem -20em 5rem -20em;
  padding: 1.5em 1.5em;
  max-width: 100%;
  line-height: 1.2;
  font-size: 1.25em;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#002A46), color-stop(80%, #00416C));
  background: linear-gradient(90deg, #002A46, #00416C 80%);
  border-radius: 50px 10px 50px 10px;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
          box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
}

.intro_cnt .combain p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.intro_cnt .combain .line1 {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
  vertical-align: middle;
  color: #FDCF5E;
}

.intro_cnt .combain .line2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  margin-bottom: 0.8em;
}

.review_cnt {
  position: relative;
  padding: 60px auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
}

.review_cnt .container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review_cnt .rew_item {
  position: relative;
  width: 70%;
  padding: 50px 15px;
  margin-bottom: 20px;
}

.review_cnt .rew_item .it_wrap {
  position: relative;
  display: block;
  border-radius: 20px;
  border-bottom: 4px solid #999;
  background-color: #000;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.review_cnt .rew_item .it_wrap::before, .review_cnt .rew_item .it_wrap::after {
  content: '';
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 320ms;
  transition: opacity 320ms;
}

.review_cnt .rew_item .it_wrap::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.review_cnt .rew_item .it_wrap::after {
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  width: 96px;
  height: 96px;
  background: url("img/ui/ic_play.svg") center/contain no-repeat;
}

.review_cnt .rew_item .it_wrap:hover::before, .review_cnt .rew_item .it_wrap:hover::after {
  opacity: 1;
}

.review_cnt .rew_item .img {
  position: relative;
}

.review_cnt .rew_item .img .pic {
  width: 100%;
  padding-top: 56.25%;
}

.review_cnt .rew_item .img .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem 1.5rem 10px;
  width: 100%;
  font-size: 1.325rem;
  font-weight: 500;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}

.review_cnt .rew_item .text {
  line-height: 1.2;
  padding: 0 1.5rem 20px;
}

.review_cnt .rew_item .text .tit {
  display: none;
  font-size: 1.5rem;
  color: #00b2e9;
}

.review_cnt .rew_item .text .name {
  font-size: 1rem;
  line-height: 1.5;
  color: #00b2e9;
}

.sc_agenda {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
}

.sc_agenda .tit {
  display: inline-block;
  padding: 0 10px 15px;
  border-bottom: 1px dashed #C8C1B5;
  margin: 0 auto 20px auto;
  font-weight: 800;
  font-size: 2rem;
  text-indent: 15px;
  letter-spacing: 15px;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.sc_agenda .sub_tit {
  margin-top: 1em;
}

.sc_agenda .agd_cnt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_agenda .agd_cnt .pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 250px;
}

.sc_agenda .agd_cnt .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_agenda .agd_cnt .info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 0 0 0 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #0AF0F9;
}

.sc_agenda .agd_cnt .info .spk_t {
  margin-top: 25px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #93DFF7;
}

.sc_agenda .agd_cnt .info .spk_w {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
}

.sc_agenda .agd_cnt .info .spk_w b {
  font-weight: bold;
}

.sc_book {
  position: relative;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
}

.sc_book .tit {
  display: inline-block;
  padding: 0 10px 15px;
  border-bottom: 1px dashed #C8C1B5;
  margin: 0 auto 20px auto;
  font-weight: 800;
  font-size: 2rem;
  text-indent: 15px;
  letter-spacing: 15px;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.sc_book .book_cnt {
  position: relative;
  width: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.sc_book .book_cnt-pic {
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_book .book_cnt-pic img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_book .book_cnt-t {
  position: relative;
  max-width: 630px;
  margin: 25px auto;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  margin-top: 35px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_book .book_cnt:hover .book_cnt-pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc_book .book_cnt:hover .book_cnt-t {
  text-decoration: underline;
}

.sc_gift {
  position: relative;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
}

.sc_gift .tit {
  display: inline-block;
  padding: 0 25px 15px;
  border-bottom: 1px dashed #C8C1B5;
  margin: 0 auto 20px auto;
  font-weight: 800;
  font-size: 2rem;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.sc_gift .gift_cnt {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_gift .gift_cnt-pic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 200px;
}

.sc_gift .gift_cnt-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_gift .gift_cnt-t {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 25px;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
}

.sc_gift .gift_cnt-t b {
  font-size: 1.125rem;
  font-weight: 900;
  color: #0AF0F9;
}

.sc_gift .gift_cnt-t span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: #00A8C7;
  border-radius: 5px;
  letter-spacing: 3px;
  margin: 20px 0;
  font-weight: bold;
  font-size: 0.875rem;
}

.sc_gift .gift_cnt-t .ps {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #d1d1d1;
}

.sc_detail {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #021623), to(rgba(2, 22, 35, 0.8)));
  background: linear-gradient(-270deg, #021623 40%, rgba(2, 22, 35, 0.8));
  color: white;
}

.sc_detail .container {
  max-width: 980px;
}

.sc_detail .tit {
  display: inline-block;
  padding: 0 25px 15px;
  border-bottom: 1px dashed #C8C1B5;
  margin: 0 auto 20px auto;
  font-weight: 800;
  font-size: 2rem;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 1.3;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0AEBF9), color-stop(#fff), color-stop(80%), to(#0AEBF9));
  background: linear-gradient(#0AEBF9 20%, #fff, 80%, #0AEBF9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transform: rotateX("120deg");
          transform: rotateX("120deg");
}

.sc_detail .policy_cnt {
  text-align: center;
}

.sc_detail .list {
  padding-left: 1.5em;
}

.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

.sc_detail .ps {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
  .g_header {
    background-color: #000000;
  }
  .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;
    color: white;
  }
  .g_kv_fixed {
    display: none;
  }
  .kv_container {
    margin-top: 0;
    height: 50vh;
  }
  .kv_container #cnt {
    height: 50vh;
  }
  .kv_container #cnt .kv_bg {
    top: 50%;
    left: 50%;
    -webkit-transform: scale(2) translate(-30%, -10%);
            transform: scale(2) translate(-30%, -10%);
  }
  .kv_container .df_logo {
    width: 30%;
    margin-top: 3%;
    margin-left: 5%;
  }
  .kv_container .tit {
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv_container .tit img {
    width: 100%;
    max-width: 100%;
  }
  .kv_container .tit .t1 {
    position: relative;
    width: 100%;
  }
  .kv_container .tit .t2 {
    position: relative;
    margin-top: 10%;
    width: 100%;
    text-align: center;
  }
  .kv_container .tit .t2 a {
    padding: 10px 30px;
    font-size: 1.75rem;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    color: white;
    font-size: 2.4rem;
    letter-spacing: initial;
    font-weight: 600;
  }
  .intro_cnt2 .intro_part2 {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10%;
  }
  .intro_cnt2 .intro_part2 .block {
    width: 100%;
    text-align: center;
    margin: 0rem;
    padding: 0.5rem;
  }
  .intro_cnt {
    font-size: 1rem;
    text-align: justify;
    padding: 0;
  }
  .intro_cnt .titleText {
    font-size: 1.375rem;
    background-clip: text;
  }
  .intro_cnt .sign_btn {
    width: 100%;
  }
  .intro_cnt .sign_btn .info {
    display: block;
  }
  .intro_cnt .sign_btn .info .date {
    font-size: 20px;
    text-align: center;
  }
  .intro_cnt .sign_btn .info .date span {
    font-size: 20px;
  }
  .intro_cnt .sign_btn .info .location {
    text-align: center;
    font-size: 28px;
  }
  .intro_cnt .sign_btn .info .location span {
    font-size: 28px;
  }
  .intro_cnt .combain {
    display: inline-block;
    margin: 0;
    padding: 1em 0;
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
    font-size: 1.2em;
    color: white;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#002A46), color-stop(80%, #00416C));
    background: linear-gradient(90deg, #002A46, #00416C 80%);
    border-radius: 50px 10px 50px 10px;
    -webkit-box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
            box-shadow: 5px 10px 30px rgba(0, 42, 70, 0.6);
  }
  .intro_cnt .combain p,
  .intro_cnt .combain .line1 {
    font-size: 0.8rem;
  }
  .intro_cnt p {
    padding: 0.5em 1em;
    line-height: 1.5;
  }
  .intro_cnt .title1 {
    text-align: center;
  }
  .event_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event_row .event {
    margin: 20px 0;
  }
  .review_cnt {
    padding: 20px auto;
  }
  .review_cnt .container {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review_cnt .rew_item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .review_cnt .rew_item .it_wrap {
    position: relative;
    display: block;
    border-radius: 20px;
    border-bottom: 4px solid #999;
    background-color: #000;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
  }
  .review_cnt .rew_item .it_wrap::before, .review_cnt .rew_item .it_wrap::after {
    content: '';
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 320ms;
    transition: opacity 320ms;
  }
  .review_cnt .rew_item .it_wrap::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  }
  .review_cnt .rew_item .it_wrap::after {
    left: calc(50% - 48px);
    top: calc(50% - 48px);
    width: 96px;
    height: 96px;
    background: url("img/ui/ic_play.svg") center/contain no-repeat;
  }
  .review_cnt .rew_item .it_wrap:hover::before, .review_cnt .rew_item .it_wrap:hover::after {
    opacity: 1;
  }
  .review_cnt .rew_item .img {
    position: relative;
  }
  .review_cnt .rew_item .img .pic {
    width: 100%;
    padding-top: 56.25%;
  }
  .review_cnt .rew_item .img .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4rem 1.5rem 10px;
    width: 100%;
    font-size: 1.325rem;
    font-weight: 500;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
  }
  .review_cnt .rew_item .text {
    line-height: 1.2;
    padding: 0 1.5rem 20px;
  }
  .review_cnt .rew_item .text .tit {
    display: none;
    font-size: 1.5rem;
    color: #00b2e9;
  }
  .review_cnt .rew_item .text .name {
    font-size: 1rem;
    line-height: 1.5;
    color: #00b2e9;
  }
  .sc_agenda .tit {
    padding: 0 10px 15px;
    font-size: 2rem;
    text-indent: 15px;
    letter-spacing: 15px;
    line-height: 1.3;
  }
  .sc_agenda .agd_cnt {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_agenda .agd_cnt .pic {
    max-width: 150px;
  }
  .sc_agenda .agd_cnt .info {
    padding: 25px 0 0;
    font-size: 1.75rem;
  }
  .sc_agenda .agd_cnt .info .spk_t {
    font-size: 1.125rem;
  }
  .sc_agenda .agd_cnt .info .spk_w {
    font-size: 1.125rem;
  }
  .sc_book {
    padding: 60px 0;
  }
  .sc_book .tit {
    padding: 0 10px 15px;
    margin: 0 auto 20px auto;
    font-size: 2rem;
    text-indent: 15px;
    letter-spacing: 15px;
  }
  .sc_book .book_cnt {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_book .book_cnt-pic {
    max-width: 450px;
  }
  .sc_book .book_cnt-t {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .sc_gift {
    padding: 30px 0;
  }
  .sc_gift .tit {
    padding: 0 25px 15px;
    margin: 0 auto 20px auto;
    font-size: 2rem;
    text-indent: 5px;
    letter-spacing: 5px;
  }
  .sc_gift .gift_cnt {
    max-width: 550px;
    margin: 25px auto;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_gift .gift_cnt-pic {
    max-width: 150px;
  }
  .sc_gift .gift_cnt-t {
    padding: 25px;
    font-size: 1rem;
  }
  .sc_gift .gift_cnt-t b {
    font-size: 1.125rem;
  }
  .sc_gift .gift_cnt-t span {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    background-color: #00A8C7;
    border-radius: 5px;
    letter-spacing: 3px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=style.css.map */